#midi #recording #sampling #sampler #command-line-tool #command-line-utilities

app multirec

A command-line tool for automated multi-sampling of MIDI instruments

2 unstable releases

0.2.0 Oct 29, 2023
0.1.0 Oct 14, 2023

#444 in Audio

37 downloads per month

MIT/Apache

84KB
2K SLoC

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]

Dependencies

~7–43MB
~613K SLoC