Is there a way to get a list of all available OSC-messages?

• Sep 3, 2014 - 12:11

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

Do you still have an unanswered question? Please log in first to post your question.