Skip to content

x42/mtc.lv2

master
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
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

mtc.lv2 - Midi Timecode Generator

mtc.lv2 is MIDI Timecode generator.

Install

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

  git clone git://github.com/x42/mtc.lv2.git
  cd mtc.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.