Clock Ramp out of Sync when exporting Audio
-
I got a project that is using a clock ramp to do some modulation in sync to the host. it works perfectly fine when using in the daw but once you freeze or export the audio it starts the clock at a completely random point. any ideas?
EDIT: it seemed to work fine with an older version of HISE (31.october)
@Christoph-Hart maybe this is causing it?https://github.com/christophhart/HISE/commit/587eb3326e7623255daa24993fe7b428cb6f6011Now also a MidiPlayer synced to Daw works fine when using in the Daw but is silent when exported.
EDIT: just tried with the develop from November 21 and it worked so needs to be a change after that
-
a friendly bump. I just compiled the latest develop but still using anything synced to host will not work when freezing in ableton or exporting the audio which unfortunately makes every project containing a synced ramp or a midi player synced to host unusable in the real world since november.
any ideas @Christoph-Hart ? -
@ps Ooops, you were right - I added some special checks that prevent the internal audio rendering (using
Engine.renderAudio()
) from interfering with the external clock but this also messed up the "external" rendering.I think I've fixed it and I could verify it by freezing some audio in Ableton which works again (it rendered silence before), but you might want to make a few more tests.
-
@Christoph-Hart recompiled and Looks god so far! Thank you!!!!