Help me understand 'tempo_sync' module in scriptnode
-
I'd like to set the frequency of the LFO so that a certain number of cycles corresponds to a specific duration of musical time, like a quarter note or an eighth note, etc.
In this scriptnode, I've managed to emulate the 'disconnected' Flangering from time; how do I complete this implementation? -
@Mighty23 said in Help me understand 'tempo_sync' module in scriptnode:
I'd like to set the frequency of the LFO so that a certain number of cycles corresponds to a specific duration of musical time, like a quarter note or an eighth note, etc.
How many cycles?
In this scriptnode, I've managed to emulate the 'disconnected' Flangering from time; how do I complete this implementation?
OK so now you have the tempo as a set of milliseconds, now you need to convert this into a freq....
-
@Lindon said in Help me understand 'tempo_sync' module in scriptnode:
OK so now you have the tempo as a set of milliseconds, now you need to convert this into a freq....
ok found the node of "convertion Frequency to Milliseconds"; that's sound good. Many Thanks @Lindon
-
-