Jump to content

MB seq V4 clock feature


tashikoma
 Share

Recommended Posts

Hi all,
We could multiply the clocks in the CV configuration page but not divide them...

It could be a nice feature to have a divider ratio parameter... that 1ppqn could be dividing...

Like the MBCV V1 there's no possibility to have long divided clocks ( i use clock divider Yusynth module from modular to perform that!).

Edited by tashikoma
Link to comment
Share on other sites

The good news: this is a feature which can be easily enhanced, because I implemented a fully scalable solution (and I'm really proud of this, because usually I can't do this for everything due to memory limitations! ;-)

Current divider values:

const u16 din_sync_div_presets[] =
  // 1    2    3    4   6   8  12  16  24  32  48  96  192  384 ppqn, StartStop(=0)
  { 384, 192, 128, 96, 64, 48, 32, 24, 16, 12,  8,  4,   2,  1, 0 };

the maximum possible divider value is 65535, but as you can see, I only prepared up to 384 for 1 ppqn

Which additional dividers would be useful?

Best Regards, Thorsten. 

Link to comment
Share on other sites

  • 3 weeks later...

Would it be possible to have the DIN Sync clock and the MIDI clock out follow internal shuffle settings? That would be amazing for locking external machines with built in sequencers that are just being clocked by the MBSEQ into the same groove: just write all the patterns with no shuffle, and let the clock be shuffled exactly the same as the notes being spit out. While we are at it, Clock divider for the MIDI clock being output (even better for each out separately) would be great, too!

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...