packagevecosek
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=837cd8046991d74036a7d17aa601bcd2e311d9ffef140f708b30cc317ca72eb2
md5=bf77dc7c5a8d8efeff67b8eb43ef2dd0
Description
Vecosek is a MIDI sequencer designed for live, interactive performance settings,with arbitrarilycomplex music.
The vecosek package contains the sequencer executable.
Published:17 May 2018
README
Vecosek: The Very Controllable Sequencer
Vecosek is a MIDI sequencer designed live performance settings, with arbitrarilycomplex music.
A“scene” is a collection of (looping) tracks and event-handlers, both trigger different kinds of “actions” (directly outputting MIDI eventsor controlling the sequencer).
Scenes are described in a JSON format (or its equivalentBiniou for performance), and are meant to be constructed with an EDSL (we provide an OCaml library:
vecosek-scene
, see the moduleVecosek_scene.Scene
).
It does not have a graphical user interface; but you can nicely use it together withVimebac.
Vecosek is an experimental successor to the venerableLocoseq.
Build
You may consult the.gitlab-ci.yml
file (and then the*.opam
files) for dependencies and build-instructions, locally, it should be as simple as:
ocaml please.ml configurejbuilder build @install
and see:
_build/default/src/app/main.exe --help
To build the documentation:
sh tools/build-doc.sh
Tests
Seesrc/test/scenes.ml
for a few test-scenes, you can build them with:
jbuilder build _build/default/src/test/scenes.exe
And then see:
_build/default/src/test/scenes.exe --help