synthpod

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

rghvdberg
Established Member
Posts: 1067
Joined: Mon May 12, 2014 7:11 am
Has thanked: 15 times
Been thanked: 36 times

Re: synthpod

Post by rghvdberg »

rghvdberg
Established Member
Posts: 1067
Joined: Mon May 12, 2014 7:11 am
Has thanked: 15 times
Been thanked: 36 times

Re: synthpod

Post by rghvdberg »

ventosus wrote: Plugin GUIs in synthpod run in a separate process. Synthpod thus does not support plugin
GUIs that need instance access (e.g. everything JUCE-based). The GUI toolkit support has
to be manually enabled at compile time (GTK2, GTK3, QT4, QT5, X11).
How do I do that ?
<STRIKE>Edit CMakeLists.txt ??</STRIKE>
----
found it

Code: Select all

cmake -DBUILD_SANDBOX_X11=ON -DBUILD_SANDBOX_GTK2=ON -DBUILD_SANDBOX_GTK3=ON -DBUILD_SANDBOX_QT4=ON -DBUILD_SANDBOX_QT5=ON -DBUILD_SANDBOX_SHOW=ON -DBUILD_SANDBOX_KX=ON ..
rghvdberg
Established Member
Posts: 1067
Joined: Mon May 12, 2014 7:11 am
Has thanked: 15 times
Been thanked: 36 times

Re: synthpod

Post by rghvdberg »

Ok, so I can load a synth, hook up midi and audio and get sound from synthpod_jack

what can I do with all the other plugins ?

I actually want an lfo plugin (<http://kxstudio.sf.net/carla/plugins/lfo>) to modulate parameters of the synth
Post Reply