Hi everyone, i'm trying to send a polyphonic (11 voices) midi note out to a midi automated flute. Each note of the flute is the result of a unique combination of closed and open holes, so i have to refresh the status of every 11 holes for each note.
The abstraction i'm using works relatively fine (sometimes but rarely, pd freezes when i use it) but when i use it with DSP on, and pd as a dsp insert for other instruments i use, it crackles at each note played.
I had the same problem with a sorting abstraction. Using a better made one using lists solved the problem. So i hope it can be done better.
Here is the abstraction i currently use: noteoutflute.pd
I multiplied triggers to be sure everything is done in the correct order, however i suspect that so many bangs is causing audio crackles.
I tried to connect all the note out messages to the same noteout object but it doesn't work at all (???)
Should I try with a list, an array, and/or midi out object instead of noteout? I'm kinda lost.
Thanks for reading this too long of a post!
Paul