| CScore???
I would probably use it if I had it. Is it available for the Mac? (PPC, as a matter of fact).
I'd like to hear about it.
Excuse my ignorance, but I'm new to all this business, anyways. Still trying to fight my
way throught the first steps with CSound :-)
Cheers
Mike
Received: from stork2.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa22989;
21 Feb 97 2:29 GMT
Received: from goggins.bath.ac.uk by stork.maths.Bath.AC.UK id aa29670;
21 Feb 97 2:29 GMT
Received: from hermes.ex.ac.uk by goggins.bath.ac.uk with SMTP (PP);
Fri, 21 Feb 1997 02:29:44 +0000
Received: from noether [144.173.8.10] by hermes via SMTP (CAA15400);
Fri, 21 Feb 1997 02:23:48 GMT
Received: from hermes.ex.ac.uk by noether.maths.exeter.ac.uk;
Fri, 21 Feb 97 02:23:39 GMT
Received: from ella.mills.edu [144.91.3.20] by hermes via ESMTP (CAA15397);
Fri, 21 Feb 1997 02:23:37 GMT
Received: from localhost by ella.mills.edu
via SMTP (940816.SGI.8.6.9/930416.SGI) id SAA19039;
Thu, 20 Feb 1997 18:22:24 -0800
Date: Thu, 20 Feb 1997 18:22:24 -0800 (PST)
From: "Matt J. Ingalls"
To: csound-dev@ella.mills.edu
Cc: CSound mailing list
Subject: Re: CScore
In-Reply-To: <330C9D50.54EE@geocities.com>
Message-Id:
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
Well, the PPC code calls cscore() [CSCORE.C] from musmon.c. To set the
'-C' flag to call the cscore() routine select "Cscore Processing of Score"
from the options menu. By the way, the all-capital files i think are
Robin Whittle-changed files, so maybe cscore() is not callable in other
platforms... will look.
-matt
from musmon():
-----------------------------------------------------------------
if (O.usingcscore){
if (lsect == NULL) {
lsect = (EVENT *) mmalloc((long)sizeof(EVENT));
lsect->op = 'l';
}
printf("using Cscore processing\n");
if (!(oscfp = fopen("cscore.out", "w"))) /* override stdout
in */
die("cannot create cscore.out"); /* rdscor for
cscorefns */
cscorinit();
cscore(); /* call cscore, optionally re-enter via
lplay() */
--------------------------------------------
On Thu, 20 Feb 1997 andrzej@geocities.com wrote:
> CScore???
>
> I would probably use it if I had it. Is it available for the Mac? (PPC, as a matter of fact).
> I'd like to hear about it.
>
> Excuse my ignorance, but I'm new to all this business, anyways. Still trying to fight my
> way throught the first steps with CSound :-)
>
> Cheers
>
> Mike
>
Received: from stork2.maths.bath.ac.uk by omphalos.maths.Bath.AC.UK id aa22998;
21 Feb 97 2:31 GMT
Received: from goggins.bath.ac.uk by stork.maths.Bath.AC.UK id aa29675;
21 Feb 97 2:31 GMT
Received: from hermes.ex.ac.uk by goggins.bath.ac.uk with SMTP (PP);
Fri, 21 Feb 1997 02:31:40 +0000
Received: from noether [144.173.8.10] by hermes via SMTP (CAA15513);
Fri, 21 Feb 1997 02:27:37 GMT
Received: from hermes.ex.ac.uk by noether.maths.exeter.ac.uk;
Fri, 21 Feb 97 02:27:25 GMT
Received: from ella.mills.edu [144.91.3.20] by hermes via ESMTP (CAA15510);
Fri, 21 Feb 1997 02:27:24 GMT
Received: from localhost by ella.mills.edu
via SMTP (940816.SGI.8.6.9/930416.SGI) id SAA19340;
Thu, 20 Feb 1997 18:27:26 -0800
Date: Thu, 20 Feb 1997 18:27:26 -0800 (PST)
From: "Matt J. Ingalls"
To: csound-dev@ella.mills.edu
Cc: CSound mailing list
Subject: Re: CScore
In-Reply-To:
Message-Id:
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-csound-outgoing@maths.ex.ac.uk
Precedence: bulk
i forgot to mention that we (here at mills) havent ever TRIED to run
cscore on csound.ppc, so dont know if it works or not. Has anyone out
there tried it?
> platforms... will look.
Looked. It IS in the standard source.
-matt
|