Hello, If I try this in a c++ file, and I add to xcode the coreaudio framework, my code runs into problems with:
for(j=0;jmNumberBuffers; and bufferList->mBuffers[j].mNumberChannels
… but the program, when executed, goes into ‘dbg’ mode but it doesn’t tell what is wrong with “for(j=0;jmNumberBuffers;++j)”
What #include statements am I missing? Here is what I have.
#include #include #include
Submitted by Salvador Aguinaga (not verified) on 2009.10.06 @ 06:24. | Re:
[code]
[blockcode]
[applescript]
[bash]
[c]
[cpp]
[css]
[diff]
[drupal5]
[drupal6]
[html4]
[java]
[javascript]
[latex]
[lisp]
[lua]
[m68k]
[make]
[mysql]
[objc]
[pascal]
[perl]
[php]
[python]
[ruby]
[sql]
[xml]
More information about formatting options
Hello, If I try this in a c++ file, and I add to xcode the coreaudio framework, my code runs into problems with:
… but the program, when executed, goes into ‘dbg’ mode but it doesn’t tell what is wrong with “for(j=0;jmNumberBuffers;++j)”
What #include statements am I missing? Here is what I have.
Submitted by Salvador Aguinaga (not verified) on 2009.10.06 @ 06:24. | Re: