Changes

Jump to navigation Jump to search
Line 68: Line 68:     
So we come to the python component that handles the LV2 bundles.
 
So we come to the python component that handles the LV2 bundles.
 +
 +
The list of engines visible came from a call to get_jalv_plugins()
 +
 +
[[File:Zynthian jalv plugins.png
 +
|right|300px|zynthian_engine_jalv class]]
 +
 +
There is a bit of defensive programmiing to prevent damaged files structures from stopping anything happening but the call is then handed up to
 +
 +
zynthian_lv2.get_plugins()in zynthian_lv2.py  to do the gory stuff. . .
 +
 +
This is where the lv2 namespace is maintained from and acts as the conduit from the zynthian to the lv2 namespaces.
 +
 +
[[File:Zynthian lv2-head.png|right|400px|Zynthian_lv2_world object]]
584

edits

Navigation menu