Thomasch Posted May 20, 2012 Report Share Posted May 20, 2012 (edited) Junge, wir verstehen uns einfach nicht... ;-) Best Regards, Thorsten. Ja ich weiss, mein Englisch ist richtig lausig. Wäre das so nicht richtig, wenn ich CC32 auslassen will und die folgenden CCs bis zum nächsten freien CC um 1 zu "shiften"? Also von 0x20-0x34 nach 0x21-0x35 ... ... assignModulator(mem_block:getByte(0x21), "OP1Attack") assignModulator(mem_block:getByte(0x22), "OP2Attack") assignModulator(mem_block:getByte(0x23), "OP3Attack") ... ... ... assignModulator(mem_block:getByte(0x34), "OP3Waveform") assignModulator(mem_block:getByte(0x35), "OP4Waveform") ... ... Ich hab übrigens nen Fehler im jetzigen Panel gefunden, OP4 Sustain hat nen falschen Wert. (2f statt 2c) Ich schau mir das morgen alles mal in Ruhe an, hab noch nicht alle Regler durchgeschaut und werd dann ne korrigierte Version hochladen. Sorry for not speaking english. Edited May 20, 2012 by Thomasch Quote Link to comment Share on other sites More sharing options...
Thomasch Posted May 20, 2012 Report Share Posted May 20, 2012 (edited) Beim weiteren Durchschauen sprang mir grad noch ins Auge, dass die Parameter Keyscaling für OP1-4 an den Drehreglern alle auf 0x24 gestellt waren, statt 0x18-0x1b. Ich bin noch nicht durch, wenn ich noch was finde werd ichs hier posten. Die verbesserte Version lad ich hoch, wenn alles durchgecheckt ist. [EDIT] SHORT ENGLISH VERSION: I found some bugs in the panel but need more time for investigation before i will upload a fixed version. [/EDIT] Edited May 20, 2012 by Thomasch Quote Link to comment Share on other sites More sharing options...
TK. Posted May 20, 2012 Author Report Share Posted May 20, 2012 Wäre das so nicht richtig, wenn ich CC32 auslassen will und die folgenden CCs bis zum nächsten freien CC um 1 zu "shiften"? Also von 0x20-0x34 nach 0x21-0x35 The MBFM firmware doesn't allow to shift CCs by 1, because sometimes logical operations such as ">>2" or "&3" are used to determine the parameter type and operator number! The only way I see would be to move all 4 OP Attack parameters to an unused range which is dividable by 4, such as 0x34..0x37 Ich hab übrigens nen Fehler im jetzigen Panel gefunden, OP4 Sustain hat nen falschen Wert. (2f statt 2c) 0x2b is the correct value. Beim weiteren Durchschauen sprang mir grad noch ins Auge, dass die Parameter Keyscaling für OP1-4 an den Drehreglern alle auf 0x24 gestellt waren, statt 0x18-0x1b. I fixed this and upoaded a new version to the Device Database Die verbesserte Version lad ich hoch, wenn alles durchgecheckt ist. Not required, it would be more helpful if you would describe the errors so that I can doublecheck if your assumption is correct and do the actual change on the "master panel" which will be uploaded to the device database. Especially since you are doing changes which will only work with your modified firmware (CC moved to different location), your uploaded panel would only confuse people and lead to unnecessary "bug reports" Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
monokinetic Posted May 21, 2012 Report Share Posted May 21, 2012 This is the actual issue - please use r946, you will find the link in the first posting! Doh, sorry I missed that :whistle: Thanks for the solution! Quote Link to comment Share on other sites More sharing options...
m00dawg Posted July 15, 2012 Report Share Posted July 15, 2012 I finally fixed the display on my MBFM and gave this another spin. I am curious as to if there is a way to send a patch change even using the interface? I wasn't able to find it, although the converse works (pulling in the current patch from MBFM). That functionality would be nice if I was able to record the bank change from CTRLR into a MIDI/automation track in Ableton Live (thereby having a nice work around for Live's own poor handling of bank/patch changes). Quote Link to comment Share on other sites More sharing options...
TK. Posted July 15, 2012 Author Report Share Posted July 15, 2012 -> TODO (together with the missing patch store/restore capabilities) Btw.: you could already add a simple program/bank change button to the panel by yourself, just enter edit mode and add the controllers! :) Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
m00dawg Posted July 15, 2012 Report Share Posted July 15, 2012 :) I'll check that out! Seems pretty straightforward to add things. Only other issue is that changes on the panel weren't being sent back to Live as MIDI events so I'll still need to figure that one out. Quote Link to comment Share on other sites More sharing options...
TK. Posted January 13, 2013 Author Report Share Posted January 13, 2013 Finally the MIDIbox FM V1 panel is running with the latest (and greatest) Ctrlr 1209 release under Windows and MacOS :smile: Download links: Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
igi Posted January 16, 2013 Report Share Posted January 16, 2013 HI! Works great! :rolleyes: Thank you and Best regards, IGI Quote Link to comment Share on other sites More sharing options...
TK. Posted January 16, 2013 Author Report Share Posted January 16, 2013 :) Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
m00dawg Posted January 23, 2013 Report Share Posted January 23, 2013 (edited) I grabbed the 1209 release for OS Xbut the VST folder is empty? Something I'm missing there? EDIT: AU version seems to be working just fine, however. Edited January 23, 2013 by m00dawg Quote Link to comment Share on other sites More sharing options...
TK. Posted January 25, 2013 Author Report Share Posted January 25, 2013 It's empty because I'm not able to compile the VST variant.Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
Marxon Posted May 29, 2013 Report Share Posted May 29, 2013 Hi,i am using CTRLR 1209 and noticed the following issue:After hitting the CTRLR receive button and changing the instrument's patch via datawheel afterwards,then the instrument bank allways switches to bank A.Is this normal?Best regardsMarxon Quote Link to comment Share on other sites More sharing options...
TK. Posted May 30, 2013 Author Report Share Posted May 30, 2013 No this isn't normal, and it sounds strange. I don't see a mechanism behind this behaviour... Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
Marxon Posted May 30, 2013 Report Share Posted May 30, 2013 Hi Thorsten,...dont know if it matters but i use FM 1.4e (PIC18F452 version).Marxon Quote Link to comment Share on other sites More sharing options...
Marxon Posted May 31, 2013 Report Share Posted May 31, 2013 Hi again,the same behavior occurs in MIOS studio when using the receive buffer button.Marxon Quote Link to comment Share on other sites More sharing options...
TK. Posted June 10, 2014 Author Report Share Posted June 10, 2014 I've updated the MIDIbox FM Panel, so that it works with the latest Ctrlr version. Download links can be found in the first post of this thread: Best Regards, Thorsten. 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.