foo-yc20
foo-yc20 copied to clipboard
This is a Faust implementation of a 1969 designed Yamaha combo organ, the YC-20. Available on the web, as a VST and LV2 plugins and a standalone version.
http://bugs.debian.org/712114
Hi Sampo, long no hear :-). After an OS reinstall (LinuxMint 20) at home, I noticed that I couldn't build foo-yc20 anymore due to Faust updates. With these changes, it...
Hi @sampov2 , I wonder if it wouldn't be a good idea to release a new version since the current git master is 79 commits ahead of the 1.3.0 release...
Bumps [bower](https://github.com/bower/bower) from 1.3.12 to 1.8.8. Release notes Sourced from bower's releases. v1.8.8 Fix security issue connected to extracting .tar.gz archives This bug allows to write arbitrary file on filesystem...
There is no documentation about compiling/installing the project. Please, could you give some guidance about how to build the project? I've compiled and installed the last version of Faust and...
What about preset changing? I've seen code for loading and saving presets, and i know it's possible to load a preset in load-time, passing the preset's filename as a command...
Hi, Great job on the CI. I'm wondering how we can use the artifacts built by the CI and deploy them somewhere for people to download, test and use?
When building with faust 0.9.90 or 2.0.a51 there are a few build errors. faust has moved the location of dsp.h, which can be fixed with: ``` sed -i include/foo-yc20.h -e...
Version 1.3.0 has these warnings ``` src/lv2.cpp:91:11: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (port >= 0 && port < 2) { ~~~~ ^ ~...
This is with the latest git version. Both ardour 3 and 4 are affected. Unfortunately I have not been able to build a debug build of ardour. It is not...