13
0
livetrax/libs/plugins/a-fluidsynth.lv2
Robin Gareus 1528df2f5a
Compliant LV2 state path-mapping
lv2 state mandates that
>  The plugin MUST use this function [ absolute_path] in order to
>  actually open or otherwise use any paths loaded from plugin state.
Previously the plugin uses the value directly. Also
>  The caller is responsible for freeing the returned value with free().
is now implemented on systems other than windows (where this is not
possible, since the memory must be free()ed in the same module where it
was allocated.
2018-12-19 22:28:40 +01:00
..
a-fluidsynth.cc Compliant LV2 state path-mapping 2018-12-19 22:28:40 +01:00
a-fluidsynth.ttl.in
manifest.ttl.in
wscript