Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:seq24togglemiditutorial [2011/01/25 11:55] – autostatic | wiki:seq24togglemiditutorial [2013/06/02 13:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| **(midi status byte (channel ignored))**: | **(midi status byte (channel ignored))**: | ||
| - | The last three is the range of data that will match. | + | **(data1)**: |
| - | An example of the [midi-control] section of my .seq24rc file I use with the MPK Mini: | + | **(data2 min)**: the minimal value for the filter to match. For note on/off events this is the amount of velocity for example. |
| + | |||
| + | **(data2 max)**: the maximum value for the filter to match. | ||
| + | |||
| + | An example of the [midi-control] section of my //.seq24rc// file I use with the MPK Mini: | ||
| [midi-control] | [midi-control] | ||
| Line 117: | Line 121: | ||
| 73 [0 0 | 73 [0 0 | ||
| - | What this example does is listening for notes 96 up to and including 111 and it toggles the sequences on note on events and toggles | + | What this example does is listening for notes 96 up to and including 111 and it toggles the sequences on note on events and toggles |
| + | |||
| + | ===== Queuing | ||
| + | |||
| + | The Akai MPK Mini has a Sustain button and I've set the Sustain | ||
| + | |||
| + | # mod queue | ||
| + | 70 [0 0 | ||
| + | |||
| + | So when I hold down this button and press one of the pads on my MPK Mini the corresponding sequence gets queued. | ||
| + | |||
| + | ===== Final steps ===== | ||
| + | |||
| + | Start seq24 and connect your MIDI controller (File - Options - MIDI Input). Now you should be able to toggle and queue any patterns in your seq24 session if you set up your .seq24rc file correctly. | ||
