Spaces:
Sleeping
Sleeping
Christian J. Steinmetz
commited on
Commit
·
732603c
1
Parent(s):
fb0aa71
adding delay to effects
Browse files- remfx/effects.py +1 -1
remfx/effects.py
CHANGED
@@ -701,7 +701,7 @@ class RandomAudioEffectsChannel(torch.nn.Module):
|
|
701 |
Pedalboard_Effects = [
|
702 |
RandomPedalboardReverb,
|
703 |
RandomPedalboardChorus,
|
704 |
-
|
705 |
RandomPedalboardDistortion,
|
706 |
RandomPedalboardCompressor,
|
707 |
# RandomPedalboardPhaser,
|
|
|
701 |
Pedalboard_Effects = [
|
702 |
RandomPedalboardReverb,
|
703 |
RandomPedalboardChorus,
|
704 |
+
RandomPedalboardDelay,
|
705 |
RandomPedalboardDistortion,
|
706 |
RandomPedalboardCompressor,
|
707 |
# RandomPedalboardPhaser,
|