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

It seems the build scripts use several files for representing the state, which don't need to be committed. Besides, using WSL creates some files. I think it's a good idea...

There is a problem in displaying strings of type `k_unit_param_type_strings`. (1)Values of 4 or less characters and values of 5 or more characters are mixed in the string returned by...

A series of `unit_set_param_value()` calls occur just after `unit_init()` and before the first call of `unit_render()` have wrong parameter values(zero in most cases.) and they eventually destroy parameter values initialized...

Hello. **Describe the bug** Unable to connect `logue-cli` with NTS-1 digital kit `mkII` **To Reproduce** Windows: Error: `Logue handshake failed` ```pwsh > .\logue-cli.exe probe -V Version: 0.07-2b API: 1.01-0 >...

When `__unit_callback void unit_note_on(uint8_t note, uint8_t velocity)` is called, `velocity` is always zero. I tested with a MIDI keyboard, and the EG responded to velocity inputs, but the OSC didn't....

When the global parameter "Legato" is zero, NoteOn() is called for each key down. On the other hand, NoteOff() is called only when the last key is up. This causes...

The current MIDI CC/NRPN nadling implementation have inconsistencies. Just an example for OSC A MSB/LSB handling: 1. OSC A LSB (CC102) sent before MSB (CC54) might be ignored, i.e. only...

wavesはNoteOnでphase resetするため、NTS-1 MK2で横スライドするとクリックしてしまいます。 phase resetをAllNoteOffに移動すると解消します。 また、サイン波を出力するdummy oscを作ってみました。これでユーザーも作りやすくなると思います。 [再ビルドしたunit](https://drive.google.com/drive/folders/1SBe0vAZY_N-pZycoIb8UpPDG5Wp8hzJ3?usp=sharing)も確認してください。

With firmware 1.2: Currently in legato mode 1 we only get a single `unit_note_on()` and multiple `unit_note_off()` calls. in legato mode 0 we only get multiple `unit_note_on()` and multiple `unit_note_off()`...