sparx Posted October 1, 2011 Report Share 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 Quote Link to comment Share on other sites More sharing options...
TK. Posted October 1, 2011 Report Share 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. Quote Link to comment Share on other sites More sharing options...
sparx Posted October 1, 2011 Author Report Share Posted October 1, 2011 Thank you so much, that worked perfectly. Looks like lots more reading for me... S Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.