Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x .vscode/
drwxr-xr-x src/
drwxr-xr-x task_helper/
-rw-r--r-- .ignore
-rw-r--r-- README.md
-rw-r--r-- build.zig
-rw-r--r-- build.zig.zon
-rw-r--r-- justfile
README

GMSynth - A CLAP attempt to do General MIDI

I unno, I wanna CLAP some Zig and Rust, so I did.

Deps

You’ll need:

  • Zig latest
  • Rust (tested on 1.68.2)
  • Just (casey/just)
  • A basic Unix environment (git, tar, curl, make)
  • (MacOS) probably xcode-select

Instructions

$> just download-deps
$> just

The result should be in the root dir, by default under the name “GmSynth.clap”.