|
I am glad we discussed this...
>You would be correct, except that
>
>1. Most of these messages were not discussing anything, they were saying
>"please stop this spam". Such messages should only go to the list admin,
>since he is the only one that can do anything about it.
>
>2. This entire expolsion of messages was useless, since it had already
>been decided some days ago, that the list would be changed to
>subsriber-only!
>
>Larry
>
>
>-- Larry Troxler -- lt@westnet.com -- Patterson, NY USA --
>
Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa01798;
25 Jul 97 18:25 BST
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa24337;
25 Jul 97 18:24 BST
Received: (qmail 11796 invoked from network); 25 Jul 1997 17:24:34 -0000
Received: from hermes.ex.ac.uk (194.83.11.25)
by pat.bath.ac.uk with SMTP; 25 Jul 1997 17:24:34 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (SAA15151); Fri, 25 Jul 1997 18:18:48 +0100
Received: from hermes.ex.ac.uk by maths.exeter.ac.uk; Fri, 25 Jul 97 18:18:38 +0100
Received: from filoli.filoli.com [206.79.61.10] by hermes via ESMTP (SAA15148); Fri, 25 Jul 1997 18:18:36 +0100
Received: from sunspot.filoli.com (mailhost.filoli.com [204.162.1.17])
by gatekeeper.filoli.com (8.8.6/8.8.6) with ESMTP id KAA14460;
Fri, 25 Jul 1997 10:18:42 -0700 (PDT)
Received: from pine.filoli.com (pine [204.162.1.216])
by sunspot.filoli.com (8.8.5/8.8.6) with SMTP id KAA14019;
Fri, 25 Jul 1997 10:18:41 -0700 (PDT)
Message-Id: <199707251718.KAA14019@sunspot.filoli.com>
Received: by pine.filoli.com (NX5.67f2/NX3.0X)
id AA09350; Fri, 25 Jul 97 10:18:33 -0700
Content-Type: text/plain
Mime-Version: 1.0 (NeXT Mail 3.3 v118.2)
In-Reply-To: <15009.199707250840@zeno.maths.exeter.ac.uk>
X-Nextstep-Mailer: Mail 3.3 (Enhance 1.3)
Received: by NeXT.Mailer (1.118.2)
From: Charles Baker
Date: Fri, 25 Jul 97 10:18:32 -0700
To: jthorpe@compusmart.ab.ca
Subject: stereo random?
Cc: csound@maths.ex.ac.uk
References: <15009.199707250840@zeno.maths.exeter.ac.uk>
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
> From: jthorpe@compusmart.ab.ca (Joshua Thorpe)
> Subject: stereo random?
>
> I'm a c-sound beginner
>
>
Welcome!!
> and I'm trying to make an instrument that will be
> placed randomly in the stereo field each time it's initiated in
my score.
> I've just created a randi of .5, (+.5) and in my outs said asig *
arand,
> asig * (1 - arand).
>
> What his does, is oscilate the signal stereophonically. Any
suggestions
> out there?
>
> joshua t.
>
Wellll... randi (the ending 'i' is important) "interpolates"
between values...
this means it smoothly moves between values: your 'arand' variable will
produce output at the audio rate (the leading 'a' is the clue here),
and this will smoothly change over the the duration of the note. A "pan".
Perhaps what you wanted was an "i" value? (i = "initialization"
value: set only during
initialization pass) Try changing the 'arand' to 'irand'.
Again Welcome!
CharlieB
--
James Andrews, maths CDO, ext.3977
|