This commit is contained in:
Joel Wetzell
2026-05-17 21:12:04 -05:00
parent 69bc31d3f1
commit 8e6cd58006
82 changed files with 642 additions and 450 deletions
@@ -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"
```
```