[Csnd] about Macros
Date | 2008-02-15 15:54 |
From | Luís Antunes Pena |
Subject | [Csnd] about Macros |
I'm not sure if there are many persons using Macros, but now that we have the CSD-File wouldn't make sense to have only one definition for the macro instead of separated orc and sco macros? - Luis
Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. |
Date | 2008-02-15 17:48 |
From | Jacob Joaquin |
Subject | [Csnd] Re: about Macros |
Universal macros certainly have my vote. Something like: # definecsd sinewave # 1 # However, there is a way to define macros in one place and have them be used by both the orchestra and score. I put all my macros in a separate file, and then use the include statement in both the orchestra and score. Saves me a lot of time. Here's an (untested) example: /* -------- foo.csmacro -------- */ # define sinewave # 1 # # define squaretone # 2 # /* --------- foo.csd -------- */ |
Date | 2008-02-23 10:23 |
From | "Chuckk Hubbard" |
Subject | [Csnd] Re: about Macros |
Attachments | None |