hi again!

Thanx Tim! that's exactly what i needed.

have a nice weekend
best



On Thu, 11 Mar 2010 19:19:17 +0100, "tim vets" <[email protected]> said:
> 2010/3/11 jangling jack <[email protected]>
> 
> > Hi list!
> >
> > Im wondering if there is an object which analyses how many keys (both
> > comps and midi) are pushed at once? its for my arpeggiator patch. im on
> > linux (64studio)
> >
> >
> Hello,
> my first thought would be a simple accumulator:
> 
> [n\
> |
> [+]X[f]
> |
> ...
> 
> where 'n' is 1 for each key pressed / note-on, and -1 for each key
> released/note-off, coming from [keyname] and [notein].
> 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's and
> 1's
> from [keyname]'s left outlet.
> I wonder if one could work around that within a pd patch...but I havent
> tried it...
> The best way would probably be to turn key repeats off in the os.
> gr,
> Tim
> 
> 
> > thanx in advance
> > best regs
> > .|d
> >
> > --
> > http://www.fastmail.fm - Faster than the air-speed velocity of an
> >                          unladen european swallow
> >
> >
> > _______________________________________________
> > [email protected] mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >

-- 
http://www.fastmail.fm - Send your email first class


_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to