use control instead of controller in midi.message.create

This commit is contained in:
Joel Wetzell
2026-03-01 14:21:36 -06:00
parent 01f172dbee
commit 183182e6cd
2 changed files with 11 additions and 11 deletions

View File

@@ -361,14 +361,14 @@
"channel": {
"type": "string"
},
"controller": {
"control": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": ["type", "channel", "controller", "value"],
"required": ["type", "channel", "control", "value"],
"additionalProperties": false
},
{