I've read some papers about software used to help live performers, some sort of co-performer, or accompanying robot. But I can't find the paper right now..
back
1 comments
Yap, there is a bunch of papers, but no publicly available prototype to try. Imagine having a python module:
from imaginary_music_module import piano_performer as p
p.play("chopin.ly", style="Pogorelich")
That would be nice :)