<br><br><div class="gmail_quote">2010/3/11 jangling jack <span dir="ltr">&lt;<a href="mailto:threen52@ml1.net" target="_blank">threen52@ml1.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi list!<br>
<br>
Im wondering if there is an object which analyses how many keys (both<br>
comps and midi) are pushed at once? its for my arpeggiator patch. im on<br>
linux (64studio)<br>
<br></blockquote><div><br></div><div>Hello, </div><div>my first thought would be a simple accumulator:</div><div><br></div><div>[n\</div><div>|</div><div>[+]X[f]</div><div>|</div><div>...</div><div><br></div><div>where &#39;n&#39; is 1 for each key pressed / note-on, and -1 for each key released/note-off, coming from [keyname] and [notein].</div>

<div>But a problem you may run into if you want to press and hold keys on the keyboard is automatic key repeats, which result in a stream of 0&#39;s and 1&#39;s from [keyname]&#39;s left outlet.</div><div>I wonder if one could work around that within a pd patch...but I havent tried it...</div>

<div>The best way would probably be to turn key repeats off in the os.</div><div>gr,</div><div>Tim</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

thanx in advance<br>
best regs<br>
.|d<br>
<font color="#888888"><br>
--<br>
<a href="http://www.fastmail.fm" target="_blank">http://www.fastmail.fm</a> - Faster than the air-speed velocity of an<br>
                          unladen european swallow<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</font></blockquote></div><br>