Image_Engine
2008-07-06 06:25:29
Hi All
Does anyone know how to extract just the midi channel from the status byte?
Regs
M
	
	Does anyone know how to extract just the midi channel from the status byte?
Regs
M
Image_Engine
2008-07-06 06:25:29
Breeze
2008-07-11 03:58:33
metastatik
2008-07-11 19:11:25
metastatik
2008-07-11 20:57:58
Code: Select all
Translator 1: ExtractChannel
Options: stop=false
Incoming: MIDI pp qq rr 
Rules: 
  ss=pp/16
  tt=ss*16
  uu=tt-1
  ga=pp-uu
Outgoing: (none)Breeze
2008-07-13 19:18:45
metastatik
2008-07-13 19:50:07
Breeze
2008-07-14 00:06:05