<?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[Keyup question]]></title><description><![CDATA[<p>I have different keys assigned to &quot;roll&quot; (rapid fire, like a drum roll) different samples. For example, if I press 'R' sample 1 will roll, if I press 'G' sample 2 will roll, and so on. My problem is any time I release a key (keyup) it's as if I am letting go of everything even if I am still holding some of the keys down.</p>
<p>Is there a way to make it so you can be holding down a key, then press and release other keys but have the first key (that you are still holding down) still recognized as being held the whole time?</p>
<p>Don't know if that makes sense. I can get the holding down multiple keys, but as soon as I release any of them it's as if I'm releasing all of them. I thought maybe I needed to assign the key numbers to the keyup commands, but that didn't seem to make a difference.</p>
<p>Any clue?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/2750/keyup-question</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 15:57:10 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/2750.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 May 2009 17:00:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Keyup question on Tue, 19 May 2009 17:00:33 GMT]]></title><description><![CDATA[<p>I have different keys assigned to &quot;roll&quot; (rapid fire, like a drum roll) different samples. For example, if I press 'R' sample 1 will roll, if I press 'G' sample 2 will roll, and so on. My problem is any time I release a key (keyup) it's as if I am letting go of everything even if I am still holding some of the keys down.</p>
<p>Is there a way to make it so you can be holding down a key, then press and release other keys but have the first key (that you are still holding down) still recognized as being held the whole time?</p>
<p>Don't know if that makes sense. I can get the holding down multiple keys, but as soon as I release any of them it's as if I'm releasing all of them. I thought maybe I needed to assign the key numbers to the keyup commands, but that didn't seem to make a difference.</p>
<p>Any clue?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/2750/keyup-question</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/2750/keyup-question</guid><dc:creator><![CDATA[adam.notebook]]></dc:creator><pubDate>Tue, 19 May 2009 17:00:33 GMT</pubDate></item><item><title><![CDATA[Reply to Keyup question on Tue, 19 May 2009 18:23:43 GMT]]></title><description><![CDATA[<p>How about instead of keeping the key pressed down all the time putting an on/off mechanism for each key? So press once it starts rolling, press again it stops. Something like;</p>
<p>[key]<br />
|<br />
[sel 113] &lt;- Q in this case<br />
|<br />
[tgl]<br />
|<br />
[metro] &lt;- assigned to whichever speed you want the roll to happen<br />
|<br />
[bng]</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/2750/keyup-question/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/2750/keyup-question/2</guid><dc:creator><![CDATA[tcihan]]></dc:creator><pubDate>Tue, 19 May 2009 18:23:43 GMT</pubDate></item><item><title><![CDATA[Reply to Keyup question on Wed, 20 May 2009 01:07:41 GMT]]></title><description><![CDATA[<p>[keyname] is also useful in this situation. it ouputs the keyname as a symbol and then a 0 or 1 depending on if the key is pressed. unfortunately, it outputs them in the wrong order to be instantly useful, so you have to include a little bit of circuitry afterwards with [sel], [t b f], etc...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/2750/keyup-question/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/2750/keyup-question/3</guid><dc:creator><![CDATA[hardoff]]></dc:creator><pubDate>Wed, 20 May 2009 01:07:41 GMT</pubDate></item></channel></rss>