[CSOUND-DEV:5608] CsoundLib Host Sample Code [beta]
Date | 2004-12-31 02:33 |
From | "Matt J. Ingalls" |
Subject | [CSOUND-DEV:5608] CsoundLib Host Sample Code [beta] |
here are 2 MacOSX Xcode projects that demonstrate accessing the CsoundLib.bundle i distribute on OSX http://sonomatics.com/CsoundHostBeta.sit one is a simple commandline tool and the other is a Cocoa-based [objective-c++] little app that lets you open a .csd and render it to an AIFF file. both projects use a c++ file i made as a helper class that wraps around all the API calls and does all the bundle finding and loading, etc calling this a 'beta' - hopefully some of you can take a look and give your suggestions -- also assume the code will change once i finally figure out csound5... thanks, matt |
Date | 2004-12-31 04:54 |
From | Anthony Kozar |
Subject | [CSOUND-DEV:5609] Re: CsoundLib Host Sample Code [beta] |
Sounds great! Unfortunately, I get a message saying that the stuffit archive is corrupted when I try to decompress it. Anthony On 12/30/04 9:33 PM, Matt J. Ingalls |
Date | 2004-12-31 10:00 |
From | "Matt J. Ingalls" |
Subject | [CSOUND-DEV:5610] Re: CsoundLib Host Sample Code [beta] |
probably a different version of stuffit. try this: http://sonomatics.com/CsoundHostBeta.dmg On Thu, 30 Dec 2004, Anthony Kozar wrote: > Sounds great! > > Unfortunately, I get a message saying that the stuffit archive is corrupted > when I try to decompress it. > > Anthony > > On 12/30/04 9:33 PM, Matt J. Ingalls |