feat: load synthef on startup
This commit is contained in:
9
amplitude_regulation.scd
Normal file
9
amplitude_regulation.scd
Normal file
@ -0,0 +1,9 @@
|
||||
(
|
||||
// analyse amplitude
|
||||
compressor = Amplitude.kr(sig, 2, 5);
|
||||
|
||||
regulation = Select.kr(compressor > thresh, [
|
||||
1.0,
|
||||
\ratio.kr(0.8) * (thresh / compressor)
|
||||
]).lag(\lagTime.kr(0.1));
|
||||
)
|
||||
Reference in New Issue
Block a user