1 { lib, stdenv, fetchFromGitHub, faust2jaqt, faust2lv2 }:
2 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 sha256 = "1j0bjl9agz43dcrcrbiqd7fv7xsxgd65s4ahhv5pvcr729y0fxg4";
13 buildInputs = [ faust2jaqt faust2lv2 ];
15 dontWrapQtApps = true;
18 faust2jaqt -time -vec -t 99999 RhythmDelay.dsp
19 faust2lv2 -time -vec -t 99999 -gui RhythmDelay.dsp
24 for f in $(find . -executable -type f); do
28 cp -r RhythmDelay.lv2/ $out/lib/lv2
32 description = "Tap a rhythm into your delay! For jack and lv2";
33 homepage = "https://github.com/magnetophon/RhythmDelay";
34 license = lib.licenses.gpl3;
35 maintainers = [ lib.maintainers.magnetophon ];