This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Pieci / 5 koncerti sound processing | |
# http://pieci.lv | |
# | |
# Author: Aigars Sukurs <[email protected]> | |
# Copyright: (C) 2013 130DB | |
# Licence: MIT | |
# | |
s = ladspa.gate(s, threshold = -60.0, attack = 0.15, hold = 1.0, decay = 200.0, range = -25.0) |