|
|
Audiounits, the beginning of the end! |
|
|
|
Sat 24 Aug 2002, 11:59
|
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
|
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...
|
|
|
|
|
Thu 26 Sep 2002, 03:06
|
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:15
|
Newbie
Group: Members
Posts: 16
Joined: 15-Aug 02
From: North Hollywood - US
Member No.: 6,898
|
SampleCodeCore Audio SwikiThese are the sites I meant to post... Sorry
|
|
|
|
|
Tue 1 Oct 2002, 04:00
|
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
|
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.
|
|
|
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
|
|