[PD] record rhythm

Simon Iten itensimon at gmail.com
Mon Dec 21 12:12:14 CET 2015


thanks!

i thought about that solution but was not able to implement it.

> On 21 Dec 2015, at 09:52, Frank Barknecht <fbar at footils.org> wrote:
> 
> On Sun, Dec 20, 2015 at 09:53:27PM +0100, Simon Iten wrote:
>> i am trying to record “rhythm”.
>> 
>> my somewhat naive approach is attached.
>> 
>> it works for small array sizes, but as i make the array bigger (several thousand points) most of the bonks are not recorded.
>> what is the reason?
> 
> You are probably reaching the limit of the array size. It is actually pretty
> wasteful to record sporadic events in an array, which most of the time will
> just show zeros. 
> 
> It's better to just record the actual events. One approach is a [qlist] object,
> you can also use [text] or [textfile] or some external.
> 
> Attached is a qlist-example: The general idea is to time and record the
> intervals between events.
> 
> Ciao
> -- 
> Frank Barknecht                                     _ ______footils.org__
> <recordrhythm-qlist.pd>_______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list




More information about the Pd-list mailing list