MiniDexed icon indicating copy to clipboard operation
MiniDexed copied to clipboard

[Idea] Add other waveforms than sine

Open probonopd opened this issue 3 years ago • 2 comments

DX7 and Dexed only have sine waves. The TX81Z can generate 7 additional shapes:

image

WAV versions: https://www.audiobombs.com/items/1083/joel%27s-synth-waveforms

The Korg Opsix is doing a similar thing: https://www.youtube.com/watch?v=yS693SgnBws

How hard would it be to implement this in Synth_Dexed (and MiniDexed) @dcoredump?

Reference: Reddit

probonopd avatar Apr 12 '22 17:04 probonopd

How hard would it be to implement this in Synth_Dexed (and MiniDexed)

Good question 😁

Dexed has fixed arrays (lookup tables), so exchanging only the sine table looks like the solution, BUT there are also log() LUTs, so I have currently no idea if they are related to the sine oscillators.

Maybe something to try for someone else because my list for fixes and extensions is long 😀

dcoredump avatar Apr 12 '22 17:04 dcoredump

Yes. Let's leave it as an idea, maybe someone comes along who whould like to have a go at it.

probonopd avatar Apr 12 '22 17:04 probonopd