Oleg Burdaev
Oleg Burdaev
- [x] 8 additional 6-op algorithms - [x] opsix voice format support (mod matrix only) - [ ] Ring Mod mode
- [x] 32 6-op algorithms - [x] 8 4-op algorithms - [x] 40 opsix algorithms (can be selected manually) - [x] Frequency modulation - [x] Feedback - [x] EG -...
- [x] minilogue program data - [x] monologue program data - [x] minilogue xd program data - [x] prologue program data - [ ] minilogue xd sub-step motion - [x]...
- [ ] main/sub balance position (mainsub ?) - [ ] main/sub balance curve (simple crossfade X or main:^^^\, sub: /^^^) - [ ] xfade main/sub position (always submain or...
https://github.com/dukesrg/logue-osc/blob/fd63470879827879b4e908ddf9007dedfbf2d0da/src/anthologue.cpp#L453
https://github.com/korginc/logue-sdk/blob/ab654af0e29e5eb6eab7289d05699b45417d1f68/platform/prologue/inc/osc_api.h#L559 Waves LUT already has a trailing entry, so x0 + 1 newer will be out of bounds.
https://github.com/korginc/logue-sdk/blob/ab654af0e29e5eb6eab7289d05699b45417d1f68/platform/prologue/inc/utils/float_math.h#L680 Current fastpow2f suffer from the lost of precision. depending on the input value it could be times worse then with faster2f offset must be applied like in the original...
Сurrent oscillator parameter of type k_user_prg_param_type_select limited to a range of 0 to 100 which is displayed 1 to 101 that looks awkward. Extending the allowed range to a full...