larspelz / midiarp.lv2

LV2 MIDI arpeggiator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

midiarp.lv2 - MIDI arpeggiator

midiarp.lv2 is a MIDI arpeggiator.

Install

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

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

About

LV2 MIDI arpeggiator

License:GNU General Public License v2.0


Languages

Language:Objective-C 95.4%Language:CSS 1.8%Language:C 1.2%Language:Makefile 0.9%Language:HTML 0.6%