Csound Csound-dev Csound-tekno Search About

[Csnd] Qestion about Csound & XML

Date2007-11-14 23:22
FromAlpha Core
Subject[Csnd] Qestion about Csound & XML
Hello I had a question I read that you can combine the orc and sco file into a single file and convert it into XML I was wondering how to get to play the results? I know how to combine the files just not play them any help would be great..
 
Thanks ALPHACORE


Never miss a thing. Make Yahoo your homepage.

Date2007-11-15 00:08
FromRory Walsh
Subject[Csnd] Re: Qestion about Csound & XML
What platform are you using, windows, linux, OSX, and what are you using 
to run the csound files?

Alpha Core wrote:
> Hello I had a question I read that you can combine the orc and sco file 
> into a single file and convert it into XML I was wondering how to get to 
> play the results? I know how to combine the files just not play them any 
> help would be great..
>  
> Thanks ALPHACORE
> 
> ------------------------------------------------------------------------
> Never miss a thing. Make Yahoo your homepage. 
> 

Date2007-11-15 01:56
FromAnthony Kozar
Subject[Csnd] Re: Re: Qestion about Csound & XML
Just to note:  the combined orchestra and score must be in a file with the
extension ".csd" or Csound will not read it as XML.

Otherwise, you play the file similarly to a .orc and .sco.  Instead of
typing

csound  file.orc  file.sco

at the commandline, you would use this:

csound  file.csd

Anthony

Rory Walsh wrote on 11/14/07 7:08 PM:

> What platform are you using, windows, linux, OSX, and what are you using
> to run the csound files?
> 
> Alpha Core wrote:
>> Hello I had a question I read that you can combine the orc and sco file
>> into a single file and convert it into XML I was wondering how to get to
>> play the results? I know how to combine the files just not play them any
>> help would be great..


Date2007-11-15 01:57
FromAlpha Core
Subject[Csnd] Re: Re: Qestion about Csound & XML
I'm currently using windows I found a Player that plays musicxml they end in .xml
the program that plays xml is called Xenoage MusicXml player is there a way to play a csound program file in this like embedding the csound code into a xml or musicxml file?


Rory Walsh <rorywalsh@ear.ie> wrote:
What platform are you using, windows, linux, OSX, and what are you using
to run the csound files?

Alpha Core wrote:
> Hello I had a question I read that you can combine the orc and sco file
> into a single file and convert it into XML I was wondering how to get to
> play the results? I know how to combine the files just not play them any
> help would be great..
>
> Thanks ALPHACORE
>
> ------------------------------------------------------------------------
> Never miss a thing. Make Yahoo your homepage.
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.

Date2007-11-15 02:51
FromDave Seidel
Subject[Csnd] Re: Re: Re: Qestion about Csound & XML
No.  MusicXML is a musical notation format.  Csound CSD files contain 
code that defines instruments and musical events using Csound's own 
"orchestra" and "score" languages, and the CSD format just provides a 
convenient wrapper for them.  There's no relation at all between Csound 
and MusicXML.

- Dave

Alpha Core wrote:
> I'm currently using windows I found a Player that plays musicxml they 
> end in .xml
> the program that plays xml is called Xenoage MusicXml player is there a 
> way to play a csound program file in this like embedding the csound code 
> into a xml or musicxml file?



Date2007-11-15 02:58
FromAnthony Kozar
Subject[Csnd] Re: Re: Re: Qestion about Csound & XML
Not that I am aware of.  The Csound Unified Document format (.csd) is not
MusicXML.  In order to play a .csd file, you need to install Csound.

You can download Csound from here:

http://csound.sourceforge.net/

Anthony Kozar
Providing custom open-source software services for musicians:
http://services.anthonykozar.net/

Alpha Core wrote on 11/14/07 8:57 PM:

> I'm currently using windows I found a Player that plays musicxml they end in
> .xml
> the program that plays xml is called Xenoage MusicXml player is there a way to
> play a csound program file in this like embedding the csound code into a xml
> or musicxml file?


Date2007-11-15 06:32
From"Matt J. Ingalls"
Subject[Csnd] Re: Re: Re: Re: Qestion about Csound & XML
> for them.  There's no relation at all between Csound and MusicXML.

well.... you could open the musicxml in a notation program and
then send the MIDI output (real time from the program or export to a 
midi file) to Csound..