I'm almost there:

⚡ jalv.gtk https://bitbucket.org/xaccrocheur/kis
Plugin: https://bitbucket.org/xaccrocheur/kis
UI: https://bitbucket.org/xaccrocheur/kis#gui
UI Type: http://lv2plug.in/ns/extensions/ui#X11UI
JACK Name:    Kis
Block length: 512 frames
MIDI buffers: 32768 bytes
Comm buffers: 524288 bytes
Update rate:  25.0 Hz
SO-404 v.1.2 by 50m30n3 2009-2011

controlmode = 1.000000
volume      = 50.000000
cutoff      = 50.000000
resonance   = 100.000000
envelope    = 80.000000
portamento  = 64.000000
release     = 100.000000
channel     = 1.000000
frequency   = 440.000000
suil error: Failed to find descriptor for <https://bitbucket.org/xaccrocheur/kis#gui> in /usr/local/lib/lv2/kis.lv2/kis_gui.so

Please, give me a pointer to a basic implementation of that descriptor thing, somebody, please end my misery.

--Phil

On 15/10/14 20:17, Paul Davis wrote:


On Wed, Oct 15, 2014 at 2:24 PM, Phil CM <phi...@gnu.org <mailto:phi...@gnu.org>> wrote:

    Hello LADs

    I'm trying to make a GUI for a LV2 synth based on so-404. In fact,
    I'm trying to learn C / C++.

    I got everything to build OK, but I'm stuck on a hard to read
    execution error ; when I load the plugin in jalv, it loads it OK,
    but fails to load the UI and says :

    suil error: Unable to open UI library
    /usr/local/lib/lv2/kis.lv2/kis_gui.so
    (/usr/local/lib/lv2/kis.lv2/kis_gui.so: undefined symbol:
    _Z17instantiateSO_404PK15_LV2_DescriptordPKcPKPK12_LV2_Feature)



% echo _Z17instantiateSO_404PK15_LV2_DescriptordPKcPKPK12_LV2_Feature | c++filt instantiateSO_404(_LV2_Descriptor const*, double, char const*, _LV2_Feature const* const*)
%

your plugin is missing a symbol (instantiateSO_404(...)), apparently.



_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev



_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev

Reply via email to