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.
I ran this code and found that after the 17th call, sdram_alloc() always fails. ``` for(int i = 0; i < 32; i++) { if (bufs[i] = (float *)desc->hooks.sdram_alloc(1024)) {...
I built all the dummy projects and found that the extended parameters are only available on dummy-osc and dummy-delfx. Turning the Type knob while holding down the delay button shows...
This PR fixes the incorrect parameter type of `PitchBend().`
2 extended range alias supressed FM operators with variable waveshape.
The other v2.0.0 SDKs have ___unit_callback void unit_tempo_4ppqn_tick_func(uint32_t counter)_ which is missing on the Drumlogue. This means a unit can match tempo but not sync to the clock. This seems...
**Describe the bug** Communication times out. **To Reproduce** Steps to reproduce the behavior (at least what I think I did): 1. install `msysgit` 2. download `logue-cli.exe` and a module 3....
I've tried building the js version of the demo sine oscillator using MSYS on Win 10 by running `make wasm` but unfortunately I run into the missing **math.h** error during...
The current architecture of the Drumlogue copies the audio signal to both the delay and reverb inputs, in addition to routing towards the pre/post master FX. Also, there is no...
Routing (analog) audio gear true the audio in of the Drumlogue can clip/distort very easy. Horrible digital glitch. Tried to lower the incoming DB as much as possible. Experimented with...
When the drumlogue is synchronized with an external MIDI timing message, the tempo information available from `void unit_set_tempo(uint32_t tempo)` is unstable. ( it is stable if we use SYNC ports...