Show HN: Modular audio synthesizer written in Rust
41 points
1 year ago
| 3 comments
| github.com
| HN
Ever since childhood I've wanted to play around with modular synthesis, so now I'm building an application to do just that!
beezlewax
1 year ago
[-]
A photo of the UI would go a long way here to making people want to try this and some audio samples/video samples!
reply
leftyspook
1 year ago
[-]
I guess you're right, I've added one now.
reply
krispyfi
1 year ago
[-]
Reminds me of https://www.sync-modular.org/

"In 2001, the developer was hired by Native Instruments in order to develop Reaktor 5 with core technology."

reply
Euphorbium
1 year ago
[-]
Vcv rack already did that, but in c++. Does this improve on it?
reply
leftyspook
1 year ago
[-]
From what I can tell, VCV is a bit higher level, I aim to let users combine individual parts into modules, as well as customizing their visuals.

Also, funny thing but I did not know about VCV before today :)

reply
spacechild1
1 year ago
[-]
> I aim to let users combine individual parts into modules, as well as customizing their visuals.

Have you heard of Pure Data or Max/MSP? :)

reply
leftyspook
1 year ago
[-]
I've heard about Pure Data but here aim is to a) emulate the feel of a real rack (to which end I am rewriting the UI from scratch) b) relatedly, aim is to be friendly to non-programmers, cause all musicians I know can't use a computer for more than opening a DAW
reply
spacechild1
1 year ago
[-]
Also check out Automatonism (https://www.automatonism.com/), which is actually built with Pd.
reply
johnofthesea
1 year ago
[-]
Or NI Reaktor.
reply