[Csnd] Udos and stuff in another file
Date | 2019-01-15 19:31 |
From | pablozoani |
Subject | [Csnd] Udos and stuff in another file |
Hello guys, this is my second post here. I would like to know if there is a way to save some lines of code like tables or udos in another file rather than write them every time in the main csd. I guess i will have to call those codes from the csd to use them. -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2019-01-15 19:41 |
From | Tarmo Johannes |
Subject | Re: [Csnd] Udos and stuff in another file |
yes, you can use both in the orchestra and score: #include "yourfile" http://www.csounds.com/manual/html/include.html It is very useful for reusing some code in different csd-s tarmo On teisipäev, 15. jaanuar 2019 21:31.41 EET you wrote: > Hello guys, this is my second post here. > > I would like to know if there is a way to save some lines of code like > tables or udos in another file rather than write them every time in the main > csd. I guess i will have to call those codes from the csd to use them. > > > > > -- > Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html > > Csound mailing list > Csound@listserv.heanet.ie > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2019-01-15 19:55 |
From | Pablo Zoani Heffele |
Subject | Re: [Csnd] Udos and stuff in another file |
That is exactly what i was looking for. Thank you tarmo
PZH
De: Tarmo Johannes
Enviado: martes 15 de enero 16:41
Asunto: Re: [Csnd] Udos and stuff in another file
Para: csound@listserv.heanet.ie
yes, you can use both in the orchestra and score: #include "yourfile" http://www.csounds.com/manual/html/include.html It is very useful for reusing some code in different csd-s tarmo On teisipäev, 15. jaanuar 2019 21:31.41 EET you wrote: > Hello guys, this
is my second post here. > > I would like to know if there is a way to save some lines of code like > tables or udos in another file rather than write them every time in the main > csd. I guess i will have to call those codes from the csd to use them. > > >
> > -- > Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html > > Csound mailing list > Csound@listserv.heanet.ie > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND > Send bugs reports to > https://github.com/csound/csound/issues > Discussions
of bugs and features can be posted here Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
|