render-graph
render-graph copied to clipboard
Parameter animating
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
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.