Hi,
there is already a way to start/stop Antescofo once a given file is loaded by using OSC messages.
It would be useful to have a way to load a file in Antescofo from outside Antescofo.
I’m talking about an OSC message that would instruct Antescofo to load a MusicXML or “Antescofo format” file.
So if a user sends an OSC message to the port that Antescofo uses, along with the path of the file, it should do one of the two possible scenarios:
a. User invokes Antescofo with foo.xml (MusicXML file). In that case Ascograph’s function that converts MusicXML to “Antescofo format” should be invoked, save it to the local directory and then load up the file in Antescofo.
b. User invokes Antescofo with bar.txt (Antescofo format), Antescofo should load up the file in Antescofo.
With this feature it will be easy to control Antescofo from a device that doesn’t have Max installed.