this post was submitted on 14 Dec 2023
99 points (96.3% liked)

Technology

57997 readers
2851 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Hey guys, I'm writing a user manual for some software I'm publishing. It's a software synthesizer design toolkit, for making your own software synthesizer in your programming language of choice. Of course, in order to make your own synthesizer, you must know how one works.

My goal in writing this user manual is not only to document my code, but also to teach how synthesizers actually work, so that anyone can make their own. That's where this post comes in. I need inspiration on what exactly it is people don't already know about them, and what all the hot topics are.

I'm happy to actually explain these things in the comments below!

you are viewing a single comment's thread
view the rest of the comments
[–] TimeSquirrel@kbin.social 6 points 9 months ago (1 children)

There are synthesizers, and there are electronic keyboards. Main difference is, synths generate completely novel sounds using circuits like oscillators, filters, etc, while regular keyboards just play back prerecorded sounds. A synth can come with a keyboard to control it, or it may be a completely independent unit, maybe rack-mountable, that's controlled digitally from a control keyboard or sequencer using MIDI signals.

[–] Pxtl@lemmy.ca 3 points 9 months ago* (last edited 9 months ago) (2 children)

Thanks! I've heard a million explanations but this is clear - so the synth is taking the composition as input from what most people would think of as the "instrument" (as in, the place where somebody is picking notes and rhythm), but the synth is the thing that controls the shape of the actual soundwaves, and ideally that waveform is fully constructed within the synth from first principles, instead of just being a set of samples that are just pitch-shifted to hit each frequency to play different notes, right?

And obviously, adjusting the parameters synth itself is also part of the performance and composition, just as muting a trumpet or hitting an effects pedal is part of that, even though it's not really part of "what note do I play when", and with far more parameters available since the sound is wholly constructed instead of just being modifications of eg. a vibrating string or brass.

So when people talked about "synthesizer music" in the '80s and the popular image was of a guy jamming on the keyboard, what was actually meant was that the keyboardist was playing a keyboard that was using a synth to generate the actual sound, which might or might not be a separate unit from the keyboard.

[–] Wootz@lemmy.world 3 points 9 months ago* (last edited 9 months ago)

which might or might not be a separate unit from the keyboard.

Funny that you mention it. Synthesizers are very much a product of university research programs. Back in the 60's and 70's, when synthesizers as a concept was still new, there was heated debate between the pioneers of the field (Robert Moog in New York and Donald Buchla in Berkley, California) over whether or not synthesizers should even have a keyboard.

The origin of the word "synthesizer" isn't actually "synthetic", as many believe, but rather synthesis, as in the academic sense of the word, from the idea of breaking a sound down into it's individual parts and reassembling them.

[–] lofenyy@lemmy.ca 2 points 9 months ago

This is exactly right!