Crates.io | autosam |
lib.rs | autosam |
version | 0.1.0 |
source | src |
created_at | 2023-10-14 20:55:47.191376 |
updated_at | 2023-10-14 20:55:47.191376 |
description | A toolkit for automated multi-sampling of MIDI instruments |
homepage | |
repository | https://github.com/g-s-k/auto-sampler |
max_upload_size | |
id | 1003293 |
size | 21,839 |
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.