Plugin access to PRE
Is it possible to update the view in PRE from a plugin when the plugin changes a note's PlayEvent data?
Is it possible to update the view in PRE from a plugin when the plugin changes a note's PlayEvent data?
Do you still have an unanswered question? Please log in first to post your question.
Comments
I do not know the answer, Arpeggiator may save some time on coding a test.
In reply to I do not know the answer,… by msfp
Thanks, I'll check it out.
In reply to I do not know the answer,… by msfp
or the Dock Articulate plugin from the Articulation and Ornamentation Control plugin suite.
In reply to or the Dock Articulate… by parkingb
Thanks. This plugin, like mine, does not show the changes in PRE until the user clicks on the PRE window so perhaps there is no way to refresh this from a plugin but only from the main program code.
Yes, it is.
Run javascript: cmd("play"); cmd("play");
The first run starts playback – which refreshes PRE.
The second run stops playback immediately.