Pygamer wavetable renderer + synth for CircuitPython synthio

Опубликовано: 28 Сентябрь 2024
на канале: todbot
555
27

I'm trying to find a way to visualize wavetables that is more succinct and beyond the popular "grid of oscillographs" like on http://waveeditonline.com/
Current technique: render each wave in wavetable as a line, pixel brightness is wave amplitude, stack the wave lines to show the whole wavetable. The resulting images I find to be really beautiful!

code: https://gist.github.com/todbot/d1034a...
also see: https://mastodon.social/@todbot/11096...

#circuitpython #synthio #synthdiy #pygamer