ctrecordings/Ddsp

Use CTFE in Wave Table Oscillator

Closed this issue · 0 comments

wtoscillator could benefit by generating the wave table using CTFE.
Something like

static immutable float[] wavetable = generateTable(uint type);