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

Oscillator runtime API lookups are in float now, but OSC_CYCLE natively uses Q31 format. This looks weird and leads to excessive calculations, like - using f32_to_q31 with one FP multiplication...

Tried to implement a software voice assignment on NTS-1 and failed. Looks like NOTEON handler is delayed untill oscillator is currently in progress so it is virtually impossible to mix...

Feature Request
NTS-1

**Describe the bug** (It may not be a bug but an issue of API specification. Anyway, I report this because someone might come into the same issue or have some...

**Is your feature request related to a problem? Please describe.** It's really hard to investigate what's going on when things don't play the way I'd expect **Describe the solution you'd...

Feature Request

**Is your feature request related to a problem? Please describe.** The API and json files currently support extra parameters for effects, just like custom oscillators, but these can't be accessed...

Feature Request

some dll files from bzip2 package are required to run zip.exe

User facing osc-specific parameters are not transmitted to MIDI and either changeable with control change messages. Given Shape and ShiftShape is sent/received from MIDI, developer expectations are to include the...

Feature Request

OSC_NOTEOFF documentation says it is "Called whenever a note off event occurs." This is a bit vague, but arguably the behavior should mirror midi note off events. When multiple keys...

Feature Request
NTS-1

**Description** Currently, with the minilogue xd running the latest 2.01 firmware, with a user oscillator, at `void OSC_CYCLE(const user_osc_param_t * const params, int32_t *yn, const uint32_t frames)` , params->cutoff and...

unconfirmed bug
minilogue-xd

**Is your feature request related to a problem? Please describe.** When a OSC uses too much CPU, it apparently becomes stuck and the only way to stop it is to...

Feature Request