<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Creative COW | Ivan Matic | Activity</title>
	<link>https://creativecow.net/members/ivanmatic/activity/</link>
	<atom:link href="https://creativecow.net/members/ivanmatic/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ivan Matic.</description>
	<lastBuildDate>Sat, 05 Sep 2026 01:08:12 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">f6c53ca8e1118581905211ab4dbfd48c</guid>
				<title>Ivan Matic replied to the discussion Position animation triggered by audio in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/position-animation-triggered-by-audio/#post-2414045</link>
				<pubDate>Wed, 21 Jul 2021 14:33:56 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/position-animation-triggered-by-audio/#post-2414045"><span class="bb-reply-lable">Reply to</span> Position animation triggered by audio</a></p> <div class="bb-content-inr-wrap"><p>I found solution that work for me, here is expression:</p>
<pre><p>threshold = 85.0;</p><p>audioLev = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider");</p><p>above = false;</p><p>frame = Math.round(time / thisComp.frameDuration);</p><p>while (true){</p><p>  t = frame * thisComp.frameDuration;</p><p>  if (above){</p><p>    if (audioLev.valueAtTime(t) &lt; threshold){</p><p>      frame++;</p><p>      break;</p><p>&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-355553"><a href="https://creativecow.net/forums/thread/position-animation-triggered-by-audio/#post-2414045" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">75a085a1ee24dc5dcd30cff89ad871b3</guid>
				<title>Ivan Matic replied to the discussion Position animation triggered by audio in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/position-animation-triggered-by-audio/#post-2413971</link>
				<pubDate>Tue, 20 Jul 2021 14:46:44 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/position-animation-triggered-by-audio/#post-2413971"><span class="bb-reply-lable">Reply to</span> Position animation triggered by audio</a></p> <div class="bb-content-inr-wrap"><p>Also if i writte expresion just with if and linear, it while now execute, beacuse next frame value is less then 85, and it back [0,0]</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">07270d13cea12972bb76ef4871c47473</guid>
				<title>Ivan Matic replied to the discussion Position animation triggered by audio in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/position-animation-triggered-by-audio/#post-2413949</link>
				<pubDate>Mon, 19 Jul 2021 20:18:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/position-animation-triggered-by-audio/#post-2413949"><span class="bb-reply-lable">Reply to</span> Position animation triggered by audio</a></p> <div class="bb-content-inr-wrap"><p>Thanks for the answer, but what would happen if animation need to start again before previous one isnt finished.</p>
<p>Animation need to follow bass on music, so i may happen there are overlapping</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed046679f44214dd5a71c5eb5a9b4d58</guid>
				<title>Ivan Matic started the discussion Position animation triggered by audio in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/position-animation-triggered-by-audio/</link>
				<pubDate>Fri, 16 Jul 2021 19:11:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/position-animation-triggered-by-audio/">Position animation triggered by audio</a></p> <div class="bb-content-inr-wrap"><p>Hi,<br />
I need to write expression for position that will be triggered when audio pass specific value and it can repeat multiple throw video.<br />
I tried with:</p>
<p>if(thisComp.layer(&#8220;muzika&#8221;).effect(&#8220;Both Channels&#8221;)(&#8220;Slider&#8221;)&gt;=85){</p>
<p>[100,100]}</p>
<p>else{[0,0]}</p>
<p>And it works, but I want to add linear expression to y position, but dont know how to write&hellip;<span class="activity-read-more" id="activity-read-more-355357"><a href="https://creativecow.net/forums/thread/position-animation-triggered-by-audio/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">254506f0f55927eb0b812f274bbb17b3</guid>
				<title>Ivan Matic became a registered member</title>
				<link>https://creativecow.net/news-feed/p/355332/</link>
				<pubDate>Fri, 16 Jul 2021 14:33:44 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>
		