Skip to content

Commit d40ad3d

Browse files
committed
Documentation
1 parent 50b94bc commit d40ad3d

File tree

1 file changed

+44
-37
lines changed

1 file changed

+44
-37
lines changed

readme.md

Lines changed: 44 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ need to know this....
9999
Most actions are triggered by SysEx packets, and the G1Four responds on
100100
'Address' `52 00 6e`. This may be different for other pedals in the family.
101101

102-
One exception is 'Select Bank/Program'
102+
One exception is 'Select Bank/Program', which used PC/CC messages
103103
```
104104
$ amidi -p hw:1,0,0 -S 'b0 20 00 c0 03'
105105
^ ^
@@ -115,41 +115,7 @@ control_change channel=0 control=32 value=4 time=0
115115
program_change channel=0 program=4 time=0
116116
```
117117

118-
Some actions can only be performed when the pedal is switch to a particular
119-
mode.
120-
121-
Editor Mode - sends CC's/SysEx on configuration change
122-
`$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 50 F7'`
123-
124-
Exit Editor Mode
125-
`$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 51 F7'`
126-
127-
Enter PC mode
128-
`$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 52 F7'`
129-
130-
Exit PC Mode
131-
`$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 53 F7'`
132-
133-
Enter/Exit Tuner Mode
134-
`$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 64 0b F7'`
135-
or
136-
`$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 64 0c F7'`
137-
138-
Configure Effects
139-
```
140-
$ amidi -p hw:1,0,0 -S 'f0 52 00 6e 64 03 00 01 02 3d 17 00 00 00 f7'
141-
^^ ^^ value lo/hi
142-
^^ param
143-
^^ slot
144-
param 0: effect on/off
145-
param 1: effect type
146-
param 2: dial 1 (left most)
147-
param 3: dial 2
148-
param 4: dial 3
149-
param 5: dial 4 (right most)
150-
```
151-
152-
Configure Tempo
118+
Configure Tempo, for drum machine/looper
153119
```
154120
$ amidi -p hw:1,0,0 -S 'f0 52 00 6e 64 03 00 0a 02 75 00 00 00 00 f7'
155121
^^ ^^
@@ -163,7 +129,7 @@ $ amidi -p hw:1,0,0 -S 'f0 52 00 6e 64 03 00 0a 00 20 00 00 00 00 f7'
163129
++---- Volume
164130
```
165131

166-
Turn tuner on, when in Editor mode the pedal will send note information
132+
Turn tuner on, when in 'Editor mode' the pedal will continuously send note information
167133
```
168134
$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 64 0b F7'
169135
@@ -177,3 +143,44 @@ Turn tuner off
177143
$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 64 0c F7'
178144
```
179145

146+
### Modes
147+
148+
Some actions can only be performed when the pedal is switch to a particular
149+
mode.
150+
151+
Editor Mode - sends CC's/SysEx on configuration change
152+
```
153+
$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 50 F7'
154+
```
155+
156+
Exit Editor Mode
157+
```
158+
$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 51 F7'
159+
```
160+
161+
Enter PC mode
162+
```
163+
$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 52 F7'
164+
```
165+
166+
Exit PC Mode
167+
```
168+
$ amidi -p hw:1,0,0 -S 'F0 52 00 6e 53 F7'
169+
```
170+
171+
### Effects settings
172+
173+
Configure Effects
174+
```
175+
$ amidi -p hw:1,0,0 -S 'f0 52 00 6e 64 03 00 01 02 3d 17 00 00 00 f7'
176+
^^ ^^ value lo/hi
177+
^^ param
178+
^^ slot
179+
param 0: effect on/off
180+
param 1: effect type
181+
param 2: dial 1 (left most)
182+
param 3: dial 2
183+
param 4: dial 3
184+
param 5: dial 4 (right most)
185+
```
186+

0 commit comments

Comments
 (0)