Audiounits, the beginning of the end! |
Sat 24 Aug 2002, 11:59
Post
#11
|
|
Advanced Member Group: Members Posts: 351 Joined: 12-Aug 02 From: London - UK Member No.: 6,795 |
QUOTE (damann @ Jul 23 2002, 03:44) adc is definitely not free! the basic "x" kit is only $20, but all other sdk's are $700-$1200. codewarrior does support cocao, and it is of course a "c" derivation. $700 for codewarrior and a further $700 for apples' cocoa sdk will buy you into audio unit developement. only dragans' knowledge to accumulate and we're winning... m£r!e! No AudioUnits development is free. Apple developer tools are provided with the OS (10.2) and was always available both for download (free) and even installed as a disk image on QuickSilver towers. With that, you have ProjectBuilder, and you can write whatever component in whatever language you want. That include Kernel extensions, drivers, audiounits (samples are available) cocoa & carbon applications, and command line tools of course. So, get going -------------------- |
|
|
Sun 25 Aug 2002, 04:47
Post
#12
|
|
Advanced Member Group: Members Posts: 393 Joined: 11-Jun 02 From: London - UK Member No.: 5,044 |
thanks BusError.
i will be publishing a list of online resources for dsp coding soon. i am a member of adc. any rookies interested here should check out codewarrioru.com, dspguru.com, richard dobsons' home page, numerical recipes... as i said, a list coming soon! -------------------- one for all and all for one...
|
|
|
Sun 25 Aug 2002, 05:16
Post
#13
|
|
Advanced Member Group: Members Posts: 393 Joined: 11-Jun 02 From: London - UK Member No.: 5,044 |
oh yeah, i should have mentioned that the sdk comes with 10.2 when you buy it...
-------------------- one for all and all for one...
|
|
|
Thu 26 Sep 2002, 03:06
Post
#14
|
|
Newbie Group: Members Posts: 16 Joined: 15-Aug 02 From: North Hollywood - US Member No.: 6,898 |
Since the Core Audio Framework is written in Objective-C, and uses NS Objects and classes, can one write an app in C++ that takes full advantage of Core Audio and Audio Units?
or Does one have to write a program in Objective-C? Apple seems to be pushing developers in the Obj-C direction... |
|
|
Thu 26 Sep 2002, 03:11
Post
#15
|
|
Newbie Group: Members Posts: 16 Joined: 15-Aug 02 From: North Hollywood - US Member No.: 6,898 |
Apple Audio
Harmony-Central's Programming Section These sites have tons of useful info and sample code & algorithms for audio.... Hope this helps |
|
|
Thu 26 Sep 2002, 03:15
Post
#16
|
|
Newbie Group: Members Posts: 16 Joined: 15-Aug 02 From: North Hollywood - US Member No.: 6,898 |
|
|
|
Thu 26 Sep 2002, 03:47
Post
#17
|
|
Advanced Member Group: Members Posts: 393 Joined: 11-Jun 02 From: London - UK Member No.: 5,044 |
thanks shahasad,
if you're writing something from the ground up, it's best to use objective c++. existing code can of course be re-compiled , there's lots of literature around, it's all pretty standard stuff, c++ really... "you'll just feel a small prick" seems to be the relevant quote. i WILL post that list soon, thanks for reminding me! -------------------- one for all and all for one...
|
|
|
Mon 30 Sep 2002, 18:26
Post
#18
|
|
Member Group: Active Members Posts: 92 Joined: 30-Sep 02 From: New York - US Member No.: 8,113 |
Hang on a second!! Are Audio Units Cocoa ONLY? That could be a major roadblock to developers porting OS 9-based VSTs. Carbon would make development faster. That makes me even more confused about the AU kit Emagic is touting to make switching easier.
|
|
|
Tue 1 Oct 2002, 04:00
Post
#19
|
|
Group: Posts: 0 Joined: -- Member No.: 0 |
QUOTE (peterkirn @ Sep 30 2002, 17:26) Hang on a second!! Are Audio Units Cocoa ONLY? That could be a major roadblock to developers porting OS 9-based VSTs. Carbon would make development faster. That makes me even more confused about the AU kit Emagic is touting to make switching easier. No I believe you can use Java and Carbon to create Audio Units. Conventional Wisdom backs this up because Emagic is claiming to offer a simply library tool to port Carbon VST's to Audio Unit which undoubtedly means Audio Units can and will be based on Carbon for the forseeable future. |
|
|
Tue 1 Oct 2002, 22:46
Post
#20
|
|
Newbie Group: Members Posts: 16 Joined: 15-Aug 02 From: North Hollywood - US Member No.: 6,898 |
The only drawback to using the Carbon Library to port apps is that it is not as optimized for OS X. It was initally intended as a quick fix for developers to use in the meantime until they get their apps ported to Cocoa. The foundation frameworks and NS object classes (As weel as core audio and other Cocoa frameworks) operate at the lowest level of the OS. Carbon does not. Carbon apps can import classes from these, but it is not the same as writing a stright cocoa app.
As for Java, I would never use a Java-based recording app as java is not written for any particular hardware platform and does not contain any low-level memory managent and would be deathly slow. Internet Explorer is a carbon app. Take that how you will. |
|
|
4 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
0 Members: