Re: [PD] libpd: Does libpd use voice allocation / how does libpd handle polyphony?

2016-02-18 Thread Joe White
Hey Matt, What works in pd will work in libpd. For polyphony there's the [poly] object you can use to route input midi messages (I assume coming from PdBase::sendNoteOn) to each voice of your synth. Cheers, Joe On 18 February 2016 at 02:21, Matti Viljamaa wrote: > Do I need to do something in

[PD] libpd: Does libpd use voice allocation / how does libpd handle polyphony?

2016-02-17 Thread Matti Viljamaa
Do I need to do something in order to have libpd support polyphony or can I merely send all notes to PdBase::sendNoteOn and it will also handle chords? — I’m using the C++ headers. ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-managemen