Csound Csound-dev Csound-tekno Search About

Re: CScore

Date1997-02-20 18:52
Fromandrzej@geocities.com
SubjectRe: CScore
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


Date1997-02-21 02:22
From"Matt J. Ingalls"
SubjectRe: CScore
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
> 

Date1997-02-21 02:27
From"Matt J. Ingalls"
SubjectRe: CScore
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

Date1997-02-22 05:40
FromBradley James Lindseth
SubjectACCCI archive play-on-the-fly problems
I can't seem to get the play-on-the-fly to work.  When I look at the
MIME type the server gives:

[web1@total netscape]$ telnet mars.let.uva.nl 80
Trying 145.18.226.21...
Connected to mars.let.uva.nl.
Escape character is '^]'.
HEAD /gather/accci/webtest.csound HTML/1.0

HTTP/1.0 200 OK
Server: Netscape-Communications/1.1
Date: Saturday, 22-Feb-97 05:33:08 GMT
Last-modified: Sunday, 13-Aug-95 18:10:30 GMT
Content-length: 773
Content-type: text/plain

Connection closed by foreign host.


text/plain won't trigger the application/csound setup.  As far as I know,
the .csound extension is ignored when the server gives Content-type:
text/plain

Is there a way around this?


Any help is much appreciated.


							Brad Lindseth


# Brad Lindseth, EE Undergrad Student	    Mail:  6515 Wydown Boulevard 
# 		 Washington University	 	   Box 3895 
# Email:  bjl1@cec.wustl.edu			   Saint Louis, MO 63105
# Web:     http://cec.wustl.edu/~bjl1/	    Phone: (314) 935-1287
# Amateur Radio:  N0UAG