Engine.setHostBpm()
-
seems to be broken, doesn't work inside Hise, nor in compiled plugin or stand alone.
Or does the TransportHandler
TH.setSyncMode(TH.PreferExternal);
overide it?
If I setTH.setEnableGrid(true, 18)
should not the "18" mean 1/96 of 1/1 of current tempo?
-
@ulrik Did you gt this resolved? My thinking was:
setUseTimestampInTicks(true);
transportHandler.setEnableGrid(true, 1.0); -
@clevername27 No, and I have not tried to set a "free" tempo since then.
-
@ulrik Try my suggestion, and let us know? In answer to your question, yes. I you have an issue where the measures are double in your DAW, it may because HISE is running at half the MIDI resolution. In that case, use 2 instead of one. If you're having an issue with switching between internal and external clocks, @Christoph-Hart added a new command. Let me know if you'd like more info on it, and code examples. Given how many people's questions you've answered here on the forum (instead of mine), I'd love the opportunity to help you for a change.
-
@clevername27 Hm, I might take a look at it again, if I only could remember which project I was referring to
The new command added by Christopher, what is that?
-
@ulrik setLinkBpmToSyncMode