openAV-Sorcer icon indicating copy to clipboard operation
openAV-Sorcer copied to clipboard

A wavetable LV2 plugin synth, targeted at the electronic / dubstep genre.

Results 9 openAV-Sorcer issues
Sort by recently updated
recently updated
newest added

~/src/openAV-Sorcer $ mkdir build ~/src/openAV-Sorcer $ cd build ~/src/openAV-Sorcer/build $ cmake .. -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Check...

Hi! I package sorcer for Arch Linux. When building 1.1.3 I ran [lv2lint](https://open-music-kontrollers.ch/lv2/lv2lint/) against it. ``` $ cp -v build/sorcer.so sorcer.lv2/ $ lv2lint -Mpack -I sorcer.lv2/ "http://www.openavproductions.com/sorcer" lv2lint 0.6.0 Copyright...

Need to remove `-msse2 -mfpmath=sse` from CMakeLists.txt to successfully compile on arm.

bug
enhancement

Hello, I am experiencing an issue with sorcer that is driving me mad, I'm working on a small project that has 5 audio tracks on Ardour 5 and every time...

With Faust 0.9.90 `main.dsp` cannot be compiled to `main.cpp`. I used to use this command to compile main.cpp with Faust 0.9.67: faust -i -a lv2synth.cpp -o main.cpp main.dsp Faust 0.9.90...

A part of the sentence is missing [in the Readme](https://github.com/openAVproductions/openAV-Sorcer#presets) and I would like to know were to put my presets...

hi all, in the master section : when you turn the gain knob you see the compressor graph move up/down, but when you drag the graph up/down the gain knob...

bug

Hi Harry I'm probably missing something obvious here, but Sorcer make fails below is the output of 'cmake' and below that the output of 'make' ``` tvanseve@tvanseve-ThinkPad-P50:~/Code/prive/openAV-Sorcer/build$ cmake .. --...

bug

``` /usr/ports/audio/sorcer-lv2/work/openAV-Sorcer-release-1.1.3/gui/sorcer_widget.h:158:9: warning: private field 'gain' is not used [-Wunused-private-field] float gain; ^ /usr/ports/audio/sorcer-lv2/work/openAV-Sorcer-release-1.1.3/gui/sorcer_widget.h:159:9: warning: private field 'cutoff' is not used [-Wunused-private-field] float cutoff; ^ /usr/ports/audio/sorcer-lv2/work/openAV-Sorcer-release-1.1.3/gui/sorcer_widget.h:160:9: warning: private field 'Q'...