Giter Club home page Giter Club logo

cacophony's Introduction

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.

Screenshot of Cacophony

Buy Cacophony (or compile it yourself).

User-end documentation.

Discord Server

How to compile

I compile Cacophony with Rust 1.71.0 for Linux, MacOS, or Windows. Below is a list of operating systems I've tested:

Linux:

  • Ubuntu 18.04 i386 with X11
  • Ubuntu 18.04 x64 with X11
  • Ubuntu 20.04 x64 with X11
  • Ubuntu 22.04 x64 with X11

MacOS:

  • Catalina 10.15.7 x64
  • Ventura 13.2.1 Apple Silicon

Windows:

  • Windows 10 x64

All platforms

  1. Install Rust
  2. Clone this repo

Linux

Debian 11

  1. apt install clang cmake speech-dispatcher libspeechd-dev pkg-config libssl-dev librust-alsa-sys-dev
  2. cargo build --release --features speech_dispatcher_0_9

Debian 12

  1. apt install clang cmake speech-dispatcher libspeechd-dev pkg-config libssl-dev librust-alsa-sys-dev
  2. cargo build --release --features speech_dispatcher_0_11

Ubuntu 18

  1. apt install clang cmake speech-dispatcher libspeechd-dev pkg-config libssl-dev alsa
  2. cargo build --release --features speech_dispatcher_0_9

Ubuntu 20

  1. apt install clang cmake speech-dispatcher libspeechd-dev pkg-config libssl-dev alsa librust-alsa-sys-dev
  2. cargo build --release --features speech_dispatcher_0_9

Ubuntu 22

  1. apt install clang cmake speech-dispatcher libspeechd-dev pkg-config libssl-dev alsa librust-alsa-sys-dev
  2. cargo build --release --features speech_dispatcher_0_11

MacOS

  1. cargo install cargo-bundle
  2. cargo bundle --release

Windows

  1. cargo build --release

Tests

To test, just cargo test --all.

Sometimes when debugging, it's useful to create the same initial setup every time. To do this, you can pass input events in like this: cargo run -- --events events.txt

...where the contents of events.txt is something like:

NextPanel
AddTrack
EnableSoundFontPanel
SelectFile

Upload

Assuming that you are Esther Alter and you have the relevant credentials on your computer, you can upload the website and create itch.io builds by doing this:

  1. cd py
  2. py -3 build.py

cacophony's People

Contributors

alters-mit avatar subalterngames avatar tversteeg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.