KXStudio / Repository

External, Non-PPA KXStudio Repository
74 stars 6 forks source link

Package request : screcord.lv2 (LV2 audio recorder) #218

Open krodelabestiole opened 4 years ago

krodelabestiole commented 4 years ago

Hi there and absolute congrats for the great work !

I could not find any audio recorder in a form of a plugin. I think this one would be a great choice : https://github.com/brummer10/screcord.lv2

I find it very handful. I'm aware one can of course patch a JACK output to an Audactiy Input, but e.g. : I'm currently trying to document the simplest way to play (and record) a piano using a MIDI controller. I think in some cases it might not be mandatory to use a JACK session. An LV2 will always be simpler to use (no routing) and is server-agnostic (you can run it on a Carla host using JACK, ALSA or even PulseAudio).

Muito obrigado !

krodelabestiole commented 4 years ago

in the meantime (hopefully) here is how to compile on bionic :

sudo apt install build-essential pkg-config libcairo2-dev libsndfile1-dev libffi-dev
git clone https://github.com/brummer10/screcord.lv2.git ~/screcord.lv2
cd ~/screcord.lv2
git submodule init
git submodule update
make
make install