8000 GitHub - nobrowser/midi-dump-tools: A collection of tools that dump MIDI to a variety of formats
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nobrowser/midi-dump-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a personal project, not endorsed by my employer.

midi-dump-tools
===============
A collection of tools that dump MIDI to a variety of formats.

Adam Goode, June 2014


aseq2json
---------
Listens for MIDI events on the Alsa sequencer and outputs as JSON to stdout.

Dependencies: gcc make alsa glib-2.0 json-glib-1.0

Installing dependencies on Debian/Ubuntu:
 apt-get install gcc make libasound2-dev libglib2.0-dev libjson-glib-dev

Installing dependencies on Fedora:
 yum install gcc make 'pkgconfig(alsa)' 'pkgconfig(glib-2.0)' 'pkgconfig(json-glib-1.0)'

About

A collection of tools that dump MIDI to a variety of formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • Makefile 2.2%
0