Thread: vst3 test
View Single Post
Old 09-09-2019, 10:53 AM   #4
cern.th.skei
Human being with feelings
 
cern.th.skei's Avatar
 
Join Date: Sep 2007
Location: trondheim, norway
Posts: 375
Default

@udaemon:

hi!
the idea is to clean up the plugin framework first, then go through the older plugins one by one, updating things, fixing issues, etc.. and then collect the plugins into a nice 'pack' of some sort

the plugin is linked with: pthread, xcb, xcb-util, xcb-image

to see which libraries a plugin needs, you can use ldd..
in this case, it says:

linux-vdso.so.1 (0x00007ffc6dbf6000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fcd369ff000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fcd367d7000)
libxcb-util.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-util.so.1 (0x00007fcd365d1000)
libxcb-image.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-image.so.0 (0x00007fcd363cc000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fcd36043000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fcd35ca5000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fcd35a8d000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fcd3569c000)
/lib64/ld-linux-x86-64.so.2 (0x00007fcd36e3e000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007fcd35498000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007fcd35292000)
libxcb-shm.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007fcd3508f000)
libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007fcd34e7a000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fcd34c72000)

you also need to copy the entire directory (sonic_maximizer.vst3) to your plugin directory, not just the .so file.. and then tell reaper to scan for new plugins (options, preferences, plug-ins, vst, re-scan)..

hope this helps!

oh, i just saw that you run wayland.. this plugin uses lowlevel xlib only.. but i think there's some kind of xlib emulation in wayland (xwayland?)..

- tor-helge
__________________
torhelgeskei.com
cern.th.skei is offline   Reply With Quote