SuperCollider LFSR noise generator plugin.
Make sure you have the SC Source (different from the application). If you do not have it, download the zip file from GitHub or in the terminal:
git clone https://github.com/supercollider/supercollider
Download the plugin zip file from GitHub or in the terminal:
git clone https://github.com/mjsyts/LFSRNoiseUGens
In terminal, from the project root directory:
cd LFSRNoiseUGens
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -DSC_PATH=<Path to SC Source>
cmake --build . --config Release
Then drag the built files into your Extensions folder and recompile your class library in SC.