<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[looking for a pmpd library tutorial]]></title><description><![CDATA[<p>I'ma big dummy. I can tell pmpd has all the functionality I'm looking for, but following the provided examples is overwhelming. Does anyone have a tutorial (video or just instructions) on the basics of physical modelling?</p>
<p>Here are a few of things I'm looking to do:</p>
<p>Calculate velocity/acceleration from a stream of numbers: I have a camera that outputs x y &amp; z coordinates of a tracked object. How could I figure out how fast it's currently moving?</p>
<p>I'd also like to do some kind of model based sonification where I hear how fast an imaginary disc is spinning: So I apply some rotational force on that disc for a certain amount of time, which speeds up how fast it spins (represented by pitch or amp mod or something), but then it slowly goes back down to 0 rpm due to friction. I don't need to &quot;see&quot; the object using Gem, but just calculate how fast this thing would be spinning given some force applied.</p>
<p>Any help appreciated. Thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9788/looking-for-a-pmpd-library-tutorial</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 13:01:04 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9788.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Jan 2016 04:26:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to looking for a pmpd library tutorial on Sun, 17 Jan 2016 04:26:52 GMT]]></title><description><![CDATA[<p>I'ma big dummy. I can tell pmpd has all the functionality I'm looking for, but following the provided examples is overwhelming. Does anyone have a tutorial (video or just instructions) on the basics of physical modelling?</p>
<p>Here are a few of things I'm looking to do:</p>
<p>Calculate velocity/acceleration from a stream of numbers: I have a camera that outputs x y &amp; z coordinates of a tracked object. How could I figure out how fast it's currently moving?</p>
<p>I'd also like to do some kind of model based sonification where I hear how fast an imaginary disc is spinning: So I apply some rotational force on that disc for a certain amount of time, which speeds up how fast it spins (represented by pitch or amp mod or something), but then it slowly goes back down to 0 rpm due to friction. I don't need to &quot;see&quot; the object using Gem, but just calculate how fast this thing would be spinning given some force applied.</p>
<p>Any help appreciated. Thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9788/looking-for-a-pmpd-library-tutorial</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9788/looking-for-a-pmpd-library-tutorial</guid><dc:creator><![CDATA[sglandry]]></dc:creator><pubDate>Sun, 17 Jan 2016 04:26:52 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a pmpd library tutorial on Mon, 18 Jan 2016 22:53:01 GMT]]></title><description><![CDATA[<p>If I want the velocity and acceleration of a number stream, [delta] from maxlib is the object I'd use.  Since velocity is the 1st order derivative of position and acceleration is the 2nd order, I'd use a [delta] and a [delta 2].  [delta 2] is the same as</p>
<p>[delta]<br />
[delta]</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9788/looking-for-a-pmpd-library-tutorial/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9788/looking-for-a-pmpd-library-tutorial/2</guid><dc:creator><![CDATA[sunji]]></dc:creator><pubDate>Mon, 18 Jan 2016 22:53:01 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a pmpd library tutorial on Sun, 07 Feb 2016 17:36:08 GMT]]></title><description><![CDATA[<p>Thanks! I obviously didn't know that object existed. I'll have to test it out with some movement data to be sure, but I think this will be a huge step forward.</p>
<p>If I wanted a less fine grain measure (rolling velocity over the last second if I'm getting a position reading 60x/second, could I just zl group 60 and take the mean of that list every second?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9788/looking-for-a-pmpd-library-tutorial/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9788/looking-for-a-pmpd-library-tutorial/3</guid><dc:creator><![CDATA[sglandry]]></dc:creator><pubDate>Sun, 07 Feb 2016 17:36:08 GMT</pubDate></item></channel></rss>