Jump to content

Recommended Posts

Posted

Hi:

Recently I'm using more the clock output of the MIDIbox CV (firmware ver. 1.2a), and noted an anoying behaviour. My sequencer (SONAR) is sending MIDI Clock all the time (even when stopped), and MIDIbox CV y synced all the time, so is outputting Clock signal all the time, that's OK, when I hit start in my sequencer, the MIDIbox CV keeps outputting Clock, but not sync the division to the start of the sequencer. Let's say I configured the Clock of the MIDIbox to 24/12 ppqn, when I start the sequencer most times the clock is shifted from the the tempo of the sequencer. The shift could be anything between 1 ppqn and the division I set in the MIDIbox configuration (1/8 note in my example).

How could I reset the counter in the MIDIbox CV when a MIDI start message arrives?

Thank you.

Posted

This seems to be a bug, but unfortunately I've currently no access to my hardware.

Please up this thread in 2 weeks if I haven't replied yet.

According to the source code the divider should be reset on an incoming MIDI start event:


movlw 0xfa
cpfseq IRQ_TMP1, ACCESS
rgoto CV_CLK_NotifyRx_NoStart
CV_CLK_NotifyRx_Start
clrf CV_CLK_DIVIDER, BANKED ; clear clock divider (!)
rgoto CV_CLK_NotifyRx_Start_Cont
CV_CLK_NotifyRx_NoStart
[/code]

but it seems that this doesn't work correctly anymore.

Or can anybody confirm that it works at his side?

Best Regards, Thorsten.

  • 3 weeks later...
Posted

Thanks a lot Thorsten!!!

I will try it in next few days and report back.

Just a question: I always used MPASM to make the HEX file (I have to mod some things in the main ASM), can I still use it?

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...
×
×
  • Create New...