ckluxen1
(ckluxen)
September 2, 2015, 1:51pm
1
Hi,
I guess there must be a way to sync the LFO in the Effect Section to the Host.
By Keyboard Tracking per Note of Course. But how to Sync to host Tempo?
Modulation Section is hard synced to note.
Besides there are no effect commands?
The only way I get so far is by the macros and sending a signal from the host.
How do you get it synced?
Thanks and cheers,
C.
gova
(toblerpone)
September 2, 2015, 3:29pm
2
Other than the macros, a formula device with variables like beats and samples.
danoise
(danoise)
September 2, 2015, 3:29pm
3
By Keyboard Tracking per Note of Course. But how to Sync to host Tempo?
LFOs are always tempo-synced, as they are working on a base value which is derived from the hosts tempo.
But I guess you are looking to reset them in time with the song playback.
This can be done, and with a large degree of control over how it’s done, using the Formula device.
https://forum.renoise.com/t/lfo-auto-reset/40408
Formula devices are not rocket science, but let me know if you have trouble getting the above example to work
Edit: Gova, you beat me to it.
gova
(toblerpone)
September 2, 2015, 3:57pm
4
Danoise: I did make that .xrnt
ckluxen1
(ckluxen)
September 2, 2015, 4:16pm
5
Thanks! The Formula Device in Redux reacted different as in Renoise.
Retriggered after 12 LPB in Redux. Not at Seq0. I guess.
So I added:
function func()
return PLAYING
end
That works fine for me in Sync with the host.