From fd549d7540a04677e1b10c8f324c958cfba18f1e Mon Sep 17 00:00:00 2001 From: gretchen Date: Mon, 18 Nov 2019 22:56:31 -0800 Subject: Tweak parameters; more ideas --- lib/Engine_Rhodes.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Engine_Rhodes.sc b/lib/Engine_Rhodes.sc index 02da1af..ad55cd3 100644 --- a/lib/Engine_Rhodes.sc +++ b/lib/Engine_Rhodes.sc @@ -17,8 +17,8 @@ Engine_Rhodes : CroneEngine { | // standard meanings out = 0, freq = 440, gate = 1, pan = 0, amp = 0.1, // all of these range from 0 to 1 - vel = 0.8, modIndex = 0.2, mix = 0.2, - lfoSpeed = 0.4, lfoDepth = 0.1 + vel = 0.8, modIndex = 0.1, mix = 0.2, + lfoSpeed = 0.2, lfoDepth = 0.1 | var env1, env2, env3, env4; var osc1, osc2, osc3, osc4, snd; -- cgit v1.2.1