Re: [seq24-users] seq24-0.7.0
Brought to you by:
rcbuse
|
From: federico <xa...@in...> - 2005-08-23 12:42:05
|
Rob Buse ha scritto: >hey everyone! > >new release. >lots of new features. >check it out and let me know if it breaks anything. > >cheers! >rob > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >seq24-users mailing list >seq...@li... >https://lists.sourceforge.net/lists/listinfo/seq24-users > > > wonderful ! ! ! i was waiting for this for a long... :) i was wondering if it is possible to implement System Exclusive MIDI messages(?). i am a C programmer (but im pretty busy, keep in mind), but if you could give me some guidelines i could try to write a patch or so. think that a SysEx message it is like a midi controller message, example: CC: 0xB# 0xPP 0xVV SysEx: 0xF0 0x32 0x2# 0xPP 0xVV 0xF7 # is the channel number, PP is the parameter number, VV is the value number. i gave a quick look at event.cpp but not sure where midi message are transmitted and if are needed other mods in other src-files ciao Federico |