Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 602 Bytes

XWaveView.lv2

simple scope LV2 plugin

RMS Direct
XWaveView XWaveView

Features

  • Display RMS waveform
  • Display direct waveform

Dependencys

  • libcairo2-dev
  • libx11-dev

Build

  • git submodule init
  • git submodule update
  • make
  • make install # will install into ~/.lv2 ... AND/OR....
  • sudo make install # will install into /usr/lib/lv2

that's it.