gnu: gx-super-fuzz-lv2: Update to 0.1.
* gnu/packages/music.scm (gx-super-fuzz-lv2): Update to 0.1.master
parent
cf44ebebc4
commit
34a3ecfec0
|
@ -2510,26 +2510,24 @@ Bosstone circuit, followed by the tone control of the FoxToneMachine in
|
||||||
parallel with a DarkBooster, followed by a volume control.")))
|
parallel with a DarkBooster, followed by a volume control.")))
|
||||||
|
|
||||||
(define-public gx-super-fuzz-lv2
|
(define-public gx-super-fuzz-lv2
|
||||||
(let ((commit "f40389575812c909007d140d327ce579930b71f7")
|
|
||||||
(revision "2"))
|
|
||||||
(package (inherit gx-guvnor-lv2)
|
(package (inherit gx-guvnor-lv2)
|
||||||
(name "gx-super-fuzz-lv2")
|
(name "gx-super-fuzz-lv2")
|
||||||
(version (string-append "0-" revision "." (string-take commit 9)))
|
(version "0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference
|
(uri (string-append "https://github.com/brummer10/"
|
||||||
(url "https://github.com/brummer10/GxSuperFuzz.lv2")
|
"GxSuperFuzz.lv2/archive/v"
|
||||||
(commit commit)))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"174bibj8qzm8zr6f5h8bcj94iry17zravk8flpdy84n6yg7cixji"))
|
"0pnivq05f1kji8c5jxsqdzhdfk3xn422v2d1x20x3jfsxnaf115x"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(home-page "https://github.com/brummer10/GxSuperFuzz.lv2")
|
(home-page "https://github.com/brummer10/GxSuperFuzz.lv2")
|
||||||
(synopsis "Fuzz effect modelled after the UniVox SuperFuzz")
|
(synopsis "Fuzz effect modelled after the UniVox SuperFuzz")
|
||||||
(description "This package provides the LV2 plugin \"GxVoodooFuzz\", an
|
(description "This package provides the LV2 plugin \"GxVoodooFuzz\", an
|
||||||
analog simulation of the UniVox SuperFuzz pedal. In this simulation the trim
|
analog simulation of the UniVox SuperFuzz pedal. In this simulation the trim
|
||||||
pot, which is usualy in the housing, is exposed as a control parameter. It
|
pot, which is usualy in the housing, is exposed as a control parameter. It
|
||||||
adjusts the amount of harmonics."))))
|
adjusts the amount of harmonics.")))
|
||||||
|
|
||||||
(define-public gx-vintage-fuzz-master-lv2
|
(define-public gx-vintage-fuzz-master-lv2
|
||||||
(let ((commit "0fec0bc1e8a8ba909a68e916e036138a3425d7db")
|
(let ((commit "0fec0bc1e8a8ba909a68e916e036138a3425d7db")
|
||||||
|
|
Reference in New Issue