Csound Csound-dev Csound-tekno Search About

Some problems with 3.59 (may be more)

Date1999-10-13 15:46
FromVarga István
SubjectSome problems with 3.59 (may be more)
In the Makefile at lines 148 and 151 "makedb" should be
changed to "./makedb".

The following files do not compile on glibc2.1:
    rdscor.c (line 4)
    midirecv.c (line 118)
    pvanal.c (line 44)
  glibc2.1 does not allow initializing "FILE*" variables
  with stdin, stdout etc.

In the file "getstring.c", line 74

...
# endif
    if (db==NULL)
#endif
...

should be changed to

...
# endif
#endif
    if (db==NULL)
...



Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa14974;
          13 Oct 99 20:16 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bTtB-0001LF-00
	for jpff@maths.bath.ac.uk; Wed, 13 Oct 1999 20:16:41 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (UAA228965); Wed, 13 Oct 1999 20:10:53 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Wed, 13 Oct 1999 20:10:41 +0100
Received: from wozzeck.esm.rochester.edu [128.151.112.1] by hermes via SMTP (UAA220450); Wed, 13 Oct 1999 20:10:37 +0100 (BST)
Received: by esm.rochester.edu (NX5.67e/NX3.0M)
	id AA10789; Wed, 13 Oct 99 15:10:29 -0400
From: Allan Schindler 
Message-Id: <9910131910.AA10789@esm.rochester.edu>
Subject: score11 news
To: csound@maths.ex.ac.uk
Date: Wed, 13 Oct 1999 15:10:28 -0400 (EDT)
X-Mailer: ELM [version 2.4 PL23]
Content-Type: text
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

After renewed discussions with Aleck Brinkman I am pleased to be able to 
announce that executable versions of Brinkman's Csound score file
generator/pre-processor SCORE11 for several *nix and Mac platforms will be made
available for free downloading from the Eastman Computer Music Center web
site within the next few weeks.
Our ECMC staff currently is in the midst of extensive hardware and software 
upgrades to three studios, and we simply cannot tend to this score11 project
immediately. I will post to this list with the URLs when these packages
are installed and ready for downloading. Here's our projected timetable:

(1) Executable binaries of score11 for Linux, SGI and (for any still using
    the lumbering but indestructable black tanks) NeXT Step/Openstep
   Projected availability date: around October 22
(2) Manual documentation  in ascii text, roff and postscript versions
   Projected availability date: around the end of October; (pdf and/or html
   versions may follow if one if someone here finds the time)
   The manual, while serviceable, is not in great shape and we will not have
   the time to clean it up or provide tech support.
(3) Mac GUI executable
   Projected availability date: sometime in November
   Currently the Mac version is somewhat less robust and will require a
   tune-up, and we've moved off the Mac platform for most musical projects 
   at least temporarily until OS X Workstation becomes available (Please,
   no flames -- we have many Mac friends)
(4) Rather didactic, tutorial-level  score11 input and output (.sco) files
    already are available within my Eastman Csound Tutorial
      http://www.esm.rochester.edu/onlinedocs/allan.cs/index.html
    Additionally, if and when time permits, I hope to be able to post to our site
    my Eastman Csound Library of instrument algorithms, each with several
   companion  example score11 files, including some more sophisticated procedures

There are no immediate plans for a Windows port, although eventually we intend
to run score11 on our NT systems, and hope to provide an NT/2000 version some
time in the future.

Again, I will post to this list when these files are available. Please do
not email me with entreaties for open source, BE, Solaris, Windows or other
ports -- this is the arrangement that Brinkman prefers for now. An unauthorized,
butchered and buggy Windows hack of score11 that was floating about a few years
ago, about which Brinkman was very unhappy, should not be used.

With Brinkman's blessing Jim Croson, formerly on the ECMC staff and now at
Stetson University, **may** undertake a *nix (and, perhaps eventually,
cross-platform) "score12" update at some future time, when his own tsunami
workload subsides.

