Jump to content

MIDI IN fonctions?? (MF & MTC)


Recommended Posts

Guest alexsmith944
Posted

hi all!

I plan to design a nice little  midibox in a canibalized genexxa body.

Big 6digit MidiTimeCode (bars/beats/tics, whatever)would like really nice above the transport controls

I suppose this would require adding  midimon to the mb64, only would it need its own Core or can 1 midibox core be a midibox and a time code "displayer" (using the midibox midi IN)at the same time?

the other question is: will my motorfaders respond to sequencer automated tracks (moving automatically if I load a new song into the software sequencer, etc..)?

I hope i'm not confusing everybody here, i'm unfamiliar in this domain :-[

I'll post a prototype pic later on to illustrate thoughts...

Don't forget your midiBoxing gloves!

Posted

Not sure about the MTC (but I would like to know)

As far as the MF's (motorfaders that is!) go: of course that is one of the main advantage for me of having motorfaders, whenever you open a new track the faders jump straight to the correct position!

peace

LO

Posted

I've programmed the MTC and leddigits handler in a modular way - just integrate leddigits.inc, mtc.inc, convert_bin2bcd.inc and parts of mon_mtc.inc into the MB64 application (read the file headers!) and call the handler from USER_MPROC_NotifyReceivedByte - this hook can be found in main.asm:

USER_MPROC_NotifyReceivedByte
        ;; call MTC handler
        call    MON_MTC_NotifyReceivedByte
        ;; -> continue at MB64 sysex parser
        goto    MB64_SYSEX_Parser

Best Regards, Thorsten.

Guest alexsmith944
Posted

thanks Thorsten! Its going to look smashing!

(currently working on a nice 3d prototype, I'll send you a pic if you don't mid)

kind regards!

-Alex

"midibox macht frei!"

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...