Page 1 of 1

Posted: 12 Jan 2018, 11:08
by x.iso
The idea is, that in some situations you could want to control clock output for midi device separately. For instance to make interrupts for devices with internal sequencers. Maybe even manipulate BPM and such.

Posted: 12 Jan 2018, 11:27
by sephult
Yeah I would find it cool to have a clock output in the MIDI devices...be very cool to modify with clock multipliers/dividers/stops etc
-s

Posted: 12 Jan 2018, 15:44
by 23fx23
can send custom midi clock like this. (can add a BPM multiplier to manipulate out of PPQ, or use clock divider out of trigger, or use local sync with custom BPM rather than master sync).
tho i reckon a single module could be simpler way, thats relatively quick patched as a workaround and modular.
(smaller bloc size, higher precision)

Image

Posted: 12 Jan 2018, 17:45
by x.iso
But would it override active clock send from master to midi out device? Remember that midi out device got checkbox to send clock. Or is it going to send clock if that checkbox is inactive?

Posted: 12 Jan 2018, 23:44
by woodslanding
In a related question:

Is there a different way that VSTs get a tempo from their host? (I assume this is not just midi clock...) I've wished that I could set a different tempo for a particular vst.....

Posted: 13 Jan 2018, 04:35
by 23fx23
@xiso, yes that would work with the chekbox off. i tried with live and it reflected usine tempo, basically its a 'manual' creation of clock overiding usine one.
tho if you wanted to add start/stop ect, would need to add according send midi message modules i suppose.

woodslanding vsts seem to request or be informed by the daw via functions calls of the tempo and precise ppq timing, not midi. at least thats my understanding considering sdk function
http://www.sensomusic.org/sdkdoc/html/s ... _info.html
did you try a local sync module placed in same patch as the vst?

Posted: 13 Jan 2018, 09:44
by woodslanding
no, I haven't tried anything... I'll look into the local sync module. It's hardly surprising that Senso might have thought of this already...