Skip to content

A universal tool to exchange MIDI system-exclusive data

License

Notifications You must be signed in to change notification settings

noisecode3/sysexxer-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysexxer-ng

A universal tool to exchange MIDI system-exclusive data.

It's a rewrite from scratch of sysexxer.

Build Status

Documentation page (in French): http://linuxmao.org/Sysexxer-NG

Building

Debian Strech

Build dependencies are: cmake, gettext, libasound2-dev, libfltk1.3-dev, and libjack-jackd2-dev or libjack-dev

To launch the build, you can use:

git clone --recursive https://github.com/linuxmao-org/sysexxer-ng.git
mkdir sysexxer-ng/build
cd sysexxer-ng/build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
cmake --build .

About

A universal tool to exchange MIDI system-exclusive data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.7%
  • CMake 5.0%
  • Roff 2.8%
  • Other 1.5%