[Csnd-dev] API question
Date | 2016-02-07 14:59 |
From | jpff |
Subject | [Csnd-dev] API question |
How does one give options to Csound in the C++ API? The code calls csound->CompileCsd and I am seeing the message Skipping |
Date | 2016-02-07 15:06 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] API question |
You can use Csound::Compile(int argc, char** argv) > On 7 Feb 2016, at 14:59, jpff |