Skip to content
/ midcat Public

Example repo for synthrs-cpal integration. Plays MIDI from the command line.

License

Notifications You must be signed in to change notification settings

gyng/midcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

midcat

Example application for using synthrs with cpal.

Plays a MIDI file (ignoring instruments) from the command line.

Usage

$ cargo +nightly run -- foobar.mid
$ cargo +nightly run -- --help

Play a MIDI file, ignoring instruments

Usage:
  midcat <file> [--volume=<frac>] [--speed=<times>]
  midcat (-h | --help)
  midcat --version

Options:
  -h --help                   Show this screen
  -v=<frac> --volume=<frac>   Play volume as a fraction (linear scale) [default: 1.0]
  -s=<times> --speed=<times>  Play speed as a fraction [default: 1.0]

About

Example repo for synthrs-cpal integration. Plays MIDI from the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages