mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-17 03:03:32 +00:00
format
This commit is contained in:
@@ -1,22 +1,24 @@
|
||||
---
|
||||
title: Create MIDI Control Change
|
||||
title: Create MIDI Control Change
|
||||
sidebar:
|
||||
label: Create
|
||||
order: 1
|
||||
label: Create
|
||||
order: 1
|
||||
---
|
||||
|
||||
This processor will create a MIDI Control Change message with the specified channel, control number, and control value.
|
||||
|
||||
- **type**: `midi.control_change.create`
|
||||
- **params**:
|
||||
- **channel**: the MIDI channel
|
||||
- **control**: the control number
|
||||
- **value**: the control value
|
||||
- **channel**: the MIDI channel
|
||||
- **control**: the control number
|
||||
- **value**: the control value
|
||||
|
||||
### Example
|
||||
|
||||
```yaml
|
||||
- type: midi.control_change.create
|
||||
params:
|
||||
channel: "1"
|
||||
control: "64"
|
||||
value: "127"
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user