Seq object for this patch. How?
I've created an algorithmic composer patch, basically you load it with a MIDI file and it does its thing splitting up the file into the Markov object and you use the sequencer to create what you want, this is not my point.
Im trying to get it that it can record whatever it generates. Now I know that I will use the seq object and I know roughly how to do this there are just a few problems.
Anytime I build the patch for recording the MIDI I have to sacrifice the ability to program change over the different octaves because the program changes happen in the noteout object. I cant send whats going to the noteout to the seq can I? I need the most practical way to record exactly what is happening in the patch, I just dont know how to do that.
Any help would be great,
Cheers
as far as I know you can record prog change events into seq-- you might need to use midiformat as well ie data->midiformat->seq
I just had to reply and say thank you! Been trying to do something very similar and couldn't work out why I couldn't get data into seq.