Learning Synths
learningsynths.ableton.com
Learning Synths
1–10 of 128 posts
Re: Learning Synths
#2Getting Started Making Sounds - https://news.ycombinator.com/item?id=31434208 - May 2022 (3 comments)
Abletone Learning Synth - https://news.ycombinator.com/item?id=31279526 - May 2022 (63 comments)
Synth Playground - https://news.ycombinator.com/item?id=26429207 - March 2021 (21 comments)
Learning Synths - https://news.ycombinator.com/item?id=20272346 - June 2019 (172 comments)
Re: Learning Synths
#3Re: Learning Synths
#4For those so inclined, that want to play with synth in some more programmatic way, there is a lisp dialect ( https://en.wikipedia.org/wiki/Nyquist_(programming_language) ) for it.
Re: Learning Synths
#5Related. Others? Getting Started Making Sounds - https://news.ycombinator.com/item?id=31434208 - May 2022 (3 comments) Abletone Learning Synth - https://news.ycombinator.com/item?id=31279526 - May 2022 (63 comments) Synth Playground - https://news.ycombinator.com/item?id=26429207 - March 2021 (21 comments) Learning Synths - https://news.ycombinator.com/item?id=20272346 - June 2019 (172 comments)
Re: Learning Synths
#6Re: Learning Synths
#7For those so inclined, that want to play with synth in some more programmatic way, there is a lisp dialect ( https://en.wikipedia.org/wiki/Nyquist_(programming_language) ) for it.
https://lambda.cuesta.dev/ (repo: https://github.com/alvaro-cuesta/lambda-musika) -- check out the examples on the bottom toolbar's blue button.
The basic idea is you write a function `t => [l, r]` where `t` is time and `l`, `r` are output samples for the left and right channels in `[-1, 1]` range. You can think of it like ShaderToy but for sound synthesis.
It includes a small utility library but it's meant to be just a few helper functions instead of a full-fledged framework like SuperCollider, Sonic Pi, et al. I.e. it's still sample-oriented instead of module-oriented. E.g. in Sonic Pi you script modules, their parameters, and how they connect with each other, while Lambda Musika is all about outputting samples of a waveform.
It's very barebones -- I'd love to get some time to upgrade this to Monaco editor and add TS, intellisense, etc. -- and possibly buggy, but I still find myself coming from time to have some fun with it.
Re: Learning Synths
#8What's the best way to learn piano via keyboard like a professional ?
Re: Learning Synths
#9What's the best way to learn piano via keyboard like a professional ?
Take lessons with a piano teacher and practice a lot on your own.