RickBn / reDroidFlux

All-in-one midi controlled ring modulator and bitcrusher VST3 plug-in, developed using the JUCE framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modification to be able to build on linux

ssabug opened this issue · comments

Hi,
To build it on linux it had to replace in Source/Oscillator.h
auto** bufferData = buffer.getArrayOfWritePointers();
by
float* const* bufferData = buffer.getArrayOfWritePointers();

The plugin works fine in VST3 in Bitwig on Fedora 38.

Hi @ssabug thanks for the heads up. I have not mantainted this code for a while. As soon as I have time I'll implement the fix.
Thanks again!