Hi, I designed a midibox that has about 200 functions on deck including launching windows apps, tabbing from reason to cubase, typing text etc AND I DONT KNOW A HECK ABOUT MIOS! ;D
The solution is software drivers. I use a very simple VISUAL BASIC program that I made in a couple of days that sits on the system tray and filters all the midi comming out of my midibox and treats it in very simple basic code (I’m not even good at that, but plenty of tutorials online).
I enjoy this method and think it can get a lot of potential out of a simple midibox (mine has only one ain and one din).
I’m currently working on using midi out (of visual basic) for animating leds in the most unlimited way.
Here is an example of what you could do in a couple of minutes:
Use 10 DIN encoders that decrease or increase the values of selected (via din) tracks. This allows dozens of tweaks made to only one track, or two, or 200 !!!
WORD OF ATTENTION: I really think MIOS rocks and is irreplacable for we couldn’t go without it,
but thought I would suggest my Newbie friendly approach…
you guys might of heard about ghost mouse (mouse movement recorder and player)
IMAGINE WHAT YOU COULD GET COOKING WITH THAT!
loop while(producer = unhappy){
if (turn knob1) then load reason (song4.rns), export it to wave, email it to producer;
If producer = unhappy -> goto start;
}
![]()
ps: look for mabry’s free midi IO for visual basic