loopier / animatron

Animatron for Godot 4.x <
MIT License
16 stars 1 forks source link

Tap tempo #10

Open loopier opened 1 year ago

loopier commented 1 year ago

Idea to add tap tempo to sync stuff on-the fly without having to know the numbers:

/tap /tempo - where /tempo is a variable accessible by any command with getVar(). The tempo would be calculated from the interval between multiple evaluations of the line /tap /tempo. For example: /routine bla inf /tempo /visible x would toggle visibility at an interval specified by tempo.

Maybe /tap /anything could be used to set the value of any variable.