Members of this list can thank the two posters below, whose queries prompted
renewed discussions (which have been going on for years) resulting in these
forthcoming releases. However, as one who has used score11 extensively since
the days of music11, including advanced features not immediately obvious in
the documentation, I would simply note my puzzlement at the dismissive "quick
and dirty," "old things" reference below. Compared with my experiences with
just about every other major, current Li/Unix, Mac and Windows music application
I would strongly demur. But let's all make music with whatever tools 
individually suit us best.
*********************************************
*   Allan Schindler                         *
*   Director, Eastman Computer Music Center *
*   Email :  allan@esm.rochester.edu        *
*   Voice :  (716) 274 1575                 *
*   FAX :    716 274  1088                  *
*********************************************

> Forwarded message from Charles Baker (baker.vip.best.com) : Sun, 10 Oct 1999 09:20:05
> Well, yes...but the issue is if we can convince A. Brinkman (of Eastman
> School of Music)
> to release the source: which he has not done, to my knowlege, although many
> people  have expressed our interest in the program. I there are any
> Eastman-ites on the list: *please* plead with Mr. Brinkman: we could use
> that code!
> 
> Always living in hope,
> Char lieB
> 
> merz foobar wrote:
> 
> >
> > actually linux is a source of hope for
> > Score11 since it originally ran under several
> > different flavors of BSD Unix.  I imagine that
> > for someone with the source code and a Pascal
> > compilier it would be easy to port.  I keep
> > hoping that the emergence of linux will give new
> > life to some of the old UNIX tools. Since the
> > SGI is a bust outside of academia. with linux
> > you get all the old goodies (that i miss on the mac)
> > like all the shell scripting, etc.
> > (the only people who think that apple script
> > is cool are those who never used UNIX i bet).
> >
> > Anyway, now i am hooked on SuperCollider so...
> > But it would be nice to be able to use Score11
> > for some old things.  As i said Score11 was
> > real good for quick and dirty.
> >
> > Java is a good sugestion, but not much different
> > than hacking C code.
> >
> > I was hoping for something that that let you
> > ignore var declaration, etc.   like Cshell
> > or perl.  TKl/TK is an option i guess, but
> > it is not so elegant on the macos.
> >
> > back to SuperCollider....
> >
> > --
> >
> > On Sat, 9 Oct 1999 10:56:25    Jim Stevenson wrote:
> > >Would that program and those scripts work under linux?
> > >
> > >Thanks.
> > >
> >
> > Free, fast e-mail accessible anytime, anywhere http://www.imaginemail.com
> 


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa15307;
          13 Oct 99 22:50 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bWIE-0001Mb-00
	for jpff@maths.bath.ac.uk; Wed, 13 Oct 1999 22:50:42 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (WAA233073); Wed, 13 Oct 1999 22:47:19 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Wed, 13 Oct 1999 22:47:08 +0100
