Plugins

End-to-end plugin documentation for Roneat Studio Pro API v2.2.0.

Build sandboxed plugins for Roneat Studio Pro.

The plugin system lets you extend the UI, inspect scores, play audio, and automate project actions.

circle-info

This section targets plugin API v2.2.0.

In this section

What you can build

  • UI tools and theme extensions

  • score analyzers and score mutators

  • asynchronous audio utilities

  • project automation helpers

  • external hardware integrations

Suggested path

Start with the overview.

Then create a minimal plugin with one visible action.

After that, move into hooks, cleanup, and the full API reference.

Then review permissions, testing, and release guidance.

  1. read the overview

  2. build a minimal plugin

  3. test one visible action

  4. add only the permissions you need

  5. verify clean unload behavior

  6. package or publish only after repeated testing

Last updated

Was this helpful?