Cacophony - Minimalist and Ergonomic MIDI Sequencer.

Support & discussion regarding DAWs and MIDI sequencers.

Moderators: MattKingUSA, khz

Post Reply
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 141 times
Been thanked: 349 times

Cacophony - Minimalist and Ergonomic MIDI Sequencer.

Post by LAM »

https://github.com/subalterngames/cacophony - Cacophony

Cacophony is a minimalist and ergonomic MIDI sequencer. It's minimalist in that it doesn't have a lot of functionality MIDI sequencers have. It's ergonomic in that there is no mouse input and a very clean interface, allowing you to juggle less inputs and avoid awkward mouse motions.

Cacophony Launch Trailer

Image

in mix, nobody can hear your screen

Cafe
Established Member
Posts: 33
Joined: Sun Oct 08, 2023 9:50 am
Has thanked: 6 times

Re: Cacophony - Minimalist and Ergonomic MIDI Sequencer.

Post by Cafe »

I tried to generate the binary under AV Linux, but it didn't work.

User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 141 times
Been thanked: 349 times

Re: Cacophony - Minimalist and Ergonomic MIDI Sequencer.

Post by LAM »

Cafe wrote: Sun Nov 12, 2023 8:13 pm

I tried to generate the binary under AV Linux, but it didn't work.

I'm not sure how I can help with just a

it didn't work

:wink:

Anyway, trying to read your mind, I had to remove the

Code: Select all

Cargo.lock

file, before building.

Beside that I just followed the instructions, and then

Code: Select all

cargo run

If it may help, I used Rust nightly: https://rustup.rs/

in mix, nobody can hear your screen

Cafe
Established Member
Posts: 33
Joined: Sun Oct 08, 2023 9:50 am
Has thanked: 6 times

Re: Cacophony - Minimalist and Ergonomic MIDI Sequencer.

Post by Cafe »

# cargo build --release --features speech_dispatcher_0_11
error: package clap_builder v4.4.8 cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.65.0
Either upgrade to rustc 1.70.0 or newer, or use
cargo update -p clap_builder@4.4.8 --precise ver
where ver is the latest version of clap_builder supporting rustc 1.65.0

User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 141 times
Been thanked: 349 times

Re: Cacophony - Minimalist and Ergonomic MIDI Sequencer.

Post by LAM »

Cafe wrote: Mon Nov 13, 2023 9:34 am

error: package clap_builder v4.4.8 cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.65.0

Error message seems clear, you need at least rustc 1.70.0, aka install/use Rust nightly, it worked for me.

in mix, nobody can hear your screen

Post Reply