Skip to content

x42/midigen.lv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

midigen.lv2 - Midi Event Generator

midigen.lv2 is simple test-sequence generator.

Install

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

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