This MuseScore plugin allows users to showcase their current score on their Discord profile through Rich Presence integration. Information such as the score's title, author, composer, and number of measures will be displayed, providing a convenient way for others to see what you're working on and get a glimpse into your musical endeavors. With this plugin, you can easily share your musical creations with your Discord community and showcase your talents to the world.
* Adding support for Mac should be really easy, but I don't own a Mac to test it on.
- Install Node.js (Direct Link)
- Install the
CurrentScore-MS4.qml
ANDcurrent_score_info.png
Plugin Into MuseScore 4 (Handbook) - Open MuseScore 4 and ensure to run it as an administrator!
- When inside MuseScore 4, enable the plugin. Then click on the button once under Plugins -> CurrentScoreInfo to run it.
- Clone this repository and install node modules (
npm i
) - Run rpc.js (
node src/rpc.js
)
- Install Node.js (Direct Link)
- Install the
CurrentScoreInfo-MS3.qml
Plugin Into MuseScore 3 (Handbook) - Open MuseScore 3 and ensure to run it as an administrator!
- When inside MuseScore 3, enable the plugin. Then click on the button once under Plugins -> CurrentScoreInfo to run it.
- Clone this repository and install node modules (
npm i
) - Run rpc.js (
node src/rpc.js
)
- Install Node.js (Direct Link)
- Install the
CurrentScoreInfo-MS2.qml
Plugin Into MuseScore 2 (Handbook) - Open MuseScore 2 and ensure to run it as an administrator!
- When inside MuseScore 2, enable the plugin. Then click on the button once under Plugins -> CurrentScoreInfo to run it.
- Clone this repository and install node modules (
npm i
) - Run rpc.js (
node src/rpc.js
)
* This plugin uses Active States. Active States is a feature that rotates between multiple rich presence details, creating a dynamic and informative experience for anyone viewing the user's profile.