ensemble-chorus
ensemble-chorus copied to clipboard
Digital model of electronic string ensemble chorus
Your project ended up on our [Arch Linux Pro-Audio packaging Wishlist](https://github.com/osam-cologne/archlinux-proaudio/issues/3). Ideally for packaging, we would like to use a stable release with a version number and, if possible, a...
Hi @jpcima Hope all is well One of our users suggested that we add an emsemble chorus to Surge and another pointed at this code. Would you be OK if...
Both clang-9 and gcc-9 fail with a similar message: ``` static int juce::DefaultHashFunctions::generateHash(const void*, int)': work/ensemble-chorus-59baeb86b8851f521bc8162e22e3f15061662cc3/thirdparty/JUCE/modules/juce_core/containers/juce_HashMap.h|49 col 130| error: cast from 'const void*' to 'juce::pointer_sized_uint' {aka 'unsigned int'} loses precision...
When I run ``ensemble_chorus_fl``, I get the following output: ``` Jack: JackClient::SetupDriverSync driver sem in flush mode Jack: JackLinuxFutex::Connect name = jack_sem.1000_default_RtApiJackCount Jack: Clock source : system clock via clock_gettime...
Thanks for this great effect. I was very impressed by the demo sounds! While compiling, it looked for expat, which is not in the readme. Otoh, I didn't find any...
Research how to let the chorus work as MOD plugin. It is derivative of classic lv2, whose UI obeys to this specification http://moddevices.com/ns/modgui/ Design should be separate made with HTML...
The core of the effect was engineered as library, so it can be reused for a plugin version. What is to do: - the entire GUI (but use existing Fltk...
It's some kind of feedback parameter from the BBD line. From experience, this one can create some high signal levels, so it's to handle with care.
A current limitation : the frequencies of clocks which drive BBD must be under the Nyquist frequency. Since delay is inversely proportional to clock frequency, and clock frequency is limited...
My distro recently upgraded to gcc 15, and now this plugin doesn't build anymore. I'm not 100% sure gcc 15 is the cause, but since there's a bunch of weird...