|
out = 0, freq = 440, gate = 1, pan = 0, amp = 0.1, att = 0.001, rel = 1, |
'att' and 'rel' here do not refer with amp envelope release (the Env.asr has a fixed values) -- this can cause confusion.
use att and rel in amp envelope, and rename or pick fixed values for env1..env4.
SCLOrkSynths/SynthDefs/keyboards/FMRhodes2.scd
Line 20 in 8692504
'att' and 'rel' here do not refer with amp envelope release (the Env.asr has a fixed values) -- this can cause confusion.
use att and rel in amp envelope, and rename or pick fixed values for env1..env4.