Raphaël Forment 979b7639ac
Some checks failed
Deploy Website / deploy (push) Failing after 4m49s
Feat: new harmony / melodic words and demo
2026-02-23 02:25:32 +01:00
2026-02-22 03:59:09 +01:00
2026-02-22 03:59:09 +01:00
2026-02-23 00:51:01 +01:00
2026-02-20 22:14:21 +01:00
2026-02-20 22:14:21 +01:00
2026-02-22 12:55:58 +01:00

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.

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
Forth music sequencer for live coding
https://cagire.raphaelforment.fr
Readme AGPL-3.0 58 MiB
Languages
Rust 95.4%
Python 2.1%
Astro 1.5%
CSS 0.6%
JavaScript 0.2%
Other 0.1%