Page 1 of 1

Posted: 01 Oct 2008, 08:01
by bsork
Not a big thing, but this: http://www.sensomusic.com/forums/viewto ... 5480#p5480 got me thinking that sometimes a MIDI message "unpacker" module could come in handy. By "unpacker" I don't mean like the unpack on the MIDI In, which queues the messages so that only one is sent per execution block (or is that only NoteOns?), it's just that I can't think of another good name right now...

What I'm thinking of is a module with a MIDI input and separate outputs for channel, message etc just like the MIDI Input module, giving access to these values for "internal" MIDI as well.

[EDIT:] What about "MIDI Message Split"?

Posted: 01 Oct 2008, 10:07
by senso
The 'midi/midi tools/get midi message' script is very close to the module you describ.We just have to add the 'channel' outlet.

Also, the 'unpack' module as to be created because it can be useful to handle midi msg from the piano roll.

Posted: 02 Oct 2008, 07:28
by bsork
Oooops - had forgotten about that one. I think I can create an updated Get Midi Message in the not to distant future.

Posted: 02 Oct 2008, 08:09
by senso
already done!
the v4.0 will include an improved version of 'get midi msg' script and a new 'unpack'.

Posted: 02 Oct 2008, 08:55
by bsork
Great - thanks!