Hey all!
I’m using Antescofo as the basis for a predictive automatic accompaniment system. I’m using various machine learning methods to learn from rehearsals with musicians to predict expressive timing changes (similar to Chris Raphael’s Music Plus One), for a network music performance project with virtual cues. I’ve found Antescofo to be the best score follower out of the things I’ve tried, including my own attempts to make one using Dynamic Time Warping (which only worked moderately well).
My main question is: is it possible from Antescofo to retrieve a list of revised locations for previous events? Antescofo gives you note events as they occur, however if it has made a mistake, I’m assuming that via the HMM stuff inside it (Viterbi Algorithm?), it can revise its hypotheses for previous notes. Having these available would be awesome for what I’m doing, and for other things as well, I’m sure. This is because, as my system is predictive, I don’t care so much about the note being detected as soon as it happens as much as I want the detection to be fairly precise even if it takes a little longer. So does anyone know if there is a way to get these?
Many Thanks!
Bogdan