This repository contains custom synthesizer effects for Korg's logue SDK. I only own a Nu:Tekt NTS-1 so that is the only synth that is guaranteed to work, but in theory they should work for the Minilogue XD, Prologue and the NTS-1.
- Crusher: Bitcrush effect for the modfx section
- Ring-Sine Sine wave ring mod effect for the modfx section
- Vinyl Vinyl crackle overlay effect for the modfx section
- Clone this repository:
git clone https://github.com/RobbieFernandez/logue-effects.git
- Clone the logue-sdk submodule:
git submodule update --init
- Setup the logue-sdk:
cd logue-sdk git submodule update --init cd tools/gcc ./get_gcc_linux.sh cd ../../../
- Run the makefile for the effect
cd crusher # Or whichever effect you're building make
You should now have a .ntkdigiunit in the effect's directory which can be loaded into your synth via logue-cli or the korg librarian application.