jatinchowdhury18
jatinchowdhury18
Thanks all for the extra information. I've decided (for now) to remove OpenGL support on Linux. Building from the `main` branch now should provide a build with a build with...
Related: https://forum.juce.com/t/dsp-convolution-changing-level-depending-on-the-host-sample-rate/44751
Thanks, glad you're liking the plugin! If you're using a DAW, it's possible to map MIDI controls to individual parameters, but for a standalone thing like you mentioned, we'll need...
Hello! A little bit of background: The main synthesis engine for ChowKick was actually finished around July/August of 2020. At the time, my idea was to build a more complete...
Thanks for reporting this issue. At the moment, when you click on the bottom bar sliders, the UI will wait [270 milliseconds](https://github.com/Chowdhury-DSP/BYOD/blob/main/src/gui/utils/TextSlider.h#L28), and if a second click has not occured...
Yes! Training scripts for the GuitarML neural networks are available in [this repository](https://github.com/GuitarML/Automated-GuitarAmpModelling). @GuitarML might be able to elaborate a little a little bit more on the latest and greatest...
Hi, thanks for reporting the issue! I wonder if the crash is related to [this issue](#141). That issue is now fixed on the `main` branch, and in the Nightly Builds,...
Hi! Yes, running `make install` directly will probably install some of the dependencies, without actually installing the plugin. I've updated the README to show where the build artifacts will be...
Yes, I was thinking of [this pedal](https://www.joyoaudio.co.uk/JOYO-JF-14-american-sound-effect-pedal) in particular. From some internet research, it seems like the American Sound is closely related to the Sansamp Blonde. There's probably some history...
Thanks for reporting this issue! At the moment, I would consider this to be the "expected behaviour". It's actually mentioned in the [user manual](https://github.com/Chowdhury-DSP/BYOD/blob/main/manual/Manual.md#global-controls) as well. The original reason for...