logue-sdk
logue-sdk copied to clipboard
This repository contains all the files and tools needed to build custom oscillators and effects for the prologue synthesizer.
**Is your feature request related to a problem? Please describe.** I would like to modulate my oscillators based on velocity input. Currently this is unavailable via the `user_osc_param`, which would...
**Describe the bug** When attempting to `make` waves for the XD the following error occurs: `Compiling _unit.c ../../../../tools/gcc/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc: 1: ../../../../tools/gcc/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc: Syntax error: word unexpected (expecting ")") Makefile:190: recipe for target...
This PR is an attempt to make the Korg Logue SDK more modern. It allows projects to reference include files globally so the SDK can be installed in a standard...
Hi, I am trying to upload third-party oscillators using logue-cli to a Minilogue XD on Linux. Unfortunately, I seem to get different symptoms consistently for different respective oscillators. One symptom...
**Is your feature request related to a problem? Please describe.** It looks like you could need some help with polishing things, especially on Linux where #37 is a show stopper...
**Describe the bug** The Arpeggiator does not stay on time/in sync to a MIDI clock signal **To Reproduce** Steps to reproduce the behavior: 1. Connect the MLXD via MIDI to...
https://github.com/korginc/logue-sdk/blob/ab654af0e29e5eb6eab7289d05699b45417d1f68/platform/prologue/inc/osc_api.h#L559 Waves LUT already has a trailing entry, so x0 + 1 newer will be out of bounds.
https://github.com/korginc/logue-sdk/blob/ab654af0e29e5eb6eab7289d05699b45417d1f68/platform/prologue/inc/utils/float_math.h#L680 Current fastpow2f suffer from the lost of precision. depending on the input value it could be times worse then with faster2f offset must be applied like in the original...
**Describe the bug** When I try to probe my minilogue through the cli it produces either "Search device request timed out" or "API version request timed out" **To Reproduce** Here...