djeemie2000 / SynthPlayground

Synth playground
0 stars 0 forks source link

Wavetable module #154

Closed djeemie2000 closed 9 years ago

djeemie2000 commented 9 years ago

TBD:

multiple wavetable support? load from file or hard coded? in: freq, trigger/sync ? support playing parts of the wavetable? through inputs?

djeemie2000 commented 9 years ago

alternative to loading wave tables from file: converter tool to convert wav fies into hardcoded wave tables (.h, int16[], use struct include sampling freq, name)

djeemie2000 commented 9 years ago

Note: multi wavetables only allow interpolation between 2 'adjacent' tables. Is there a way to choose this more freely?