You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for using shorthand `plugin:` and `command:` for sending commands to sibelius
* new /SibeliusConnect script for creating macros of arbitrary commands/plugins
* Correctly parse leftover args in a plugin string command (/SibeliusConnect/plugin PluginName,Method,true,"string") and refactor Sibelius keypad and commands/plugins into separate tabs
* Added macro examples from Bob Zawalich's docs: https://bobzawalich.com/wp-content/uploads/2021/08/Some-Current-Sibelius-Command-Macros.pdf
* renaming variable widgets
* renaming linkId and default osc paths
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,10 @@ Enjoy!
31
31
- (Dorico) a Dorico JSON message or an array of Dorico JSON messages
32
32
-`osc`
33
33
-`address`: enter one of:
34
-
-`/SibeliusConnect/command`to send Command IDs
35
-
-`/SibeliusConnect/plugin`to invoke a plugin **
36
-
-`/SibeliusConnect`to send a raw Sibelius Connect message (per the [Sibelius Manuscript Reference Documentation](https://resources.avid.com/SupportFiles/Sibelius/2024.10/ManuScript_Language_Guide.pdf])) ***
37
-
-`/DoricoRemote`to send a request to Dorico
34
+
-`/SibeliusConnect/command`if sending Command IDs
35
+
-`/SibeliusConnect/plugin`if invoking a plugin **
36
+
-`/SibeliusConnect`if sending a raw Sibelius Connect JSON message (per the [Sibelius Manuscript Reference Documentation](https://resources.avid.com/SupportFiles/Sibelius/2024.10/ManuScript_Language_Guide.pdf])) ***
37
+
-`/DoricoRemote`if sending a request to Dorico
38
38
-`send`: `localhost:8080`
39
39
40
40
_** NOTE: if executing Sibelius plugins, the plugin name **MUST** be added to the SibeliusConnect websocket instance in `customModule.js` BEFORE starting OpenStageControl, i.e.:_
0 commit comments