[maxmsp] Alternative to Poly?
Chris Muir
cbm at well.com
Mon Sep 17 23:46:18 MDT 2007
- Previous message: [maxmsp] Alternative to Poly?
- Next message: [maxmsp] Alternative to Poly?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 9:58 PM -0600 9/17/07, Jason wrote: >Is there a way to allocate voices based on whether or not a buffer is still producing sound? I'm indexing a list of sample data stored in a coll object and wanted to have four voice polyphony based on how many buffers are producing sound, rather than which midi notes have received note offs. poly~ really has very little to do with MIDI at the end of the day. What will cause a voice to be considered "active" is whether its busy and mute flags are set. Look carefully at how these messages and thispoly~ interact. -C -- Chris Muir | "There are many futures and only one status quo. cbm at well.com | This is why conservatives mostly agree, http://www.xfade.com | and radicals always argue." - Brian Eno
- Previous message: [maxmsp] Alternative to Poly?
- Next message: [maxmsp] Alternative to Poly?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
