Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Vecosek is a MIDI sequencer designed live performance settings, with arbitrarily complex music.
vecosek-scene, see the module Vecosek_scene.Scene).It does not have a graphical user interface; but you can nicely use it together with Vimebac.
Vecosek is an experimental successor to the venerable Locoseq.
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 configure
jbuilder build @installand see:
_build/default/src/app/main.exe --helpTo build the documentation:
sh tools/build-doc.shSee src/test/scenes.ml for a few test-scenes, you can build them with:
jbuilder build _build/default/src/test/scenes.exeAnd then see:
_build/default/src/test/scenes.exe --help