Skip to content

Livecoding language for generating MIDI

License

Notifications You must be signed in to change notification settings

Jackojc/pacemaker

Repository files navigation

pacemaker

Requirements

Build
  • pre-commit
  • clang-format
Runtime
  • JACK Audio Server

Build

Setup pre-commit hooks:

$ pre-commit install

Configure CMake:

$ cmake --list-presets
$ cmake --preset linux-clang-debug

Compile:

$ cd build
$ cmake --build . --config debug