sparx Posted October 1, 2011 Report Posted October 1, 2011 I'm playing about with some of the MIOS32 tutorials, currently looking at Tutorial #19 MIDI file player, seems that its sending lots of commands via the USB into MIOS Studio, but how do I change this so that the MIDI gets sent to the MIDI port? Thanks S
TK. Posted October 1, 2011 Report Posted October 1, 2011 With MIOS32_MIDI_DefaultPortSet Alternatively you can redirect the MIDI events to a hook and send MIDI events to any port (also multiple ports) from there. Example: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fcontrollers%2Fmidio128_v3%2Fsrc%2Fseq.c search for Hook_MIDI_SendPackage Best Regards, Thorsten.
sparx Posted October 1, 2011 Author Report Posted October 1, 2011 Thank you so much, that worked perfectly. Looks like lots more reading for me... S
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now