https://github.com/nwoeanhinnogaehr/flow-synth
*UNMAINTAINED* A modular digital audio workstation for synthesis, sequencing, live coding, visuals, etc
https://github.com/nwoeanhinnogaehr/flow-synth
audio daw flow-based-programming live-coding livecoding modular rust synthesizer
Last synced: about 1 year ago
JSON representation
*UNMAINTAINED* A modular digital audio workstation for synthesis, sequencing, live coding, visuals, etc
- Host: GitHub
- URL: https://github.com/nwoeanhinnogaehr/flow-synth
- Owner: nwoeanhinnogaehr
- License: mit
- Archived: true
- Created: 2017-08-12T00:10:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T21:46:23.000Z (almost 7 years ago)
- Last Synced: 2024-07-18T09:58:08.293Z (almost 2 years ago)
- Topics: audio, daw, flow-based-programming, live-coding, livecoding, modular, rust, synthesizer
- Language: Rust
- Homepage:
- Size: 430 KB
- Stars: 40
- Watchers: 5
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flow-synth
A modular digital audio workstation for synthesis/sequencing/live coding/visuals/etc.
## This project is on hiatus while I'm busy with school. It's also at a very early stage. It is currently not useful for anything. APIs and use cases can/will change tremendously.
Documentation is currently hosted on the [wiki](/../../wiki).
Development follows nightly Rust. To test it out, do
`$ rustup run nightly cargo run --release`
If you get errors, it's probably either because your rustc is out of date, or because I haven't updated the project yet after some breaking change. Grabbing the nightly at the time of the most recent commit should resolve the issue.