autosam 0.1.0

A toolkit for automated multi-sampling of MIDI instruments
Documentation
  • Coverage
  • 100%
    52 out of 52 items documented2 out of 25 items with examples
  • Size
  • Source code size: 21.49 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.4 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • g-s-k/auto-sampler
    6 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • g-s-k

autosam

A library for building auto-samplers.

The central bit of functionality is a way to specify a note distribution, which can then be converted into a "runtime" representation that lets you process those notes one by one.

Also included are some related types and utilities for generating MIDI messages.