ios - AUNode CAShow Output -


i have 2 different ios projects create augraph has 1 multichannel mixer , 1 remote io audio units.

in 1 project, when print output of augraph using cashow() following:

node 1: 'auou' 'rioc' 'appl', instance 0x7e2c910 o node 2: 'aumx' 'mcmx' 'appl', instance 0x7e33c00 o 

however in other project this:

node 1: 'auou' 'rioc' 'appl', instance 0x7a5a750 o   node 2: 'aumx' 'mcmx' 'appl', instance 0x7a5e710 o   

as can see, 1st project has both "o" , "i" whereas second has "o".

two questions:

  1. what letters refer to? can't find documentation of them.
  2. any ideas might account "i" not showing in 2nd project? best can tell i'm creating augraph same in both projects.

at first thought indicated whether input enabled on remote io unit, i'm enabling in both projects doesn't explain it.

thanks in advance,
n

difficult tell without seeing code in play, believe referring "opened" , "initialized".


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -