cosinekitty / sapphire

Sapphire - free modules for VCV Rack 2
GNU General Public License v3.0
24 stars 3 forks source link

Frolic, Glee: toggle trajectory direction #61

Open cosinekitty opened 1 month ago

cosinekitty commented 1 month ago

It would be trivial to make Frolic and Glee trajectories go backwards by using a negative Δt instead of a positive one. Basically this means calculating the velocity vector, then negating it.

Consider adding a context menu option (or even a gate input port?) to toggle the trajectory direction.

DaveBenham commented 1 month ago

Interesting. That might be more useful as an input, though it might disrupt your faceplate design. An input to reverse would be analogous to a soft sync. An input to restart from initial conditions would be a hard sync.

These are looking more and more like a traditional VCO/LFO with chaotic waveforms, which I think is cool.

On Sat, Jul 20, 2024 at 11:52 AM Don Cross @.***> wrote:

It would be trivial to make Frolic and Glee trajectories go backwards by using a negative Δt instead of a positive one. Basically this means calculating the velocity vector, then negating it.

Consider adding a context menu option to toggle the trajectory direction.

— Reply to this email directly, view it on GitHub https://github.com/cosinekitty/sapphire/issues/61, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHPDWL2R5I6VY2CYPWW7ZTZNKBTXAVCNFSM6AAAAABLGBFEV2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZDAOJVGI4DANI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

DaveBenham commented 1 month ago

Continuing the theme of a traditional oscillator, an FM (delta T) input with attenuator might be nice, especially if it can be switched between exponential and linear.

cosinekitty commented 1 month ago

I'm open to creating a new module with more stuff in it. Maybe we should call it... Chaos Lab!