Hi!
I’m currently researching techniques for live electronics that could be used to follow the gestures of a conductor. I have currently developed techniques in Max to recognize beats and follow beat patterns in a relative efficient and reliable way.
I’d like to use Antescofo as the cue system that follows the conductor but I’m having trouble finding the correct event type to write the score.
My first attempt was using Events and in every beat I’d send a “nextevent” message. It works but any mistake in the conducting or in the beat-recognition is pretty disastrous, since it can only be corrected manually or if you change the conducting (which is terrible for the musicians, of course).
Since I can tell beats apart, I tried to write a score with notes associated with every beat (e.g. beat 1 is always 61, beat 2 is always 62…) and the score follows the time measures directly. This would make antescofo able to “catch up” when there’s a mistake. The notes would be triggered by MIDI notes, using @inlets MIDI on the antescofo object. I don’t really understand why but after a “start” message antesocofo just waits for the first event and then goes on by itself. I can play the notes slowly, fast or not play them at all, the score plays as if it received a “play” message.
Does anyone knows why the MIDI option is not working? Could anyone suggest other options of writing a score to conduct antescofo?
Thank you very much!!