Is there a way to get a list of all available OSC-messages?
I can't find any OSC-messages reference or which messages are already available. I previous posted about it on facebook: https://www.facebook.com/musescore/photos/a.194667852677.165042.3372143…
So I repost my question here.
Comments
I'm just reading this message now. Sorry for being late to the party....
There is no reference of OSC messages. Currently the only reference is this https://github.com/musescore/MuseScore/blob/master/mscore/osc.cpp#L74
So you can call the actions defined here and all the ones defined in https://github.com/musescore/MuseScore/blob/master/mscore/actions.cpp
All of this is very untested :) So don't mess with a score you want to keep.
Here is a short python script that will play the score, or add some notes, https://github.com/lasconic/testosc/blob/master/play.py
In reply to I'm just reading this message by [DELETED] 5
Thanks!
Hi all,
Is there any OSC message available to let the Music Score begin with Loop playback selected?
Thanks in advance