You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
332 B
Python
10 lines
332 B
Python
FluidAmpFeature : FluidRTUGen {
|
|
*ar { arg in = 0, fastRampUp = 1, fastRampDown = 1, slowRampUp = 100, slowRampDown = 100, floor = -144, highPassFreq = 85;
|
|
|
|
^this.multiNew('audio', in.asAudioRateInput(this), fastRampUp, fastRampDown, slowRampUp, slowRampDown, floor, highPassFreq)
|
|
}
|
|
checkInputs {
|
|
^this.checkValidInputs;
|
|
}
|
|
}
|