Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:seq24togglemiditutorial [2011/01/25 13:06] autostaticwiki:seq24togglemiditutorial [2013/06/02 15:45] (current) – external edit 127.0.0.1
Line 31: Line 31:
 **(data2 max)**: the maximum value for the filter to match. **(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:+An example of the [midi-control] section of my //.seq24rc// file I use with the MPK Mini:
  
   [midi-control]   [midi-control]
Line 121: Line 121:
   73 [0 0         0] [0 0         0] [0 0         0]   73 [0 0         0] [0 0         0] [0 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 it off on note off events. But what about queuing sequences? Well, the Akai MPK Mini has a Sustain button and I've set this MIDI event up as the queue modifier (see above, the fields after entry 70 which corresponds with 'mod queue'). So when I hold down this button and press one of the pads on my MPK Mini the corresponding sequence gets queued.+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 them off on note off events. 
 + 
 +===== Queuing sequences ===== 
 + 
 +The Akai MPK Mini has a Sustain button and I've set the Sustain MIDI event (with MIDI status byte 176 and control/mode change number 64) up as the queue modifier in the 'mod queue' entry: 
 + 
 +  # mod queue 
 +  70 [0 0         0] [1 0 176  64 127 127] [1 0 176  64     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.
wiki/seq24togglemiditutorial.1295957160.txt.gz · Last modified: 2011/01/25 13:06 by autostatic