Skip to content

Commit 76417a1

Browse files
committed
Documentation
1 parent d40ad3d commit 76417a1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,17 @@ param 4: dial 3
184184
param 5: dial 4 (right most)
185185
```
186186

187+
### Patches
188+
189+
Request Current Patch Info (need to be in 'Editor Mode')
190+
```
191+
$ amidi -p hw:1,0,0 -S 'f0 52 00 6e 29 f7'
192+
```
193+
194+
Request Specific Patch Info (note: slightly longer reply).
195+
```
196+
$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 09 00 04 09 F7'
197+
^ ^^
198+
| ++-- Program (0..9)
199+
+----- Bank (0..4)
200+
```

0 commit comments

Comments
 (0)