mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 10:18:58 +00:00
format
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
---
|
||||
title: Create MIDI Prgoram Change
|
||||
title: Create MIDI Prgoram Change
|
||||
sidebar:
|
||||
label: Create
|
||||
order: 1
|
||||
label: Create
|
||||
order: 1
|
||||
---
|
||||
|
||||
This processor will create a MIDI Program Change message with the specified channel and program number.
|
||||
|
||||
- **type**: `midi.program_change.create`
|
||||
- **params**:
|
||||
- **channel**: the MIDI channel
|
||||
- **program**: the program number
|
||||
- **channel**: the MIDI channel
|
||||
- **program**: the program number
|
||||
|
||||
### Example
|
||||
|
||||
```yaml
|
||||
- type: midi.program_change.create
|
||||
params:
|
||||
channel: "1"
|
||||
program: "10"
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user