Jump to content

MIDI IN fonctions?? (MF & MTC)


Guest alexsmith944
 Share

Recommended Posts

Guest alexsmith944

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest alexsmith944

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!"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...