On Tue, 19 Aug 2003 19:05:27 +0200 pix pix@test.at wrote:
sorry for the delay, i figured someone else would answer this.. ;)
depending on what kind of polyphony you need, this might come in handy: http://pix.test.at/pd/nqpoly
specifically, if you need midi-style polyphony (separate note-on/note-off messages), then nqpoly won't work for you "out of the box". it could be hacked to support it though. the nqpoly intrument delegation stuff works best when you know the duration of the event at the time when you trigger it.
I've modified some stuff in the documentation, and it works for now. After a bit more work I'll post it here for some comments. I'd love to make a generic midi-input module.
Is it possible to allocate voices on the fly, that is instantiate abstractions dynamically?