sidysm Posted November 5, 2003 Report Share Posted November 5, 2003 I want to include an 8 digit MTC display in the transport section of my controller.I was looking at the midimon platform to do this using the extension, but looking at the midimon section it looks like thin can be acheived on a single dout.Would I be able to do this in mios on a single dout or do I need to build the midimon device as well, I was originally just going to have an extra midi in and out for MTC/midi Clock. Quote Link to comment Share on other sites More sharing options...
TK. Posted November 7, 2003 Report Share Posted November 7, 2003 No, the MIDImon allocates 3 DOUT registers of a DOUTX4 module. You don't need an additional core, e.g. the MIDIbox64 application allocates 8 DOUT registers maximum (=64 LEDs), this means that the remaining 8 DOUT's are free and can be used for other purposes. Just integrate the MTC module (see Concept->MIOS->Download led_digits_mtc_v1_3.zip file mtc.inc) into your project.Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
sidysm Posted November 7, 2003 Author Report Share Posted November 7, 2003 Hi thorsten, thanks for advice.I think I'll need a seperate core though as I am basing my midibox on 18F using mios and as far as could tell midimon is still only implemented on the 16F core? Quote Link to comment Share on other sites More sharing options...
arumblack Posted November 8, 2003 Report Share Posted November 8, 2003 i think he means you do not need the midi mon, just add the code he mentions to the midibox 64 code.... i think 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.