mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-19 03:54:04 +00:00
add language hints to code blocks
This commit is contained in:
@@ -9,6 +9,6 @@ This processor will decode incoming bytes into a MIDI message. This processor wi
|
||||
- **type**: `midi.message.decode`
|
||||
|
||||
### Example
|
||||
```
|
||||
```yaml
|
||||
- type: midi.message.decode
|
||||
```
|
||||
|
||||
@@ -9,6 +9,6 @@ This processor will encode a MIDI message into an array of bytes. This processor
|
||||
- **type**: `midi.message.encode`
|
||||
|
||||
### Example
|
||||
```
|
||||
```yaml
|
||||
- type: midi.message.encode
|
||||
```
|
||||
@@ -9,6 +9,6 @@ This processor will unpack a MIDI message into its individual components. This p
|
||||
- **type**: `midi.message.unpack`
|
||||
|
||||
### Example
|
||||
```
|
||||
```yaml
|
||||
- type: midi.message.unpack
|
||||
```
|
||||
Reference in New Issue
Block a user