gcholette / logue-sdk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 30.9%Language:Makefile 26.9%Language:C++ 20.5%Language:Max 19.9%Language:Shell 1.8%