Re: [Cs-dev] Csound OSX Examples Knackser-Problem
| Date | 2014-10-28 16:06 |
| From | Steven Yi |
| Subject | Re: [Cs-dev] Csound OSX Examples Knackser-Problem |
| Attachments | None None |
| Hi Oliver, I was actually confused by this. Technically, you shouldn't need to call runCsound: yourself, but rather should just call play: - (void)play:(NSString *)csdFilePath { mCsData.shouldRecord = false; [self performSelectorInBackground:@selector(runCsound:) withObject:csdFilePath];
} With the latest in the develop branch, the code is setting -b256 now. With that, and not setting anything for -B, audio is running fine with the examples given (at least, the ones I tested). On Tue Oct 28 2014 at 11:49:15 AM Oliver Brodwolf <oliver@helix64.com> wrote:
Your statements confuse me a little bit. |