st31ny / Xmms2MidiMaster

XMMS2-Client emitting MIDI timecode to synchronize arbitrary MIDI-capable devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xmms2MidiMaster

XMMS2-Client emitting MIDI timecode to synchronize arbitrary MIDI-capable devices

Required packages

This software uses Makefiles and g++, although it should be compilable with different standard C++-Compilers as well.

In order to compile the following packages/libraries are required:

  • libportmidi-dev
  • xmmsclient++-dev (available from the XMMS2-Git-Site)
    • libboost-dev
    • libsqlite-dev
    • libpython-dev
  • libboost-program-options-dev

A Makefile is provided to build the program. Available targets are:

  • all: Compile the program
  • doc: Generate the source code documentation
  • clean: Remove all generated files (object files, binaries, generated documentation)

Furthermore doxygen is required to generate the source code documentation.

About

XMMS2-Client emitting MIDI timecode to synchronize arbitrary MIDI-capable devices

License:GNU General Public License v3.0


Languages

Language:C++ 93.0%Language:C 7.0%