Skip to content

g-s-k/auto-sampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-sampler

A tool for automatically sampling sound from a MIDI device.

Structure

  • A crate that defines the data structures and logic for the note traversal process is located in autosam.
  • A crate that defines a command-line application is located in multirec. It contains all the I/O, error handling, and glue necessary to interact with audio and MIDI devices and save the sample files.
  • A (somewhat related) crate is included at dot-multisample that provides bindings to Bitwig's multisample format.