sneakthief Posted January 30, 2007 Report Posted January 30, 2007 Does the C skeleton that the Clockbox is based on support MIDIbox Link?In other words, when I link two together (as shown here http://www.ucapps.de/midibox_link.html) does one core automatically merge data from another, or do I have to use a MIOS_MIDI_Merger command?Cheers,michel
audiocommander Posted January 30, 2007 Report Posted January 30, 2007 out of the box: nobut I think you just have to enclose[tt]MIOS_MIDI_Start();[/tt]and [tt]MIOS_MIDI_Stop();[/tt]around all places where [tt]MIDI_Tx_BufferPut()[/tt] is called (Clock).And set the Linker option for the Merger (see C-Function Listing).This should make it compatible for linked Cores.Best regards,Michael
TK. Posted January 30, 2007 Report Posted January 30, 2007 No, it's just only the MIOS_MIDI_MergerSet function which needs to be called from the Init() function, see also http://www.ucapps.de/cmios_fun.html#MIOS_MIDI_MergerSetBest Regards, Thorsten.
sneakthief Posted January 31, 2007 Author Report Posted January 31, 2007 Ah excellent. So the first midibox is declared as:MIOS_MIDI_MergerSet(MIOS_MIDI_MERGER_MBLINK_FP) ...and the other is:MIOS_MIDI_MergerSet(MIOS_MIDI_MERGER_MBLINK_EP) cheers,michelps. this will come in handy for a very simple replacement for my RM1x that I've been planning over a year:(31cm x 17cm x 10cm - It will have two independent cores. Each one will hold ~60 songs, up to 256 measures for each of the 6 tracks. They'll be triggering my 6gb handmade collection of audio loops on Kontakt 2 as well as my crazy KSP scripts)
TK. Posted February 1, 2007 Report Posted February 1, 2007 Yes, the function parameters are correct.Great to see a new sequencer concept comming!Maybe the distance between the pots is a little bit too short for adjustments during a live session, I would reduce it to 2x2x4 potsBest Regards, Thorsten.
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