On 19/07/10 12:52, Joan Quintana wrote:
I want to implement an idea. In stead of playing along
with my wind midi controller the leading track with the rest of midi tracks (being slave
of the midi tempo), I would to program another way to play a midi file:
playing the lead track generate all the events of the rest of the tracks. In this case
the concept of the tempo changes, and need to be calculated continuously to trigger the
events. With this idea I will be free to play the melody, and feel how the orchestra (the
other tracks) follow me, and not me following the orchestra (play along).
Is this a crazy idea? Could be feasible to program? Exist already something similar?
Apart from the other suggestions, you could look at supercollider. This
has a rhythm tracking ugen, so in principle you could program this to
generate a tempo to play the midi file from, then send to midi notes to
your usual synths.
Probably something to try if all else fails though.
andy