Search found 3 matches

by hobscure
Mon Jul 30, 2018 2:35 pm
Forum: Korg Prologue
Topic: Anyone designed any oscillators or effects yet?
Replies: 2
Views: 2959

I'm busy looking into the oscillator part. I was able to build the waves demo and transfer it to the Prologue. The code part isn't that difficult to understand because of the examples included. The hardest part is prototyping and coming up with an interesting design for an oscillator. On the ...
by hobscure
Tue Jul 17, 2018 1:02 pm
Forum: Korg Prologue
Topic: "Drift" parameter on waves engine
Replies: 8
Views: 4471

Looked into the code for what it does: inline void updatePitch(float w0) { w0 += state.imperfection; const float drift = params.shiftshape; state.w00 = w0; // Alt osc with slight drift (0.25Hz@48KHz) state.w01 = w0 + drift * 5.20833333333333e-006f; // Sub one octave and a phase drift (0.15Hz@48KHz ...
by hobscure
Mon Jul 16, 2018 1:15 pm
Forum: Korg Prologue
Topic: Prologue SDK
Replies: 16
Views: 9617

The firmware update is also out now.
I have been able to build the demo/waves project and send it to the prologue.

Good stuff. Now on to building my own oscillators and effects.

Go to advanced search