tashikoma Posted December 8, 2015 Report Posted December 8, 2015 (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 December 8, 2015 by tashikoma Quote
Rowan Posted December 9, 2015 Report Posted December 9, 2015 I agree that this would be a useful feature. Quote
TK. Posted December 10, 2015 Report Posted December 10, 2015 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 ppqnWhich additional dividers would be useful?Best Regards, Thorsten. Quote
u-link Posted December 27, 2015 Report Posted December 27, 2015 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! Quote
TK. Posted December 29, 2015 Report Posted December 29, 2015 Added to the wishlist. Best Regards, Thorsten. Quote
u-link Posted January 3, 2016 Report Posted January 3, 2016 I already feel the untra-tight Chi-town-boogie shuffle pouring out of my synced devices ... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.