3dba8213d6c26d32d35e2f211a62342c994da98c
Some checks failed
CI / check (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 9m39s
Deploy Website / deploy (push) Has been skipped
CI / check (macos-14, aarch64-apple-darwin) (push) Has been cancelled
CI / check (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
…
…
Cagire
A Forth Music Sequencer
Cagire is a terminal-based step sequencer for live coding music. Each step in a pattern contains a Forth script that produces sound and create events.
Build
Terminal version:
cargo build --release
Desktop version (with egui window):
cargo build --release --features desktop --bin cagire-desktop
Run
Terminal version:
cargo run --release
Desktop version:
cargo run --release --features desktop --bin cagire-desktop
License
AGPL-3.0
Description
Languages
Rust
95.4%
Python
2.1%
Astro
1.5%
CSS
0.6%
JavaScript
0.2%
Other
0.1%