I have another question.
My project is to align a score with audio performance, using the match vamp plugin.
A score would be related to another audio , let's call this the reference audio.
So the process should be :
- Import audio file (artist performance)
- use the plugin
- set the parameters : Score, and audio reference if exists
- align the performance and the audio reference.
Can I, during the initialization step (from my vamp plugin) , influence the behavior of the vamp host? For example, after retrieving the audio reference, can I set up a new channel for this file, and begin the alignment? If not, is there a possibility to use two different audio files at the same time, just using a vamp plugin?
Nordhal