Jump to content

Recommended Posts

Posted (edited)

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
Posted

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. 

  • 3 weeks later...
Posted

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!

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