Skip to content

x42/mclk.lv2

4f9d423b5d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 2, 2017 04:17
September 6, 2016 22:20
September 6, 2016 22:20
September 6, 2016 22:20
September 7, 2016 09:03
September 6, 2016 22:20

mclk.lv2 - Midi Clock Generator

mclk.lv2 is MIDI Clock and MIDI realtime-message generator. It can run freely with dedicated BPM, start/stop/continue controls or generate MIDI Clock using host-provided musical time.

mclk.lv2 supports Transport, Song-Position and MIDI Clock and allows to only generate a subset.

Install

Compiling mclk.lv2 requires the LV2 SDK, gnu-make, and a c-compiler.

  git clone git://github.com/x42/mclk.lv2.git
  cd mclk.lv2
  make
  sudo make install PREFIX=/usr

Note to packagers: The Makefile honors PREFIX and DESTDIR variables as well as CFLAGS, LDFLAGS and OPTIMIZATIONS (additions to CFLAGS), also see the first 10 lines of the Makefile.