26 points cslr | 5 comments | | HN request time: 0.605s | source
1. ◴[] No.45628170[source]
2. skeptrune ◴[] No.45628216[source]
This is cool! I'm unfortunately not skilled enough to be a user, but enjoyed poking around the repo and seeing how things worked.
3. reactordev ◴[] No.45676536[source]
>The typical audio synthesizer has large number of parameters which are difficult to tweak.

Really? If you know about synths then it isn’t really that difficult. You have one or more sound generators, sine wave, saw tooth, etc. You have attack (how fast the sound reaches full potential), decay (how long that sound is played before it drops to sustain), sustain (how long the sound lingers), release (how long until the sound fades away to nothing).

You have filters for the sound, low pass, high pass, distortion, etc. that process the audio into output audio.

It’s basic sound engineering. However, using a neural net to find interesting combinations and be able to label them would be really fun to build a catalog of dreamscapes or tones.

replies(1): >>45676791 #
4. quinnjh ◴[] No.45676791[source]
If you’re interested in doing the tweaking, sculpting your own set of tones traversable by one or a few sliders is doable with Rebecca Fiebrink’s “wekinator” , which gives you a GUI for “recording” that catalogue. Not sure if a similar M4L device has come out since.

OPs project looks like a cool way for plugin devs to make a demo slider.