logue-sdk icon indicating copy to clipboard operation
logue-sdk copied to clipboard

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

Results 80 logue-sdk issues
Sort by recently updated
recently updated
newest added

Hi I did not find any code example to send midi messages to midi output. Is this feature already implemented or even is it technically possible for the api to...

Feature Request

**Is your feature request related to a problem? Please describe.** The manifest.json file is used to specify ranges for the parameters, but there is no way to customize how these...

Feature Request

After installing `logue-cli` on Linux (Xubuntu 19.10), it doesn't seem to recognize the Minilogue XD, even though it lists it clearly. The output of `logue-cli probe` is shown below: ![image](https://user-images.githubusercontent.com/822933/71609697-8a0be680-2b82-11ea-98f6-bbb06243b760.png)...

enhancement
logue-cli

**Description** **On API Version 1.0.0** _(no support for 1.1.0 on minilogue yet)_, currently, a user delay effect that is using sdram will have part of it's memory cleared whenever you...

bug
minilogue-xd
prologue
NTS-1

**Describe the bug** Negative parameter values for both percent and typeless values displayed as "999" at leas at NTS-1 **To Reproduce** Steps to reproduce the behavior: 1. Make custom oscillator...

bug
NTS-1

Small updates about osc parameters. It looks that the 1 offset on typeless value will be applied only when the minimum value is 0. e.g. a 10-20 range will be...

I have commented waves.cpp and waves.hpp, so that beginners get a better start into SDK development. For that purpose, I am also creating a video tutorial: https://www.youtube.com/watch?v=ouGBnYXUT40 This PR serves...

Added project basic set-up for OSX & Linux based on two raised issues (#6 & #7 ). Can't speak for Windows installation as I have not tested it.

#1 Proposed changes to address #1 (Support 64-bit version of msys64 in template project makefiles)

The curent implimentation renders fastpow2f unusable as the precesion is lost. The original fastaprox already have the fix for years: https://github.com/pmineiro/fastapprox/blob/master/fastapprox/src/fastexp.h#L54