render-graph icon indicating copy to clipboard operation
render-graph copied to clipboard

Parameter animating

Open edeetee opened this issue 3 years ago • 1 comments

Need a simple way to animate parameters This should be integrated with the midi system eventually.

Ideas: Infinite count Loop (over min/max) Connected to the template system idea instead of doing that logic with nodes

edeetee avatar Nov 13 '22 08:11 edeetee

Initial implementation done as of 5903f5bfab6aaad34ec3da93ae0a0f0bb0baaa69.

Where from here

  • Use the ranges defined in the UI value objects
  • Use Midi inputs
  • UI to show all of the current animations
  • UI to show different options for animation
  • Figure out how to make the matrix animation make sense (do I do it at the level of the properties shown to the user or do I do it at the level of the Mat4?)

Maybe I replace the parameter UI with the animation UI when it is taken over? This makes a lot of sense.

edeetee avatar Feb 14 '23 09:02 edeetee