Skip to content

Commit

Permalink
add MIDI pitch bend trigger to trigger list
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Jun 15, 2024
1 parent 9da711b commit 3841257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1678,6 +1678,7 @@
{ "$ref": "#/definitions/TriggerMIDINoteOff" },
{ "$ref": "#/definitions/TriggerMIDINoteOn" },
{ "$ref": "#/definitions/TriggerMIDIControlChange" },
{ "$ref": "#/definitions/TriggerMIDIPitchBend" },
{ "$ref": "#/definitions/TriggerMIDIProgramChange" }
]
}
Expand Down

0 comments on commit 3841257

Please sign in to comment.