[Csnd] Can I use multiple csd files in one project?
Date | 2013-07-29 21:44 |
From | Cacophony7 |
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. |
Date | 2013-07-29 22:13 |
From | Ben Hackbarth |
Subject | Re: [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 |
Date | 2013-07-30 02:55 |
From | Michael Gogins |
Subject | Re: [Csnd] Can I use multiple csd files in one project? |
Yes with #include. I have done this. Regards, Mike ===========================
Michael GoginsIrreducible 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 |
Date | 2013-07-30 21:21 |
From | Cacophony7 |
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. |
Date | 2013-07-30 21:30 |
From | Anders Genell |
Subject | Re: [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 |
Date | 2013-07-30 21:33 |
From | Justin Smith |
Subject | Re: [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. |
Date | 2013-07-31 19:34 |
From | Cacophony7 |
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. |
Date | 2013-07-31 19:46 |
From | Justin Smith |
Subject | Re: [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 |
Date | 2013-07-31 19:56 |
From | Cacophony7 |
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. |
Date | 2013-07-31 20:02 |
From | Justin Smith |
Subject | Re: [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 |
Date | 2013-07-31 20:13 |
From | David Akbari |
Subject | Re: [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:
|
Date | 2013-07-31 20:18 |
From | Cacophony7 |
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. |
Date | 2013-07-31 21:16 |
From | Andres Cabrera |
Subject | Re: [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.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 |