Tables and mouse behaviour basics
-
I'm having a hard time figuring out how to reset a curve in a table using the mouse?
I reckon we can use the mouse wheel but as soon I touch it it's the whole interface/scriptnode graph that moves away.
And secondly, using the mod wheel cannot ensure the curve is back being flat, so what is it with me? Is there a modifier? -
@ustk said in Tables and mouse behaviour basics:
I'm having a hard time figuring out how to reset a curve in a table using the mouse?
There is no built in "reset". But you could script your own, along with other interesting shapes.
@ustk said in Tables and mouse behaviour basics:
I reckon we can use the mouse wheel
You can also hold right click and drag.
-
@d-healey Yeah I know I can script them but my issue is more with mouse interaction.
Right-click + drag will do! Just a shame we don't see the value...
There're places for improvement here @Christoph-Hart -
@ustk You might find this PR I just made useful - https://github.com/christophhart/HISE/pull/631
Control+click to reset :)
-
@d-healey Oh amazing thanks! You're so close to implement a curve reset...