Received: from [207.124.134.5] by hermes via ESMTP (WAA222127); Wed, 13 Oct 1999 22:47:07 +0100 (BST)
Received: from [192.1.1.33] ([207.124.134.73]) by mail.c2media.net
          (Post.Office MTA v3.1.2 release (PO205-101c)
          ID# 0-61295U1200L100S0V35) with SMTP id AAA155
          for ; Wed, 13 Oct 1999 17:49:11 -0400
Date: 13 Oct 99 17:42:01 -0500
From: Chad Lauber 
Subject: clicking
To: csound 
X-Mailer: QuickMail Pro 1.5.4 (Mac)
X-Priority: 3
MIME-Version: 1.0
Reply-To: Chad Lauber 
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="US-Ascii"
Message-ID: <19991013214910968.AAA155@[207.124.134.73]>
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

I am new to csound, and I have been having problems eliminating clicking =
when a sound ends.  I have used 'linen', but the problem persists.  =

It sounds as if the sound never quite gets to 0 dbs, and consequently =
produces a click.

Help?!

Chad



Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa15400;
          13 Oct 99 23:58 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bWQU-0000gt-00
	for jpff@maths.bath.ac.uk; Wed, 13 Oct 1999 22:59:14 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (XAA236466); Wed, 13 Oct 1999 23:54:00 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Wed, 13 Oct 1999 23:53:43 +0100
Received: from smtp10.atl.mindspring.net [207.69.200.246] by hermes via ESMTP (XAA199999); Wed, 13 Oct 1999 23:53:41 +0100 (BST)
Received: from Realizer (user-2ive42i.dialup.mindspring.com [165.247.16.82])
	by smtp10.atl.mindspring.net (8.8.5/8.8.5) with SMTP id SAA11272;
	Wed, 13 Oct 1999 18:53:38 -0400 (EDT)
From: Michael Gogins 
To: Chad Lauber , csound 
Subject: RE: clicking
Date: Wed, 13 Oct 1999 18:56:34 -0400
Message-ID: 
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
In-Reply-To: <19991013214910968.AAA155@[207.124.134.73]>
Importance: Normal
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Create a special damping envelope whose only job is removing clicks:

idampattack = .003
idamprelease = .005
iduration = p3
p3 = iduration + idampattack + idamprelease
adamping linseg 0.0, idampattack, 1.0, iduration, 1.0, idamprelease, 0.0
out asignal * adamping

Almost all my instruments have these. You adjust idampattack and
idamprelease to suit the instrument. This is NOT the main envelope. Because
it is arate it will help with ksmps laddering. This technique absolutely
ensures that the sound begins and ends at 0.0.

-----Original Message-----
From: owner-csound-outgoing@maths.ex.ac.uk
[mailto:owner-csound-outgoing@maths.ex.ac.uk]On Behalf Of Chad Lauber
Sent: Wednesday, October 13, 1999 6:42 PM
To: csound
Subject: clicking


I am new to csound, and I have been having problems eliminating clicking
when a sound ends.  I have used 'linen', but the problem persists.
It sounds as if the sound never quite gets to 0 dbs, and consequently
produces a click.

Help?!

Chad



Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa15475;
          14 Oct 99 1:02 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bYLN-0001Q6-00
	for jpff@maths.bath.ac.uk; Thu, 14 Oct 1999 01:02:05 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (AAA219051); Thu, 14 Oct 1999 00:58:45 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 14 Oct 1999 00:58:33 +0100
Received: from rcsreg.rcsreg.com [198.176.199.30] by hermes via SMTP (AAA106027); Thu, 14 Oct 1999 00:58:32 +0100 (BST)
Received: from [63.193.151.229] by rcsreg.com (NTMail 3.02.12) with ESMTP id ea033752 for ; Wed, 13 Oct 1999 16:46:55 +0100
Message-ID: <38051CA2.BAE7823A@rcsreg.com>
Date: Wed, 13 Oct 1999 23:58:26 +0000
From: Tobiah 
X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.7 i686)
X-Accept-Language: en
MIME-Version: 1.0
CC: csound 
Subject: Re: clicking
References: 
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

> 
> Create a special damping envelope whose only job is removing clicks:
> 
Rubs me the wrong way.  A click is usually a design flaw, or
a flaw in a sample.  I advise to find the click, and squash it.
Else it is like using condom.


Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa15590;
          14 Oct 99 2:23 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bYhP-0000kg-00
	for jpff@maths.bath.ac.uk; Thu, 14 Oct 1999 01:24:51 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (CAA231601); Thu, 14 Oct 1999 02:21:02 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 14 Oct 1999 02:20:50 +0100
Received: from ha1.rdc3.on.home.com [24.2.9.68] by hermes via ESMTP (CAA164607); Thu, 14 Oct 1999 02:20:49 +0100 (BST)
Received: from home.com ([24.114.22.40]) by mail.rdc3.on.home.com
          (InterMail v4.01.01.02 201-229-111-106) with ESMTP
          id <19991014011859.QXTW16721.mail.rdc3.on.home.com@home.com>
          for ; Wed, 13 Oct 1999 18:18:59 -0700
Message-ID: <38053E58.7CB55193@home.com>
Date: Wed, 13 Oct 1999 21:22:18 -0500
From: Stan Olejarz 
X-Mailer: Mozilla 4.61 (Macintosh; I; PPC)
X-Accept-Language: en
MIME-Version: 1.0
To: csound@maths.ex.ac.uk
Subject: Csound book ?
Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353"
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

when is it going to be available?


Stan



Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa15768;
          14 Oct 99 4:14 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bbLv-0001T3-00
	for jpff@maths.bath.ac.uk; Thu, 14 Oct 1999 04:14:51 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (EAA225796); Thu, 14 Oct 1999 04:12:05 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 14 Oct 1999 04:11:53 +0100
