https://github.com/linuxmao-org/sysexxer-ng
A universal tool to exchange MIDI system-exclusive data
https://github.com/linuxmao-org/sysexxer-ng
midi midi-sysex sysex sysex-messages sysexxer sysexxer-ng system-exclusive
Last synced: about 2 months ago
JSON representation
A universal tool to exchange MIDI system-exclusive data
- Host: GitHub
- URL: https://github.com/linuxmao-org/sysexxer-ng
- Owner: linuxmao-org
- License: bsl-1.0
- Created: 2018-10-26T12:04:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T08:59:12.000Z (about 4 years ago)
- Last Synced: 2025-04-09T14:05:27.398Z (3 months ago)
- Topics: midi, midi-sysex, sysex, sysex-messages, sysexxer, sysexxer-ng, system-exclusive
- Language: C++
- Size: 94.7 KB
- Stars: 15
- Watchers: 5
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sysexxer-ng
A universal tool to exchange MIDI system-exclusive data._It's a rewrite from scratch of [sysexxer](https://sourceforge.net/projects/sysexxer/)._
[](https://semaphoreci.com/jpcima/sysexxer-ng)
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 .
```