btw, quite recently, falktx come up with this testing lv2 plugin with a qt4 gui--you can try it out. imnsho, i think it's the most simplest to grok and compile. and it's plain and modern qt4 gui :) http://kxstudio.sourceforge.net/tmp/stereo-audio-gain.tar.gz
0. unwrapp:
tar -zxf stereo-audio-gain.tar.gz cd stereo-audio-gain
1. build:
qmake audiogain-lv2.pro make
2. install:
cp -a audiogain.lv2 ~/.lv2/
nb. only works with latest qtractor 0.5.3.
study the code, which is dead easy to read (in my standards:)--adding a midi event input port and processing is here left to you as an exercise ;)
also, always remember to join #lv2 channel on irc.freenode.net. i'm not seasoned on lv2 plugin development, specially regarding that turtle stuff (.ttl) that every lv2 plugin must manifest (pun intended:)
yes, you can go with the most recent, i think dated of last november, which are all found on http://lv2plug.in,
btw, quite recently, falktx come up with this testing lv2 plugin with a qt4 gui--you can try it out. imnsho, i think it's the most simplest to grok and compile. and it's plain and modern qt4 gui :)
http://kxstudio.sourceforge.net/tmp/stereo-audio-gain.tar.gz
0. unwrapp:
tar -zxf stereo-audio-gain.tar.gz
cd stereo-audio-gain
1. build:
qmake audiogain-lv2.pro
make
2. install:
cp -a audiogain.lv2 ~/.lv2/
nb. only works with latest qtractor 0.5.3.
study the code, which is dead easy to read (in my standards:)--adding a midi event input port and processing is here left to you as an exercise ;)
also, always remember to join #lv2 channel on irc.freenode.net. i'm not seasoned on lv2 plugin development, specially regarding that turtle stuff (.ttl) that every lv2 plugin must manifest (pun intended:)
cheers