Korg Poly800/EX800 Users group photo

Yahoo Groups archive

Korg Poly800/EX800 Users

Archive for korgpolyex.

Index last updated: 2026-03-30 01:10 UTC

Thread

"Seenthysizer"-- synth on a chip!

"Seenthysizer"-- synth on a chip!

2017-02-20 by bperkins211@...

I bought a Teensy 3.5 board.

https://www.pjrc.com/store/teensy35.html

and coded it using the synth referred to in the vid's description.


Here's my synth!

https://youtu.be/fVdPEy9sTUk


sorry its a long vid, but it pretty much sums up what I've made so far and some info on how I made it.

Took me about three weeks of white knuckling out the code since I am such a n00b at code/C++.
I have learned ALOT about programming from this project.  It's my first somewhat large scale project I've ever done with a uC.

/Blaine



Re: "Seenthysizer"-- synth on a chip!

2017-02-21 by domgoold@...

must feel great to get your code working, with interface.
just got my first 'lua' method working in Ctrlr 8-)
have you looked at axoloti? it has a modular interface like synthedit.
you could copy demos from the synthedit demo and try them on the
axoloti software, rebuilding them: always seemed to me like
synthedit offered great flexibility because you approach it visually
and just connect things rather than having to know how to code.

ie:try the Polysynth demo prefab, it has good crossmodulation
of two oscillators, with pitch envelope and phase modulation, interesting
routing.
 
the analog drum module prefabs are good too, in one of the other demos.