Files
Cagire/README.md
Raphaël Forment d0e37e13e6
Some checks failed
Deploy Website / deploy (push) Failing after 6s
Feat: README update
2026-01-30 20:28:43 +01:00

902 B

Cagire

A Forth Music Sequencer

Cagire

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. It is made by BuboBubo (Raphaël Maurice Forment): https://raphaelforment.fr. Cagire is open-source (AGPL-3.0 licensed) and available on GitHub : https://github.com/BuboBubo/cagire.

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