oxefmsynth icon indicating copy to clipboard operation
oxefmsynth copied to clipboard

Other waveforms?

Open unfa opened this issue 8 years ago • 3 comments
trafficstars

I wonder if it'd be possible to allow using other waveforms apart from sine waves? I think It'd really kick up it's possibilities.

I have no idea if that's feasible with the synth's internal design.

unfa avatar May 18 '17 11:05 unfa

Yes, it is totally feasible. Are you talking about calculated waveforms or arbitrary ones?

oxesoft avatar May 19 '17 01:05 oxesoft

I see that Oxe FM synth supports multiple waveforms now! That's awesome!

unfa avatar Jul 16 '17 19:07 unfa

Since this does not appear to be documented anywhere except in buffers.cpp, the waveforms are:

  • Sine
  • Saw
  • Triangle
  • Pulse
  • Band limited pulse
  • Band limited saw

More can easily enough be added.

samboy avatar Mar 29 '21 03:03 samboy