/logue-sdk

This repository contains all the files and tools needed to build custom oscillators and effects for the prologue synthesizer.

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

logue-sdk

Dev setup

Install make and:

$ git clone https://github.com/korginc/logue-sdk.git
$ cd logue-sdk
$ git submodule update --init

$ cd tools/gcc
$ chmod +x get_gcc_linux.sh   # if neccesary
$ ./get_gcc_linux.sh

Build an oscillator

$ cd platform/minilogue-xd/demos/waves
$ make