korginc / logue-sdk

This repository contains all the files and tools needed to build custom oscillators and effects for the prologue synthesizer.
BSD 3-Clause "New" or "Revised" License
835 stars 306 forks source link

User facing osc-specific parameters are not exposed to MIDI #32

Open ggsubs opened 4 years ago

ggsubs commented 4 years ago

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 user messages too.

john-k-walton commented 4 years ago

It could be useful to have six/eight midi CC's to control osc params outboard instead of diving menus. Exposing EG and LFO controls directly during performances is a noble feature,

dukesrg commented 4 years ago

Minilogue XD have NRPMs for all six osc parameters. I wonder why it is not implemented in NTS-1.

leandrob13 commented 10 months ago

Crossing our fingers so that user osc params get MIDI control in 2024.

john-k-walton commented 10 months ago

yeah, I've given up on getting any Prologue functional updates. I use a Yorick LFE; a low frequency external modulator with LFO's, EG's, sending note velocity back to Shape, or Shift-Shape, and rewrite my code to put the best stuff on those controls. much of the access I want is actually in there already, I just have to use the (freely available) memory map for all the parameters to access them for this firmware version.