Closed tvraman closed 6 months ago
@tvraman the warning is harmless, it just alerts you that it will need to do extra work to resample the presets to match your active sample rate.
Thanks! On the newest version, ie @HEAD, the ladspa version of ZamHeadX2 doesn't get built; and cant find any info on the Web to show how one builds an Alsa device with an lv2 plugin.
For Ladspa I use:
pcm.tts_a45_e45 { type plug slave.pcm { type ladspa slave.pcm "default" # Set this line to match your configuration path "/usr/lib/ladspa/" plugins [{ label ZamHeadX2 input {controls [45 45 2.5 ]} } ] } }
Could you help me translate the above to the world of LV2?
--
You cannot use LV2 plugins with asound.conf as far as I know. Sorry, I had to drop ladspa for ZamHeadX2.
get a convolv2 warning re rate mismatch, but changing the #define in convolution.cpp to 44100 doesn't make the error go away