[Csnd-dev] setting macros through API?
| Date | 2015-10-23 21:35 |
| From | Rory Walsh |
| Subject | [Csnd-dev] setting macros through API? |
I would like to pass some string macros to Csound on startup but it won't work right when I'm sending strings. I would like to send messages like I can send the strings on channels and retrieve them. I can also use strset but this also invovle retrieving the value. I would love to be able to do this:colour("red"), size(100, 100), text("Hello") |