<?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 | John Baylock | Activity</title>
	<link>https://creativecow.net/members/johnbaylock/activity/</link>
	<atom:link href="https://creativecow.net/members/johnbaylock/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for John Baylock.</description>
	<lastBuildDate>Wed, 26 Aug 2026 15:47:31 +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">a35c0279acbccee406097b26e24fdb52</guid>
				<title>John Baylock replied to the discussion Create a bezier of a sine wave programmatically in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/create-a-bezier-of-a-sine-wav-programmatically/#post-2416449</link>
				<pubDate>Sun, 29 Aug 2021 14:19:06 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/create-a-bezier-of-a-sine-wav-programmatically/#post-2416449"><span class="bb-reply-lable">Reply to</span> Create a bezier of a sine wave programmatically</a></p> <div class="bb-content-inr-wrap"><p>Problem solved. See here in Stak Exchange &#8211; Mathematics:</p>
<p><a target='_blank' href="https://math.stackexchange.com/questions/4235124/getting-the-most-accurate-bezier-curve-that-plots-a-sine-wave/4235796#4235796" rel="nofollow">https://math.stackexchange.com/questions/4235124/getting-the-most-accurate-bezier-curve-that-plots-a-sine-wave/4235796#4235796</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a54936e3fa34fe3767895ce3724e4364</guid>
				<title>John Baylock started the discussion Create a bezier of a sine wave programmatically in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/create-a-bezier-of-a-sine-wav-programmatically/</link>
				<pubDate>Sat, 28 Aug 2021 19:19:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/create-a-bezier-of-a-sine-wav-programmatically/">Create a bezier of a sine wave programmatically</a></p> <div class="bb-content-inr-wrap"><p>Hi !</p>
<p></p>
<p><span>I would like to programmatically draw a bezier curve that looks the most like a sine wave that has a single wave length of 1000 pixel and an amplitude of 1 (which corresponds to 319 pixels high so that the wave form looks proportional, just like a sin(x) function drawn on the Desmos Graph App).</span></p>
<p><span><br /></span></p>
<p>Here are the parameters of my bezier curve:</p>
<p>&#8211; p1 =&hellip;<span class="activity-read-more" id="activity-read-more-357662"><a href="https://creativecow.net/forums/thread/create-a-bezier-of-a-sine-wav-programmatically/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce7fa9562dc5eb8f48755714a6dd5e51</guid>
				<title>John Baylock replied to the discussion Expressions and sine waves in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/expressions-and-sine-waves/#post-2416276</link>
				<pubDate>Wed, 25 Aug 2021 02:52:13 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expressions-and-sine-waves/#post-2416276"><span class="bb-reply-lable">Reply to</span> Expressions and sine waves</a></p> <div class="bb-content-inr-wrap"><p>&#8220;Once you’ve drawn&#8230;&#8221;.</p>
<p>Well, that was my question: how to draw it all at once&#8230;.</p>
<p>My problem is solved since I eventually found out how to use an array of values that I plot at once using createPath (my array, [],[],true);</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d4fad4a7f8c365bb38b2c4cb32bc2954</guid>
				<title>John Baylock started the discussion Expressions and sine waves in the forum Adobe After Effects</title>
				<link>https://creativecow.net/forums/thread/expressions-and-sine-waves/</link>
				<pubDate>Tue, 24 Aug 2021 13:14:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/expressions-and-sine-waves/">Expressions and sine waves</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>I created a simple AE animation using the &#8220;write-on&#8221; effect.</p>
<p>In the &#8220;position argument&#8221; of the effect, I wrote this expression:</p>
<p>freq=5.5;</p>
<p>amp=100;</p>
<p>veloc=192;</p>
<p>x=time*veloc;</p>
<p>y=amp*Math.sin(time*freq*Math.PI)+thisComp.height/2;</p>
<p>[x,y]</p>
<p>&nbsp;</p>
<p>This will progressively draw a sine wave from left to right until it fills the&hellip;<span class="activity-read-more" id="activity-read-more-357477"><a href="https://creativecow.net/forums/thread/expressions-and-sine-waves/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8a11305760a5202771c9cf35120cd085</guid>
				<title>John Baylock became a registered member</title>
				<link>https://creativecow.net/news-feed/p/357457/</link>
				<pubDate>Tue, 24 Aug 2021 03:54:22 +0000</pubDate>

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