Received: from emerald.oz.net [216.39.128.2] by hermes via ESMTP (EAA238276); Thu, 14 Oct 1999 04:11:52 +0100 (BST)
Received: from madgello2 (sense-sea-56k-2-31.oz.net [216.39.131.95]) by emerald.oz.net (8.9.3/8.7.3) with SMTP id UAA24959 for ; Wed, 13 Oct 1999 20:07:01 -0700 (PDT)
Reply-To: madgello@oz.net
MMDF-Warning:  Parse error in original version of preceding line at UK.AC.Bath.maths.omphalos
From: Rich Weisgerber 
To: Csound List 
Subject: RE: clicking
Date: Wed, 13 Oct 1999 20:15:34 -0700
Message-ID: 
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
In-Reply-To: <38051CA2.BAE7823A@rcsreg.com>
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

You Rock!

> -----Original Message-----
> From: owner-csound-outgoing@maths.ex.ac.uk
> [mailto:owner-csound-outgoing@maths.ex.ac.uk]On Behalf Of Tobiah
> Sent: Wednesday, October 13, 1999 4:58 PM
> Cc: csound
> Subject: Re: clicking
> 
> 
> > 
> > Create a special damping envelope whose only job is removing clicks:
> > 
> Rubs me the wrong way.  A click is usually a design flaw, or
> a flaw in a sample.  I advise to find the click, and squash it.
> Else it is like using condom.
> 


Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa16164;
          14 Oct 99 9:13 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bg0c-0001a8-00
	for jpff@maths.bath.ac.uk; Thu, 14 Oct 1999 09:13:10 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (JAA254382); Thu, 14 Oct 1999 09:10:13 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 14 Oct 1999 09:10:00 +0100
Received: from mc-qout4.whowhere.com [209.185.123.18] by hermes via SMTP (JAA262644); Thu, 14 Oct 1999 09:09:59 +0100 (BST)
Received: from Unknown/Local ([?.?.?.?]) by shared2-mail.whowhere.com; Thu Oct 14 01:09:26 1999
To: csound@maths.ex.ac.uk, Allan Schindler 
Date: Thu, 14 Oct 1999 17:09:26 +0900
From: merz foobar 
Message-ID: 
Mime-Version: 1.0
X-Sent-Mail: on
X-Mailer: MailCity Service
Subject: Re: score11 news
X-Sender-Ip: 210.181.152.13
Organization: imaginemail  (http://www.imaginemail.com:80)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Mr. Schindler

Ah, you simply misunderstood:

As for "old things" i meant *my* old stuff that i
used music11 and score11 for.  I wasn't calling
score11 an old thing. Though you really couldn't
say that it is recent either!  ;)

As for "quick and dirty"  I wasn't calling score11
quick and dirty in it's implementation, i was
saying that you could spit out a Csound score
quickly with it since its learning curve was not
so steep and you didn't have to declare variables
and the like as you do if you use C or some other
language.  That you could do more sophisticated
things as well is also obvious to anyone who ever
used it.

My comments were not meant as a put-down of
score11 at any level.  The fact that i still have
a call for it and a desire to use it should make
that clear.  On the contrary score11 is a
wonderful program that is versatile and easy to
use.  And despite it's smallish size flexible
and powerful.

I am *extremely* happy to hear that it is not dead
code, but that there is an interest and
willingness to make the program available again.

My thanks to Mr. Brinkman and his colleagues for
their efforts.  I look forward to being able to
execute score11 scripts on my Mac soon (as my NeXT
is boxed up in the US right now).



everything everbest,


kevin parks 
Seoul Korea








Free, fast e-mail accessible anytime, anywhere http://www.imaginemail.com


Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa16357;
          14 Oct 99 10:05 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bftq-0000ya-00
	for jpff@maths.bath.ac.uk; Thu, 14 Oct 1999 09:06:10 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (KAA271632); Thu, 14 Oct 1999 10:01:08 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 14 Oct 1999 10:00:56 +0100
