<?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 | Gergely Bencsik | Activity</title>
	<link>https://creativecow.net/members/gergelybencsik/activity/</link>
	<atom:link href="https://creativecow.net/members/gergelybencsik/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Gergely Bencsik.</description>
	<lastBuildDate>Fri, 15 May 2026 04:12:58 +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">befe42a34ab8859618512b3855cd53a6</guid>
				<title>Gergely Bencsik replied to the discussion Chunking up sine waves (one quarter at a time) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/chunking-up-sine-waves-one-quarter-at-a-time/#post-2415695</link>
				<pubDate>Sun, 15 Aug 2021 15:12:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/chunking-up-sine-waves-one-quarter-at-a-time/#post-2415695"><span class="bb-reply-lable">Reply to</span> Chunking up sine waves (one quarter at a time)</a></p> <div class="bb-content-inr-wrap"><p>Hi</p>
<p>I think this could work for you. You did most of the work figuring out the modulus-thing, you can just put that in an if-else.</p>
<p>&nbsp;</p>
<p>freq = 0.25;</p>
<p>// sin input</p>
<p>phi = time*freq;</p>
<p>if(phi%1&gt;0.25)</p>
<p>{</p>
<p>y=0;</p>
<p>}</p>
<p>else</p>
<p>{</p>
<p>y = -Math.sin(Math.PI*2*phi)*200;</p>
<p>}</p>
<p>y</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df32225a7a053bc319bf2143f7736fd2</guid>
				<title>Gergely Bencsik started the discussion Making waves with path expressions in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/making-waves-with-path-expressions/</link>
				<pubDate>Sun, 15 Aug 2021 15:08:22 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/making-waves-with-path-expressions/">Making waves with path expressions</a></p> <div class="bb-content-inr-wrap"><p>Hi there!</p>
<p>Not really a question, just sharing what I discovered recently, and had a lot of fun playing with it. Used it in my video here:</p>
<p><a target='_blank' href="https://youtu.be/CTllCx5pHvM" rel="nofollow">https://youtu.be/CTllCx5pHvM</a></p>
<p>In this expression I set up a bunch of points on a horizontal &#8216;X&#8217; direction line, and created y values based on a slider &#8216;Lead&#8217;. The core of the trick is to delay the input&hellip;<span class="activity-read-more" id="activity-read-more-357001"><a href="https://creativecow.net/forums/thread/making-waves-with-path-expressions/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5acecad198a7e2b0f2aa471faed0c658</guid>
				<title>Gergely Bencsik became a registered member</title>
				<link>https://creativecow.net/news-feed/p/356971/</link>
				<pubDate>Sat, 14 Aug 2021 07:58:43 +0000</pubDate>

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