Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 297 Bytes

leveltester.lv2

Simple LV2 audio plugin which logs input levels (also passes through input to output)

Installing/Building (linux)

  • clone into ~/.lv2
  • cd ~/.lv2/level-tester.lv2
  • mkdir build
  • cd build
  • cmake ..
  • make
  • level-tester.so is built and moved into correct place