Received: from mail.infohouse.com [204.143.176.4] by hermes via ESMTP (KAA279122); Thu, 14 Oct 1999 10:00:55 +0100 (BST)
Received: from [204.143.224.71] (dial-up071.infohouse.com)
          by mail.infohouse.com (Post.Office MTA v3.5.3 release 223
          ID# 141-59479U3500L350S0V35) with ESMTP id com;
          Thu, 14 Oct 1999 04:52:53 -0400
X-Sender: ic11748@mail.infohouse.com
Message-Id: 
In-Reply-To: <38051CA2.BAE7823A@rcsreg.com>
References: 
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Thu, 14 Oct 1999 05:04:02 +0100
To: Csound List 
From: tolve 
Subject: Re: clicking
Cc: Michael Gogins , Tobiah , 
    Chad Lauber 
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

what's not to like about clicks?
tolve

>>
>> Create a special damping envelope whose only job is removing clicks:
>>
>Rubs me the wrong way.  A click is usually a design flaw, or
>a flaw in a sample.  I advise to find the click, and squash it.
>Else it is like using condom.




Received: from shaun.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa16400;
          14 Oct 99 10:30 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by shaun.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bhDt-0001dm-00
	for jpff@maths.bath.ac.uk; Thu, 14 Oct 1999 10:30:57 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (KAA256195); Thu, 14 Oct 1999 10:27:43 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 14 Oct 1999 10:27:30 +0100
Received: from mail.infohouse.com [204.143.176.4] by hermes via ESMTP (KAA252170); Thu, 14 Oct 1999 10:27:29 +0100 (BST)
Received: from [204.143.224.71] (dial-up071.infohouse.com)
          by mail.infohouse.com (Post.Office MTA v3.5.3 release 223
          ID# 141-59479U3500L350S0V35) with ESMTP id com
          for ; Thu, 14 Oct 1999 05:19:27 -0400
X-Sender: ic11748@mail.infohouse.com
Message-Id: 
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Thu, 14 Oct 1999 05:30:37 +0100
To: Csound List 
From: tolve 
Subject: diabolical clicking
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

for those of us purposely using extreme clicks in our music: any
parameters, tests, non-obtrusive click maintaining filter ideas, whatever,
suggested to avoid transients so sharp as to threaten speakers?

as i have been using waves L1 ultramaximizer (excellent multiband limiter)
to squash some of the dynamic range to allow actors to be heard in theater,
i imagine my clicks are somewhat safer than they would otherwise be
-especially if the volume of playback is brought down a bit to allow for
high average volumes (a characteristic shared by other more mainstream
musical styles). but transients will be transients.

and digital ceiling not really a useful concept for those of us generating
noise purposefully and digitally -now is it.

tolve




Received: from wallace.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa16723;
          14 Oct 99 13:05 BST
Received: from [144.173.6.14] (helo=exeter.ac.uk)
	by wallace.maths.bath.ac.uk with esmtp (Exim 2.12 #1)
	id 11bihv-000185-00
	for jpff@maths.bath.ac.uk; Thu, 14 Oct 1999 12:06:03 +0100
Received: from noether [144.173.8.10] by hermes via SMTP (NAA265011); Thu, 14 Oct 1999 13:01:56 +0100 (BST)
Received: from exeter.ac.uk by maths.ex.ac.uk; Thu, 14 Oct 1999 13:01:44 +0100
Received: from howl.werewolf.net [12.23.152.10] by hermes via ESMTP (NAA323394); Thu, 14 Oct 1999 13:01:36 +0100 (BST)
Received: from default (dial37.werewolf.net [12.23.153.37])
	by howl.werewolf.net (8.9.0/8.9.0) with SMTP id GAA22181
	for ; Thu, 14 Oct 1999 06:52:34 -0500 (CDT)
Message-ID: <000c01bf163a$ad241300$2599170c@default>
From: Hans Mikelson 
To: Csound 
Subject: Re: Csound Magazine Autumn 1999
Date: Thu, 14 Oct 1999 06:53:04 -0500
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk

Hi,

By poplular request I added a zip version of the magazine available from a
link on the back issues page.  I'm not sure if this will help with printing
though.  Landscape printing seems to work.

Bye,
Hans Mikelson