this post was submitted on 13 Dec 2023
58 points (92.6% liked)

Technology

58061 readers
31 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, forgive me if I'm posting in the wrong place, but I have a talent for understanding audio very well. I just finished implementing a sequencer and a synthesizer in C, just for fun. Now that I'm done, I feel pretty good about this project, and I feel like there's no reason not to keep going, but I don't know what to work on next. I love free software, so I'd love to fill in the gaps that may cause a person to prefer to buy a proprietary synthesizer over downloading a free one. Do you have any ideas?

Thanks.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago* (last edited 9 months ago) (1 children)

Is the synth going to support the other scales? C is great but you’re gonna want the black keys.

:3

I'm currently fantasizing about making an old-school tracker program that supports VST-like plugins, where you can plug different software devices into one another. It'll be mostly based on the UI of fami-tracker, as that was my favourite. I'd like the tracker to support as many virtual devices as possible. Sadly though, no IRL device support except midi input devices, like USB keyboards.

what parts of audio you find interesting

I like it when the sawtooth wave goes brrr.

The VST ecosystem on Linux isn't thriving, is my understanding. I'm hoping to maybe create my own open format, that'll do exactly the same thing that VST's do, but in a more programming language agnostic manner.

Again, this is all my fantasy right now. I wont feel encouraged to put in the work if no one's interested in it.

[–] [email protected] 2 points 9 months ago (1 children)

I like it when the sawtooth wave goes brrr.

Wait, is this r/synthesizercirclejerk ?

Now I'm starting to really feel at home!

Programming stuff is way over my head so if I missed it I'm sorry, but just in case I thought I'd mention Max4Live.

[–] [email protected] 2 points 9 months ago

Thanks for mentioning it, I'll check it out!