package llama_midi

  1. Overview
  2. Docs
Minimal library for parsing and representing midi data

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
sha256=320b997e202b053c1529a70b4fae97b2de4f2d750f26fda199aa3d24c9be7cba
sha512=6a53edfed78ca496009a5b34efbf9b10ed7055ce536ceb7bb0c194090aaa6d103598e5b177260e49c4be9305511f26140db864ed28cdad937ff2da209b5dfbda

CHANGES.md.html

0.1.0

  • Introduce Signal.Gate.t and Signal.Trigger.t wrappers of bool Signal.t

  • Rename clock constructor to clock_of_frequency_hz

  • Use floatarray instead of float array

  • Add saturation operator

  • Add map2 and map3 combinators

  • Add missing downsample argument to visualized signal players

  • Stop exporting labelled stdlib modules

  • Add tests in new package

  • Rename filter arguments to be more consistent and intuitive

  • Rename Square waveform to Pulse

  • Live midi support in core library

  • Add package for parsing and representing midi data

  • Rename ASR envelope generator to "AR"

  • Rename Output_stream.create_with_downsample to Output_stream.create

0.0.1

  • Initial release