SDK Midi Quest

A place for developers to share ideas and assist each other in solving problems.

Moderators: valis, garyb

Post Reply
Casper
Posts: 366
Joined: Mon Apr 19, 2004 4:00 pm
Location: Netherlands (Almere)

Post by Casper »

Quest:
Exploring Possiblilities for simple cirquit:

(Keybord/Sequencer)MidiIn->, TransformNote ,-> Midiout.

http://sdkdg.cwaudio.de/
Casper
Posts: 366
Joined: Mon Apr 19, 2004 4:00 pm
Location: Netherlands (Almere)

Post 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>
Casper
Posts: 366
Joined: Mon Apr 19, 2004 4:00 pm
Location: Netherlands (Almere)

Post by Casper »

Midiquest done,

created , midiin -> transform {note ,vel , channel} -> makenote--midiout>

http://sdkdg.cwaudio.de/

cheers,

Casper


well not done correctly :smile: so hang on

<font size=-1>[ This Message was edited by: casper on 2005-08-15 04:12 ]</font>
Casper
Posts: 366
Joined: Mon Apr 19, 2004 4:00 pm
Location: Netherlands (Almere)

Post 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
Post Reply