Hi all
I'm working on a generative music system. My system creates a stream of midi notes that I can play through any midi synth.
The problem is that some times the system plays a note that is still playing and this create an unwanted sound effect (like a very short - staccato note).
I trying to figure out how to solve the problem!
I think I need to know what are the notes the system is playing at every time, so I can check if every new note the system is going to play is similar or different from those notes.
Do you know if exist any externals or patches to solve this problem?
Do you have any idea about how to solve this problem?
Alon