Skip to content

tivins/midic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIDIC

C++ MIDI recorder and visualizer

preview.png

Install:

  • Optional ffmpeg (to build video)
  • Optional fluidsynth (to generate wave file from midi)
mkdir build
cd build
cmake ..
make

Usage:

  • Record an instrument
    ./midic_rec [<output raw file>]
  • Generate video
    ./midic_raster [-c <config file>] <raw file>
  • Tools (planned)
    #./midic_trim <input raw file> [<output raw file>]
    #./midic_quantize <input raw file> [<output raw file>]

TODO

  • display velocity (alpha + glow)
  • create midic_trim
  • create midic_midi
  • create midic_quantize

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published