caps-lv2 icon indicating copy to clipboard operation
caps-lv2 copied to clipboard

LV2 port for the CAPS Audio Plugin Suit

Results 10 caps-lv2 issues
Sort by recently updated
recently updated
newest added

On http://quitte.de/dsp/caps.html#Download the version is 0.9.26, and here there's no version.

In interface.cc, an array of Descriptor objects is dynamically created and then later destroyed by calling delete on pointers to the base class DescriptorStub. However, since DescriptorStub's destructor is non-virtual,...

``` In file included from interface.cc:5: In file included from ../../Cabinet.h:41: ../../dsp/v4f_IIR2.h:37:38: error: use of undeclared identifier '__exp10f'; did you mean 'exp10f'? inline float exp10f(float f) {return __exp10f(f);} ^~~~~~~~ exp10f...

Hi, I tried to compile caps-lv2 on OS/X. Unfortunately it fails with the following error: ``` /Applications/Xcode.app/Contents/Developer/usr/bin/make -C plugins/mod-caps-AmpVTS.lv2 c++ -MM -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -fdata-sections -ffunction-sections -I../.....

- also get the CXXFLAGS for lv2 using pkg-config This is needed to build with a prefix. The default remain the same, but if you do `make PREFIX=/some/prefix` it will...

what about tagging a release ?

With clang++ 9.0.0: ``` $ CXX=clang++ make [...] ../../dsp/v4f_IIR2.h:51:11: error: no matching function for call to 'v4f_map' cos = v4f_map (w); ``` All errors and warnings should be fixed. I...

built on Debian 9 the install path is `/usr/local/lib/lv2/` however the uninstall path is `/usr/lib/lv2/` had to change line 66 of Makefile from `-rm -rf $(DESTDIR)$(PREFIX)/lib/lv2/mod-caps-*.lv2/` to `-rm -rf $(DESTDIR)$(PREFIX)/local/lib/lv2/mod-caps-*.lv2/`

Install caps LADSPA plugin (here: from debian's "caps" package) and caps-lv2 (here: from git to ~/.lv2) Start Ardour (which scans ladspa: caps.so is loaded). Adding a caps-lv2 plugin wrongly calls...

``` #0 0x00007ffff693246d in lilv_instance_get_extension_data (instance=0x18cb5890, uri=0x7ffff6a8e788 "http://harrisonconsoles.com/lv2/inlinedisplay#interface") ---Type to continue, or q to quit--- at /home/ardour/linux-x86_64-v5/gtk/inst/include/lilv-0/lilv/lilv.h:1719 #1 0x00007ffff6938306 in ARDOUR::LV2Plugin::extension_data (this=0x18c9aca0, uri=0x7ffff6a8e788 "http://harrisonconsoles.com/lv2/inlinedisplay#interface") at ../libs/ardour/lv2_plugin.cc:1217 #2 0x00007ffff6934a05 in ARDOUR::LV2Plugin::init...