Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eopb/planters-rdconf-hackathon-project
https://github.com/eopb/planters-rdconf-hackathon-project
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eopb/planters-rdconf-hackathon-project
- Owner: eopb
- Created: 2020-07-23T13:49:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T21:58:51.000Z (over 4 years ago)
- Last Synced: 2024-12-17T04:16:31.685Z (20 days ago)
- Language: Rust
- Size: 153 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-seed-rs - Music composer - A basic music composition app. (Projects Using Seed)
README
# Emergent phenomena by creating music.
[Working CI build](https://peaceful-pasteur-906c96.netlify.app)
## How to use.
The bottom bars show the beats of music the player will produce for each colour channel.
Press the "Select this rhythm" button and then on the white area above to select a tone and volume for that channel.Press on the beat bars to select a beat that you think will sound nice like.
Press play and music emerges.
Adjust the "spookiness" and "speed" to get different effects. (You may need to restart playback to hear this kind of change.)
## The team in alphabetical order.
[Ben](https://github.com/rebo)
[David Purdum](https://github.com/rutrum)
[Ethan Brierley](https://github.com/ethanboxx)
[Giles](https://github.com/gilescope)
# Building
You can build and run with `cargo make start` or if you don't have cargo-make you can use `docker-compose`.
```
docker-compose build
docker-compose up
```