Quest:
Exploring Possiblilities for simple cirquit:
(Keybord/Sequencer)MidiIn->, TransformNote ,-> Midiout.
http://sdkdg.cwaudio.de/
SDK Midi Quest
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>
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>
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>
created , midiin -> transform {note ,vel , channel} -> makenote--midiout>
http://sdkdg.cwaudio.de/
cheers,
Casper
well not done correctly

<font size=-1>[ This Message was edited by: casper on 2005-08-15 04:12 ]</font>
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
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