Csound Csound-dev Csound-tekno Search About

[Csnd] Can I use multiple csd files in one project?

Date2013-07-29 21:44
FromCacophony7
Subject[Csnd] Can I use multiple csd files in one project?
I want to write the core of an instrument in one csd file and other parts of
the instrument in multiple csd files.
Is that possible please?



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-07-29 22:13
FromBen Hackbarth
SubjectRe: [Csnd] Can I use multiple csd files in one project?

--  ben


On Mon, Jul 29, 2013 at 10:44 PM, Cacophony7 <michaelsparks37@gmail.com> wrote:
I want to write the core of an instrument in one csd file and other parts of
the instrument in multiple csd files.
Is that possible please?



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-07-30 02:55
FromMichael Gogins
SubjectRe: [Csnd] Can I use multiple csd files in one project?
Yes with #include.

I have done this.

Regards,
Mike


===========================
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Jul 29, 2013 at 4:44 PM, Cacophony7 <michaelsparks37@gmail.com> wrote:
I want to write the core of an instrument in one csd file and other parts of
the instrument in multiple csd files.
Is that possible please?



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-07-30 21:21
FromCacophony7
Subject[Csnd] Re: Can I use multiple csd files in one project?
Seems to me that I have to use an inc file instead of a csd. When I do this I
loose the syntax highlighting for every line of code that I edit or create
in CsoundQt. Is there a way around this to get my syntax highlighting back
because it makes my code more readable.



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726155.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-07-30 21:30
FromAnders Genell
SubjectRe: [Csnd] Re: Can I use multiple csd files in one project?
As far as I understand, you can use any text file and name it as you like, so you can use the .csd file suffix without problems. I have at least done so previously. 

Regards,
/Anders



30 jul 2013 kl. 22:21 skrev Cacophony7 :

> Seems to me that I have to use an inc file instead of a csd. When I do this I
> loose the syntax highlighting for every line of code that I edit or create
> in CsoundQt. Is there a way around this to get my syntax highlighting back
> because it makes my code more readable.
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726155.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 


Date2013-07-30 21:33
FromJustin Smith
SubjectRe: [Csnd] Re: Can I use multiple csd files in one project?
also, .orc should give you the right highlighting if it is instrument code (and is more descriptive of the contents)


On Tue, Jul 30, 2013 at 1:30 PM, Anders Genell <anders.genell@gmail.com> wrote:
As far as I understand, you can use any text file and name it as you like, so you can use the .csd file suffix without problems. I have at least done so previously.

Regards,
/Anders



30 jul 2013 kl. 22:21 skrev Cacophony7 <michaelsparks37@gmail.com>:

> Seems to me that I have to use an inc file instead of a csd. When I do this I
> loose the syntax highlighting for every line of code that I edit or create
> in CsoundQt. Is there a way around this to get my syntax highlighting back
> because it makes my code more readable.
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726155.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-07-31 19:34
FromCacophony7
Subject[Csnd] Re: Can I use multiple csd files in one project?
It temporarly worked when I saved the included file to an orc file but now
the Output Console gives me a bunch of illegal character errors just like
did with csd.



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726183.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-07-31 19:46
FromJustin Smith
SubjectRe: [Csnd] Re: Can I use multiple csd files in one project?
What is the file format you are saving to? It should be a plain text file containing only the instrument code, and just in case it would be helpful to have an empty line before and after the #include line


On Wed, Jul 31, 2013 at 11:34 AM, Cacophony7 <michaelsparks37@gmail.com> wrote:
It temporarly worked when I saved the included file to an orc file but now
the Output Console gives me a bunch of illegal character errors just like
did with csd.



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726183.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-07-31 19:56
FromCacophony7
Subject[Csnd] Re: Can I use multiple csd files in one project?
It's saved to an .orc file and the Output Console in CsoundQt gives me a
bunch of illegal character errors. The main core is a .csd file; the one
that has the #include statements. I made two include statements and they
both involve .orc files.



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726186.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-07-31 20:02
FromJustin Smith
SubjectRe: [Csnd] Re: Can I use multiple csd files in one project?
I understand that you named the file with a .orc extension, I am asking about the content of the file - is there maybe any hidden formatting that your editor is hiding?


On Wed, Jul 31, 2013 at 11:56 AM, Cacophony7 <michaelsparks37@gmail.com> wrote:
It's saved to an .orc file and the Output Console in CsoundQt gives me a
bunch of illegal character errors. The main core is a .csd file; the one
that has the #include statements. I made two include statements and they
both involve .orc files.



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726186.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-07-31 20:13
FromDavid Akbari
SubjectRe: [Csnd] Re: Can I use multiple csd files in one project?
It might also be helpful if an example .csd was posted.


On Wed, Jul 31, 2013 at 2:02 PM, Justin Smith <noisesmith@gmail.com> wrote:
I understand that you named the file with a .orc extension, I am asking about the content of the file - is there maybe any hidden formatting that your editor is hiding?


On Wed, Jul 31, 2013 at 11:56 AM, Cacophony7 <michaelsparks37@gmail.com> wrote:
It's saved to an .orc file and the Output Console in CsoundQt gives me a
bunch of illegal character errors. The main core is a .csd file; the one
that has the #include statements. I made two include statements and they
both involve .orc files.



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726186.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2013-07-31 20:18
FromCacophony7
Subject[Csnd] Re: Can I use multiple csd files in one project?
I can show you the three files but I'm in a coffee shop. I should have put
the files on my pen drive. My answer is "I don't know. Not that I know of"

What's the difference between a (file) format and a file extension?

Truth is I played with the files AFTERWARDS in notepad++ probably when it
wasn't working and I erased the bottom residue of the files. You know, the
stuff that CsoundQt generates automatically when it makes/saves a csd? after
that, my project worked when I ran it through the command prompt. I'm using
Windows 7. Oh and I'm using CsoundQt 0.7 alpha.



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726191.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-07-31 21:16
FromAndres Cabrera
SubjectRe: [Csnd] Re: Can I use multiple csd files in one project?
Hi,

CsoundQt shouldn't add any stuff for orc or sco files. If it's doing it, then it's a bug, so let me know.

Cheers,
Andrés


On Wed, Jul 31, 2013 at 12:18 PM, Cacophony7 <michaelsparks37@gmail.com> wrote:
I can show you the three files but I'm in a coffee shop. I should have put
the files on my pen drive. My answer is "I don't know. Not that I know of"

What's the difference between a (file) format and a file extension?

Truth is I played with the files AFTERWARDS in notepad++ probably when it
wasn't working and I erased the bottom residue of the files. You know, the
stuff that CsoundQt generates automatically when it makes/saves a csd? after
that, my project worked when I ran it through the command prompt. I'm using
Windows 7. Oh and I'm using CsoundQt 0.7 alpha.



--
View this message in context: http://csound.1045644.n5.nabble.com/Can-I-use-multiple-csd-files-in-one-project-tp5726125p5726191.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"