Movatterモバイル変換


[0]ホーム

URL:


packagevecosek

  1. Overview
  2. Docs

You can search for identifiers within the package.

in-package search v0.2.0

Install

Dune Dependency

Authors

Maintainers

Sources

vecosek-0.0.0.zip
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

Dependencies (11)

  1. cmdliner
  2. misuja
  3. rresult
  4. atdgen< "1.13.0"
  5. atd>= "1.2.1"
  6. yojson
  7. sosa
  8. nonstd
  9. vecosek-engine
  10. jbuilder>= "1.0+beta20"
  11. ocaml>= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None


[8]ページ先頭

©2009-2025 Movatter.jp