zamaudio / zam-plugins

Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
http://www.zamaudio.com/?p=976
GNU General Public License v2.0
271 stars 35 forks source link

HeadX2: 48000 vs 44100 warning #101

Closed tvraman closed 6 months ago

tvraman commented 11 months ago

get a convolv2 warning re rate mismatch, but changing the #define in convolution.cpp to 44100 doesn't make the error go away

zamaudio commented 11 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.

tvraman commented 11 months ago

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?

--

zamaudio commented 10 months ago

You cannot use LV2 plugins with asound.conf as far as I know. Sorry, I had to drop ladspa for ZamHeadX2.