multirec

Crates.iomultirec
lib.rsmultirec
version0.2.0
sourcesrc
created_at2023-10-14 21:09:49.353632
updated_at2023-10-29 22:38:33.569443
descriptionA command-line tool for automated multi-sampling of MIDI instruments
homepage
repositoryhttps://github.com/g-s-k/auto-sampler
max_upload_size
id1003297
size73,336
(g-s-k)

documentation

README

multirec

A command-line application built around the autosam library

Usage examples

$ multirec show audio-hosts

ID      Name
0       CoreAudio
$ multirec show audio-devices

ID      In      Out     Fs Min  Fs Max  Name
2       1       0        44100   96000  MacBook Pro Microphone
3       0       2        44100   96000  MacBook Pro Speakers
$ multirec test --dry-run

Sample Offset           Event   Pitch   Velo    MIDI
--------------------    -----   -----   ----    ----
                   0    On      C3       127    [144, 48, 127]
               96000    Off     C3       127    [128, 48, 127]
Commit count: 9

cargo fmt