From 2bc701fec065db8d399498a8c2f4f4145acf3369 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Thu, 15 Jul 2004 21:34:12 +0000 Subject: the work of this evening ... svn path=/trunk/externals/tb/; revision=1868 --- sc4pd/source/ExpRand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/source/ExpRand.cpp') diff --git a/sc4pd/source/ExpRand.cpp b/sc4pd/source/ExpRand.cpp index e0718c8..3b17aef 100644 --- a/sc4pd/source/ExpRand.cpp +++ b/sc4pd/source/ExpRand.cpp @@ -97,7 +97,7 @@ ExpRand_ar::ExpRand_ar(int argc, t_atom *argv) void ExpRand_ar::m_dsp(int n, t_sample *const *in, t_sample *const *out) { float ratio = hi / lo; - m_sample = pow(ratio,rgen.frand()) * lo); + m_sample = pow(ratio,rgen.frand()) * lo; } -- cgit v1.2.1