ingen icon indicating copy to clipboard operation
ingen copied to clipboard

Presets for sub graphs

Open loki42 opened this issue 5 years ago • 2 comments

Is there a way to save presets for a sub graph? The presets would contain values for all blocks in the graph including their enabled state. If not this would be a desirable feature to quickly switch between two "snapshots" of a graph.

loki42 avatar Feb 25 '20 00:02 loki42

Presets for graphs are a bit tricky. The current implementation lets you do basically anything, including change all the nodes, which is... questionable and problematic in the plugin case, but I'm not sure what the restrictions should really be.

It does need work though.

drobilla avatar Feb 26 '20 09:02 drobilla

I'm looking into implementing this, either in Ingen or in my wrapper layer. Basically it'll just store the values I normally store and on/off and send them all to Ingen.

loki42 avatar Oct 03 '23 04:10 loki42