<?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[Best method to get velcity paieed with note ( midi)]]></title><description><![CDATA[<p>In the screenshot you can see a simple setup<br />
4 steps triggering a vst ( microtonic ) over midi .<br />
They are all triggering the same note but with a different velcocity<br />
I used a trig bang bang for each gate so that first the velocity is triggered -then the note , however sometimes the velocity value does not match with the trigger , previous velocity is used for current trigger etc.<br />
All help is welcome<br />
<img src="/uploads/files/1706660282088-1.jpg" alt="1.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 21:54:45 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14588.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 31 Jan 2024 00:18:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Best method to get velcity paieed with note ( midi) on Wed, 31 Jan 2024 00:18:47 GMT]]></title><description><![CDATA[<p>In the screenshot you can see a simple setup<br />
4 steps triggering a vst ( microtonic ) over midi .<br />
They are all triggering the same note but with a different velcocity<br />
I used a trig bang bang for each gate so that first the velocity is triggered -then the note , however sometimes the velocity value does not match with the trigger , previous velocity is used for current trigger etc.<br />
All help is welcome<br />
<img src="/uploads/files/1706660282088-1.jpg" alt="1.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi</guid><dc:creator><![CDATA[gentleclockdivider]]></dc:creator><pubDate>Wed, 31 Jan 2024 00:18:47 GMT</pubDate></item><item><title><![CDATA[Reply to Best method to get velcity paieed with note ( midi) on Wed, 31 Jan 2024 07:19:36 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/gentleclockdivider">@gentleclockdivider</a> Unless there is a bug in purr data that is not possible (looking of course only at a screenshot).<br />
To be double double sure.... you can pass the note and velocity into [makenote] as a list (see the help file)... so for example...<br />
[spigot]<br />
|<br />
[36 68(<br />
|<br />
[makenote]</p>
<p>David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Wed, 31 Jan 2024 07:19:36 GMT</pubDate></item><item><title><![CDATA[Reply to Best method to get velcity paieed with note ( midi) on Thu, 01 Feb 2024 00:13:15 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a><br />
Yes , but evenually I want the velocity to be variable for each step , perhaps I could make a  list 66 ,$1   , were 66 is note nr and $1 variable for velocity<br />
No it's working properly<br />
edit ..I am using plugdata<br />
<img src="/uploads/files/1706746391460-2.jpg" alt="2.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi/3</guid><dc:creator><![CDATA[gentleclockdivider]]></dc:creator><pubDate>Thu, 01 Feb 2024 00:13:15 GMT</pubDate></item><item><title><![CDATA[Reply to Best method to get velcity paieed with note ( midi) on Thu, 01 Feb 2024 00:19:05 GMT]]></title><description><![CDATA[<p>Quick question , when I bang trigger the message that has a variable ,everything's ok<br />
WHen  bang the message directly (clicking message)  , the variable is not kept in memory .<br />
<img src="/uploads/files/1706746742777-1.jpg" alt="1.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi/4</guid><dc:creator><![CDATA[gentleclockdivider]]></dc:creator><pubDate>Thu, 01 Feb 2024 00:19:05 GMT</pubDate></item><item><title><![CDATA[Reply to Best method to get velcity paieed with note ( midi) on Thu, 01 Feb 2024 07:35:48 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/gentleclockdivider">@gentleclockdivider</a> That's right.  The $1 takes the value of the incoming float.  If there is a list arriving then a $2 would take the value of the second item in the list.... $3 the third etc.<br />
But they don't hold the value.<br />
You can use [f] to store a float, or [symbol] to store a symbol, and [list] to store a list.</p>
<p>$1 $2 etc. is quite powerful as you can swap the order and make composite symbols.... eg. $2$1<br />
As you have found though, a comma between 2 items in a list will send them onward one after the other, and not as a list.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14588/best-method-to-get-velcity-paieed-with-note-midi/5</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Thu, 01 Feb 2024 07:35:48 GMT</pubDate></item></channel></rss>