LFO Reset Sync

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.

Other than the macros, a formula device with variables like beats and samples.

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 :smiley:

Edit: Gova, you beat me to it.

Danoise: I did make that .xrnt :stuck_out_tongue:

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.