Skip to content

brummer10/screcord.lv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screcord

screcord.lv2

a simple Lv2 capture plugin

  • Include a mono and a stereo capture plugin.
  • using libsndfile http://www.mega-nerd.com/libsndfile/
  • save audio stream as wav or ogg files to ~/lv2record/lv2_sessionX.wav/ogg were X is replaced by numbers

build:

  • no build dependency check, just make
  • libsndfile is needed

install:

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