https://github.com/wmedrano/mini-leebee
Small sequencer aimed for the Raspberry Pi.
https://github.com/wmedrano/mini-leebee
Last synced: 2 months ago
JSON representation
Small sequencer aimed for the Raspberry Pi.
- Host: GitHub
- URL: https://github.com/wmedrano/mini-leebee
- Owner: wmedrano
- License: mit
- Created: 2023-01-08T04:27:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T02:39:25.000Z (about 2 years ago)
- Last Synced: 2025-01-01T10:16:42.527Z (4 months ago)
- Language: Rust
- Size: 185 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini LeeBee
Small sequencer aimed for the Raspberry Pi.
## Building
```shell
cargo build --release
```## Running
```shell
# Run the server
cargo run --release --bin mini-leebee
```## Testing
```shell
cargo test
```