Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mheiber/analogue
https://github.com/mheiber/analogue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mheiber/analogue
- Owner: mheiber
- Created: 2021-12-22T13:52:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T11:18:55.000Z (8 months ago)
- Last Synced: 2024-12-01T13:43:30.695Z (about 1 month ago)
- Language: Rust
- Size: 616 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![waves-screenshot](./waves-screenshot.png)
# analogue
Batteries-included musical synthesizer inspired by tide machines with fun visuals and vim bindings.
## visualize 🎧 and hear 👀
If you have [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) installed,
clone this repo and run from source with:`cargo run`
Or download a release from ./releases, unarchive the file, then run it.
You'll start off in an instruction screen and of course there are vim bindings.> watch out: sound and movement
## build
`cargo build # debug build`
`cargo build --release`
## test
`cargo test`
## release
We use GitHub releases and the workflow in .github/workflows/release.yaml