mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-16 02:33:33 +00:00
format
This commit is contained in:
@@ -1,22 +1,24 @@
|
||||
---
|
||||
title: Create MIDI Note Off
|
||||
title: Create MIDI Note Off
|
||||
sidebar:
|
||||
label: Create
|
||||
order: 1
|
||||
label: Create
|
||||
order: 1
|
||||
---
|
||||
|
||||
This processor will create a MIDI Note Off message with the specified channel, note, and velocity.
|
||||
|
||||
- **type**: `midi.note_off.create`
|
||||
- **params**:
|
||||
- **channel**: the MIDI channel
|
||||
- **note**: the note number
|
||||
- **velocity**: the velocity
|
||||
- **channel**: the MIDI channel
|
||||
- **note**: the note number
|
||||
- **velocity**: the velocity
|
||||
|
||||
### Example
|
||||
|
||||
```yaml
|
||||
- type: midi.note_off.create
|
||||
params:
|
||||
channel: "1"
|
||||
note: "60"
|
||||
velocity: "127"
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user