https://github.com/nathanleiby/drum-break
Drum training tool
https://github.com/nathanleiby/drum-break
drums edrums music
Last synced: 2 months ago
JSON representation
Drum training tool
- Host: GitHub
- URL: https://github.com/nathanleiby/drum-break
- Owner: nathanleiby
- Created: 2023-12-15T02:56:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T19:38:00.000Z (5 months ago)
- Last Synced: 2024-12-28T03:19:20.325Z (4 months ago)
- Topics: drums, edrums, music
- Language: Rust
- Homepage: https://drumbreak.nathanleiby.me/
- Size: 10 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drum Break
Drum Break is an experimental drum training tool.
By plugging your electronic drums into your computer, Drum Break can analyze your playing and give you feedback.
You can use it to structure your practice sessions and level up your skills.The tool is in an alpha state.


## Download
1. Download the latest [release-.zip](https://github.com/nathanleiby/drum-break/releases) from Github.
2. Unzip it
3. `cd release/`
4. Run `./drum_break`.
- On Mac, ou will likely need to open your security settings (roughly: https://www.macworld.com/article/672947/how-to-open-a-mac-app-from-an-unidentified-developer.html) and allow it to run.
## Development
See [DEVELOPMENT.md](./DEVELOPMENT.md) for more details.