Konstantin Voinov
Konstantin Voinov
@mxmilkiib please note that falktx has stopped working on JUCE LV2 port afaik, asking devs to use it is doubtful @morukutsu . jucer project is not suitable for easy add...
> > @mxmilkiib please note that falktx has stopped working on JUCE LV2 port afaik, asking devs to use it is doubtful > > it is momentary until the official...
`round_button_12_y.png` is also missed
this bool is used only at first run, now you have a saved settings which is loaded with each start you can delete `~/.config/Vaporizer2.settings` then start standalone version, then it...
https://github.com/KottV/Vaporizer2/commit/c246f4bf7fb42e26abe66dd159fce24299c1392b disable Oscilloscope and ignore that setting, for now
> Nice find @BillyDM ! Thanks for updating the repo @KottV ! > > I still have some problems with this one though.. > > ``` > ../../Source/Engine/Filter/../Utils/VASTSynthfunctions.h:1070:25: error: 'arc4random'...
@fractalf build with more recent glibc won't run on a system with an older one I'll try to fix your issue later, not today.
@ftoledo @fractalf https://github.com/KottV/Vaporizer2/commit/520c458ef0433937c6eb5ed89dd8292c48524949 please do git pull, resave with Projucer, then compile with `CONFIG=ReleaseOldGlibc` instead of `CONFIG=Release`
you're compiling Projucer, no need to that just run: `git pull` `CONFIG=Release make -j8 -C ./JUCE/extras/Projucer/Builds/LinuxMakefile/` (if it was deleted) `CONFIG=ReleaseOldGlibc make -j8 -C ./VASTvaporizer/Builds/LinuxMakefile/`
> Do you mind sharing a working build? ...so I can test that it's not my local setup with Bitwig that fails I use openSUSE TW (glibc 2.38) so it...