Page 1 of 1
					
				
				Posted: Tue May 03, 2005 4:30 pm
				by Casper
				Quest:
Exploring Possiblilities for simple cirquit:
(Keybord/Sequencer)MidiIn->, TransformNote ,-> Midiout.
http://sdkdg.cwaudio.de/ 
			
					
				
				Posted: Wed May 04, 2005 4:37 pm
				by Casper
				Module to go for :
MIDI Control 2 Number.
Difficulty: Getting 3 different bytes into 2 inlets...
Some serious bitshifting is needed!
Does someone know the transformation from "midibyte-extract module" to "MIDI Control 2 Number "?
Things I found out already:
Inputting Dec 144 or Hex 90 (noteon status byte) in Cnum , and a value between -2147483647 and 2147483647 on Vin outputs:
notenumber , 0 , 0 , channel
Adding a number between 0-15 to the 144 will change the channel.
Now the problem is how do I get the velocity value outputted?
Please , tell if you found it out.
cheers,
Casper
None of the above is correct! But will help searching for the awnser.
 
<font size=-1>[ This Message was edited by: casper on 2005-05-08 17:43 ]</font>
			 
			
					
				
				Posted: Sun May 08, 2005 4:42 pm
				by Casper
				Midiquest done, 
created , midiin -> transform {note ,vel , channel} -> makenote--midiout> 
http://sdkdg.cwaudio.de/ 
cheers, 
Casper
well not done correctly 

 so hang on 
<font size=-1>[ This Message was edited by: casper on 2005-08-15 04:12 ]</font>
 
			
					
				
				Posted: Mon Aug 15, 2005 3:12 am
				by Casper
				Might as well take over this post again.
There is a unfinished module online.
http://student-kmt.hku.nl/~casper0/Crea ... 20Midi.mdl
It's only usefull to SDK users. 
If you'd be able to make this thing working correctly please post here.
cheers,
Casper