easyeffects: fix maximizer
In 6.0.0, it was switched from ladspa to lv2 (eb6834f9ef
)
This commit is contained in:
parent
c57f0ff44e
commit
3e881e5692
1 changed files with 1 additions and 1 deletions
|
@ -85,10 +85,10 @@ stdenv.mkDerivation rec {
|
|||
calf # limiter, compressor exciter, bass enhancer and others
|
||||
lsp-plugins # delay
|
||||
mda_lv2 # loudness
|
||||
zam-plugins # maximizer
|
||||
];
|
||||
ladspaPlugins = [
|
||||
rubberband # pitch shifting
|
||||
zam-plugins # maximizer
|
||||
];
|
||||
in
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue