Skip to content

python tool to record audio triggered with midi

Notifications You must be signed in to change notification settings

wozhub/midi-ripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Requirements

pip install python-rtmidi mido sounddevice soundfile numpy

Usage

./midi-ripper.py --sound-dev 7 --midi-dev 0 --lowest-pitch 48 --highest-pitch 62 --chords

./midi-ripper.py --sound-dev 7 --midi-dev 0 --lowest-pitch 24 --highest-pitch 96 && beep

TODO

  • Support for picking among default MIDI notes range
  • Give more feedback about the whole process
  • Platform agnostic temporary folder management
  • Recording test to check input volume
  • Check for silence before the recording
  • Crop silence at the end of the recording
  • Samples name format in config
  • Record out folder in config

About

python tool to record audio triggered with midi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages