Csound Csound-dev Csound-tekno Search About

EQ

Date1998-01-17 09:42
FromHans Mikelson
SubjectEQ
Hello,

The following message was sent to me by Robert Bristow-Johnson.  I thought
it would be of some interest to this list.  I am reposting to the Csound
list with his permission.  He asked that I be sure to credit him with this
work.  I'll be working on a set of instruments based on this work soon...

Bye,
Hans Mikelson

Robert Bristow-Johnson wrote:

>i have a little addendum to that paper for other parametric EQ types
>using a biquad filter or equivialent.  all formulae were derived
>from analog prototypes and had been digitized using the bilinear 
>transform.  earlier on comp.dsp, i posted formulae for a peaking EQ
>in which the bandedqes was not defined as the mid-dB gain and was
>given an arbitrary given gain.   Bilinear Transform frequency warping 
>was taken into account for both significant frequency relocation and 
>for bandwidth readjustment.
>
>first, given a biquad transfer function defined as:
>
>
>        H(z) = [b0 + b1*s + b2*s^2] / [a0 + a1*s + a2*a^2]
>        
>this shows 6 coefficients instead of 5 so, depending on your
>architechture,
>
>-- you will likely normalize a0 to be 1 and perhaps also b0 to 1 (and
>collect
>that into an overall gain coefficient).
>
>given:
>
>        frequency (wherever it's happenin', man.  "center" frequency or 
>                "corner" frequency depending on which filter type)
>        
>        dBgain (used only for peaking and shelving filters)
>
>        bandwidth (between midpoint gain frequencies for peaking and
>between
>                -3 dB for BPF and notch)
>                
>         _or_ Q (EE type definition)
>        
>         _or_ S, a "shelf slope" parameter.  when S = 1, the shelf slope
>is as
>                steep as you can get it and remain monotonically
>increasing or
>                decreasing gain with frequency.
>
>
>                
>first compute a few intermediate variables:
>
>        A = sqrt(10^(dBgain/20)) = 10^(dBgain/40)
>        
>        omega = 2*PI*frequency/sampleRate
>
>        Q = sin(omega)/[ ln(2)*bandwidth*omega ]        (if unspecified)
>
>        alpha = sinh(1/(2*Q))*sin(omega)
>        
>        beta = sqrt((A^2 + 1)/S - (A-1)^2)
>        
>    then compute the coefs for whichever filter type you want:
>
>LPF:                    b0 = (1 - cos(omega))/2
>                                b1 =  1 - cos(omega)
>                                b2 = (1 - cos(omega))/2 
>                                a0 =  1 + alpha
>                                a1 = -2*cos(omega)
>                                a2 =  1 - alpha
>                
>                
>HPF:                    b0 =  (1 + cos(omega))/2
>                                b1 =  -1 - cos(omega))
>                                b2 =  (1 + cos(omega))/2        
>                                a0 =   1 + alpha
>                                a1 =  -2*cos(omega)
>                                a2 =  1 - alpha
>                
>                
>BPF:                    b0 = alpha
>                                b1 = 0
>                                b2 = -alpha     
>                                a0 = 1 + alpha
>                                a1 = -2*cos(omega)
>                                a2 = 1 - alpha
>                
>                
>notch:                  b0 =  1
>                                b1 = -2*cos(omega)
>                                b2 =  1 
>                                a0 =  1 + alpha
>                                a1 = -2*cos(omega)
>                                a2 =  1 - alpha
>                
>                
>peakingEQ:              b0 =   1 + alpha*A
>                                b1 =  -2*cos(omega)
>                                b2 =   1 - alpha*A      
>                                a0 =   1 + alpha/A
>                                a1 =  -2*cos(omega)
>                                a2 =   1 - alpha/A
>
>                
>                
>lowShelf:               b0 =    A*[ (A+1) - (A-1)*cos(omega) +
>beta*sin(omega) ]                                b1 =  2*A*[ (A-1) -
>(A+1)*cos(omega) ]
>                                b2 =    A*[ (A+1) - (A-1)*cos(omega) -
>beta*sin(omega) ]
>                                a0 =        (A+1) + (A-1)*cos(omega) +
>beta*sin(omega)
>                                a1 =   -2*[ (A-1) + (A+1)*cos(omega) ]
>                                a2 =        (A+1) + (A-1)*cos(omega) -
>beta*sin(omega)
>                
>                
>highShelf:              b0 =        (A+1) - (A-1)*cos(omega) +
>beta*sin(omega)
>                                b1 =    2*[ (A-1) - (A+1)*cos(omega)) ]
>                                b2 =        (A+1) - (A-1)*cos(omega) -
>beta*sin(omega)
>                                a0 =    A*[ (A+1) + (A-1)*cos(omega) +
>beta*sin(omega) ]
>                                a1 = -2*A*[ (A-1) + (A+1)*cos(omega)) ]
>                                a2 =    A*[ (A+1) + (A-1)*cos(omega) -
>beta*sin(omega) ]
>
>




Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa10151;
          18 Jan 98 0:01 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa12792;
          18 Jan 98 0:01 GMT
Received: (qmail 27346 invoked from network); 18 Jan 1998 00:01:35 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 18 Jan 1998 00:01:35 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (XAA21064); Sat, 17 Jan 1998 23:48:33 GMT
Received: from hermes.ex.ac.uk by maths.ex.ac.uk; Sat, 17 Jan 98 23:48:14 GMT
Received: from MAGELLAN.UMontreal.CA [132.204.2.30] by hermes via ESMTP (XAA04578); Sat, 17 Jan 1998 23:48:07 GMT
Received: from eole.ERE.UMontreal.CA (eole.ERE.UMontreal.CA [132.204.2.70]) by jason.MAGELLAN.UMontreal.CA with ESMTP id SAA29420
  (8.6.11/IDA-1.6 for ); Sat, 17 Jan 1998 18:48:08 -0500
Received: from mistral.ERE.UMontreal.CA (mistral.ERE.UMontreal.CA [132.204.2.73])
	by eole.ERE.UMontreal.CA (8.8.7/8.8.7) with ESMTP id SAA21433
	for ; Sat, 17 Jan 1998 18:46:31 -0500 (EST)
Received: from ere.umontreal.ca (whisky-03.CC.UMontreal.CA [132.204.2.203])
	by mistral.ERE.UMontreal.CA (8.8.7/8.8.7) with ESMTP id SAA22012;
	Sat, 17 Jan 1998 18:46:28 -0500 (EST)
Message-Id: <34C13F96.F009A930@ere.umontreal.ca>
Date: Sat, 17 Jan 1998 18:32:38 -0500
From: Jean Piche 
X-Mailer: Mozilla 4.04 [en] (X11; I; IRIX 6.3 IP32)
Mime-Version: 1.0
To: csound 
Subject: [ANNOUNCE] - HTML Csound Manual version 3.47 beta2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

with most of the trimmings...


ftp://ftp.musique.umontreal.ca/pub/CsManual3.47b2.tar.gz
ftp://ftp.musique.umontreal.ca/pub/CsManual3.47b2.zip
ftp://ftp.musique.umontreal.ca/pub/CsManual3.47b2.sit.bin


Ascii not too far behind...

jpff, can you put up in dream...?

-- 
________________________________________________________
Jean Piche
Universite de Montreal
http://mistral.ere.umontreal.ca/~pichej
http://www.musique.umontreal.ca/electro/CEC/



Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa10254;
          18 Jan 98 0:49 GMT
Received: from mercury.bath.ac.uk by stork.maths.Bath.AC.UK id aa13964;
          18 Jan 98 0:50 GMT
Received: (qmail 19856 invoked from network); 18 Jan 1998 00:50:16 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by mercury.bath.ac.uk with SMTP; 18 Jan 1998 00:50:16 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (AAA06516); Sun, 18 Jan 1998 00:45:34 GMT
Received: from hermes.ex.ac.uk by maths.ex.ac.uk; Sun, 18 Jan 98 00:45:08 GMT
Received: from [193.121.99.70] by hermes via ESMTP (AAA16771); Sun, 18 Jan 1998 00:44:57 GMT
Received: from nobody ([193.74.7.139]) by hurricane.netgate.be
          (post.office MTA v2.0 0813 ID# 0-32575U60) with ESMTP id AAB303
          for ; Sun, 18 Jan 1998 01:48:22 +0100
From: David Schuyeteneer 
To: csound mailing list 
Subject: dream, weird name.
Date: Sun, 18 Jan 1998 01:42:46 +0100
X-Msmail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Message-Id: <19980118004757400.AAB303@nobody>
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk


Why is it that the ftp directory has the name "DREAM" ???
Just curious...


David.




Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa10412;
          18 Jan 98 2:35 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa16319;
          18 Jan 98 2:36 GMT
Received: (qmail 521 invoked from network); 18 Jan 1998 02:36:09 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by pat.bath.ac.uk with SMTP; 18 Jan 1998 02:36:09 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (CAA18995); Sun, 18 Jan 1998 02:32:03 GMT
Received: from hermes.ex.ac.uk by maths.ex.ac.uk; Sun, 18 Jan 98 02:31:45 GMT
Received: from lt@westnet.com [206.24.6.2] by hermes via ESMTP (CAA21858); Sun, 18 Jan 1998 02:31:38 GMT
Received: from localhost (lt@localhost)
	by westnet.com (8.8.6/8.8.7) with SMTP id VAA03960;
	Sat, 17 Jan 1998 21:31:31 -0500 (EST)
Date: Sat, 17 Jan 1998 21:31:31 -0500 (EST)
From: Larry Troxler 
To: David Schuyeteneer 
Cc: csound mailing list 
Subject: Re: dream, weird name.
In-Reply-To: <19980118004757400.AAB303@nobody>
Message-Id: 
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

On Sun, 18 Jan 1998, David Schuyeteneer wrote:

> 
> Why is it that the ftp directory has the name "DREAM" ???
> Just curious...
> 
> 
> David.
> 
> 
It doesn't. You are probably not fully awake and just recalling last
night's dream. For that matter, how can you be sure that this message
you are reading now, is
happening in your waking life, and that your aren't just dreaming that
you're at your computer reading this.

When you actually do wakeup up for real, you'll probably find that the
"dream" directory was, in fact, just that. 

Or you may find that in fact, you don't actually own a computer, but only
dream of fanciful email exchanges.

To take it one step further, how can you be sure that your idea of this
"Csound" program is not just another fabrication of of the dream state
that you may very well be immersed in right at this moment?

I hope I've answered the question for you ...

Larry


--  Larry Troxler  --  lt@westnet.com  --  Patterson, NY USA  --
  




Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa10545;
          18 Jan 98 3:33 GMT
Received: from mercury.bath.ac.uk by stork.maths.Bath.AC.UK id aa21409;
          18 Jan 98 3:33 GMT
Received: (qmail 20245 invoked from network); 18 Jan 1998 03:33:43 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by mercury.bath.ac.uk with SMTP; 18 Jan 1998 03:33:43 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (DAA19728); Sun, 18 Jan 1998 03:29:33 GMT
Received: from hermes.ex.ac.uk by maths.ex.ac.uk; Sun, 18 Jan 98 03:29:01 GMT
Received: from m12.boston.juno.com [205.231.101.194] by hermes via ESMTP (DAA21790); Sun, 18 Jan 1998 03:28:54 GMT
Received: (from jhclouse@juno.com)
 by m12.boston.juno.com (queuemail) id W`Y14208; Sat, 17 Jan 1998 22:28:37 EST
To: csound@maths.ex.ac.uk
Date: Sat, 17 Jan 1998 22:25:08 -0500
Subject: Re: dream, weird name.
Message-Id: <19980117.222510.3838.2.jhclouse@juno.com>
References: 
X-Mailer: Juno 1.49
X-Juno-Line-Breaks: 1-36
From: Jason H Clouse 
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

On Sat, 17 Jan 1998 21:31:31 -0500 (EST) Larry Troxler 
writes:
>On Sun, 18 Jan 1998, David Schuyeteneer wrote:
>
>> 
>> Why is it that the ftp directory has the name "DREAM" ???
>> Just curious...
>> 
>> 
>> David.
>> 
>> 
>It doesn't. You are probably not fully awake and just recalling last
>night's dream. For that matter, how can you be sure that this message
>you are reading now, is
>happening in your waking life, and that your aren't just dreaming that
>you're at your computer reading this.
>
>When you actually do wakeup up for real, you'll probably find that the
>"dream" directory was, in fact, just that. 
>
>Or you may find that in fact, you don't actually own a computer, but 
>only
>dream of fanciful email exchanges.
>
>To take it one step further, how can you be sure that your idea of 
>this
>"Csound" program is not just another fabrication of of the dream state
>that you may very well be immersed in right at this moment?
>
>I hope I've answered the question for you ...
>
>Larry

Been watching Star Trek Voyager? ;)

Jason



Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa10578;
          18 Jan 98 3:53 GMT
Received: from mercury.bath.ac.uk by stork.maths.Bath.AC.UK id aa21861;
          18 Jan 98 3:53 GMT
Received: (qmail 20276 invoked from network); 18 Jan 1998 03:53:29 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by mercury.bath.ac.uk with SMTP; 18 Jan 1998 03:53:29 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (DAA20786); Sun, 18 Jan 1998 03:49:33 GMT
Received: from hermes.ex.ac.uk by maths.ex.ac.uk; Sun, 18 Jan 98 03:48:48 GMT
Received: from root@proxy4.ba.best.com [206.184.139.15] by hermes via ESMTP (DAA13911); Sun, 18 Jan 1998 03:48:36 GMT
Received: from charlieb.com (baker@baker.vip.best.com [206.86.232.121]) by proxy4.ba.best.com (8.8.8/8.8.BEST) with ESMTP id TAA25588 for ; Sat, 17 Jan 1998 19:46:40 -0800 (PST)
Message-Id: <34C10A58.32C44003@charlieb.com>
Date: Sat, 17 Jan 1998 19:45:29 +0000
From: Charles Baker 
X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.0.30 i586)
Mime-Version: 1.0
To: csound mailing list 
Subject: Re: dream, weird name.
References:  <19980117.222510.3838.2.jhclouse@juno.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Jason H Clouse wrote (in response to Larry Troxler:

> >
> >To take it one step further, how can you be sure that your idea of
> >this
> >"Csound" program is not just another fabrication of of the dream state
> >that you may very well be immersed in right at this moment?
> >
> >I hope I've answered the question for you ...
> >
> >Larry
>
> Been watching Star Trek Voyager? ;)
>
> Jason

  I'd say: reading Chuang Tzu?

I'd also say that John ffitch's support of this package has been a
dream....
many thanks,
John
(oh, you too, Jean P....)

REAL QUESTION:
are there any testers or adoptors of the SHARC card on the list yet ? (oh,
and of course that
doesn't mean R. Boulanger/the Vercoes/or Paris Smagardis, etc.: you guys
are writing/selling it! I want third party response!)

I saw an excellent review of the Kyma system in the recent Electron
Musician: but that seems to be much more expensive real-time solution than
the SHARC card/Extended Csound package.




Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa10912;
          18 Jan 98 8:13 GMT
Received: from pat.bath.ac.uk by stork.maths.Bath.AC.UK id aa29044;
          18 Jan 98 8:13 GMT
Received: (qmail 5013 invoked from network); 18 Jan 1998 08:13:40 -0000
Received: from aleve.media.mit.edu (18.85.2.171)
  by pat.bath.ac.uk with SMTP; 18 Jan 1998 08:13:40 -0000
Received: from [204.215.140.178] (rcb.tiac.net [204.215.140.178])
	by aleve.media.mit.edu (8.8.7/ML970927) with ESMTP id DAA27602;
	Sun, 18 Jan 1998 03:10:32 -0500 (EST)
Date: Sun, 18 Jan 1998 03:10:32 -0500 (EST)
X-Sender: rcb@tiac.net
Message-Id: 
In-Reply-To: <34C10A58.32C44003@charlieb.com>
References: 
 <19980117.222510.3838.2.jhclouse@juno.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
To: Charles Baker 
From: Richard Boulanger 
Subject: Re: dream, weird name.
Cc: csound mailing list , 
    Richard Dobson , 
    Sal G Sofia , 
    Allan S C Lee , Hans Mikelson , 
    dlr.de@media.mit.edu, horner@cs.ust.hk, jpff@maths.bath.ac.uk, 
    r.pinkston@mail.utexas.edu, noel@imsa.edu, mr@lmsnit.be, 
    abhunkin@hamlet.uncg.edu, jpgather@acsu.buffalo.edu, 
    iperezve@othello.ucs.indiana.edu, bfudge@hmc.edu, fabio@ts.go.dlr.de, 
    breder@music.mcgill.ca, karpen@u.washington.edu, 
    pichej@mistral.ere.umontreal.ca, madole@mills.edu, dbarlow@omnids.com, 
    tendrich@cix.compulink.co.uk, ingalls@mills.edu, pocino@scf-fs.usc.edu, 
    R.W.Dobson@bath.ac.uk, brian@lightspace.com, jmobberley@cctr.umkc.edu, 
    ballora@sound.music.mcgill.ca, rubo@berlin.snafu.de, Erik_Spjut@hmc.edu, 
    hbyrne@pavilion.co.uk, russell@best.com, Marc.Resibois@ping.be, 
    gogins@nyc.pipeline.com, stephen@cbr.dit.csiro.au, mup015@bangor.ac.uk, 
    volkov@uceam.intec.ru, mikeb@mills.edu, sdb@luigi.music.lsu.edu, 
    eric@iamas.ac.jp, klapper@regent.uci.agh.edu.pl, abart@berlin.netsurf.de, 
    j.m.clarke@hud.ac.uk, bv@media.mit.edu, johnb@gamefx.com, 
    Fretnoize@aol.com, rcb@media.mit.edu, anechoic@pop.sirius.com, 
    dlphilp@mail.bright.net, jnelson@sndart.cemi.unt.edu, paris@media.mit.edu, 
    tkatsia@sound.music.mcgill.ca, eduardo@music.gla.ac.uk, 
    fmgaete@pop.ma.ultranet.com, RichardFurse@muse.demon.co.uk, 
    r.a.fischman@cc.kl.ac.uk, a.lee@qub.ac.uk, 
    mainger@postbox.acs.ohio-state.edu, 
    "Vercoe, Scotty" , bv@media.mit.edu, 
    Max Mathews , 
    Erez Webman , 
    Riccardo Bianchini , Jen Scaturro , 
    Gabriel Maldonado 
MMDF-Warning:  Parse error in original version of preceding line at UK.AC.Bath.maths.stork

Dear Charles and Members of the Csound Community,

For several years I worked as a consultant to Analog Devices and assited
Barry Vercoe and ADI in defining and debugging the Extended Csound language
and the Extended Csound SDK.  For this work, I was paid extremely well.
(But I also paid the price for all the stress and strain as I sufferred a
stroke in the process!  Fortunatly I regained most of my faculties.)

As of January 1, 1998, I am no longer under contract with Analog Devices
and am definately NOT SELLING their stuff.

Also, it is improtant to note that over the last three years, I managed to
get one of my most brilliant and gifted students - Paris Smaragdis - some
consulting work with ADI on this project.  For that 8 months of work ADI
also paid him pretty well.  But he no longer works for Analog Devices and
is definately NOT SELLING their stuff.  In fact, Paris Smaragdis has not
worked for ADI for over two years.

I have nothing further to say about the ADI system, but if you would like
to get an objective/ousider's perspective on the ADI SDK you should contact

Kim Cascone

<> kim.cascone <>

<>sound.designer -- headspace<>

<>anechoic@sirius.com<>
<>http://www.sirius.com/~anechoic<>



======

>Jason H Clouse wrote (in response to Larry Troxler:
>
>> >
>> >To take it one step further, how can you be sure that your idea of
>> >this
>> >"Csound" program is not just another fabrication of of the dream state
>> >that you may very well be immersed in right at this moment?
>> >
>> >I hope I've answered the question for you ...
>> >
>> >Larry
>>
>> Been watching Star Trek Voyager? ;)
>>
>> Jason
>
>  I'd say: reading Chuang Tzu?
>
>I'd also say that John ffitch's support of this package has been a
>dream....
>many thanks,
>John
>(oh, you too, Jean P....)
>
>REAL QUESTION:
>are there any testers or adoptors of the SHARC card on the list yet ? (oh,
>and of course that
>doesn't mean R. Boulanger/the Vercoes/or Paris Smagardis, etc.: you guys
>are writing/selling it! I want third party response!)
>
>I saw an excellent review of the Kyma system in the recent Electron
>Musician: but that seems to be much more expensive real-time solution than
>the SHARC card/Extended Csound package.


==================
Dr. Richard Boulanger
Professor
Music Synthesis Department
Berklee College of Music
1140 Boylston Street
Boston, MA  02215-3693
Berklee Phone: (617) 747-2485   Berklee Fax: (617) 536-2257
======================================================
email:  rcb@media.mit.edu * rcb@tiac.net * rboulanger@berklee.edu
webpage: http://www.tiac.net/users/rcb
================================




Received: from stork.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa11183;
          18 Jan 98 12:27 GMT
Received: from mercury.bath.ac.uk by stork.maths.Bath.AC.UK id aa03543;
          18 Jan 98 12:27 GMT
Received: (qmail 21114 invoked from network); 18 Jan 1998 12:27:30 -0000
Received: from hermes.ex.ac.uk (HELO exeter.ac.uk) (144.173.6.14)
  by mercury.bath.ac.uk with SMTP; 18 Jan 1998 12:27:30 -0000
Received: from noether [144.173.8.10] by hermes via SMTP (MAA20887); Sun, 18 Jan 1998 12:21:32 GMT
Received: from hermes.ex.ac.uk by maths.ex.ac.uk; Sun, 18 Jan 98 12:21:11 GMT
Received: from [193.121.99.70] by hermes via ESMTP (MAA05148); Sun, 18 Jan 1998 12:21:03 GMT
Received: from nobody ([193.74.7.187]) by hurricane.netgate.be
          (post.office MTA v2.0 0813 ID# 0-32575U60) with ESMTP id AAC225
          for ; Sun, 18 Jan 1998 13:24:36 +0100
From: David Schuyeteneer 
To: csound mailing list 
Subject: DREAM, serious now
Date: Sun, 18 Jan 1998 13:15:11 +0100
X-Msmail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Message-Id: <19980118122430335.AAC225@nobody>
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk



Why is it that there is a "DREAM" subdir on the ftp server ???????
I mean not its contents but its name of course..."dream"...why not
"bugsbunny" or "flyhigh" ?


(only serious replies please ;-))



David.