πplugin.json
The manifest file for our MIDI Mixer plugin.
Example
{
"$schema": "./node_modules/midi-mixer-plugin/plugin.schema.json",
"id": "com.midi-mixer.template",
"name": "Template Plugin",
"type": "node",
"version": "1.0.1",
"author": "MIDI Mixer",
"main": "lib/main.js",
"settings": {
"text": {
"label": "A text field",
"type": "text",
"required": false
}
}
}Last updated
Was this helpful?