Changes

Jump to navigation Jump to search
Line 111: Line 111:     
<br clear=all>
 
<br clear=all>
 +
 +
== Where it gets stored ==
 +
So once an engine has been started up what else does it need to know?, given it's MIDI components, parameters and Audio in's and outs have been nicely presented to the user.
 +
How do we store all this state we are generating?
 +
 +
In the Pre LV2 age it was all explicitly defined in the code, but we can now do better. We want to be able to add,enable and disable these lv2 components that we could get hold of from 'sources' or indeed write ourselves and offer to others...
 +
 +
What maintains the LV2 zynthian universe?
 +
 +
Well there are three basic places lv2 bundles live.
 +
 +
* /zynthian/zynthian-plugins/lv2
 +
* /zynthian/zynthian-data/presets/lv2
 +
* /zynthian/zynthian-my-data/presets/lv2
 +
 +
 +
<br clear=all>
 +
 +
== LV2 Webconf configuration ==
584

edits

Navigation menu