You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am going to create new Wadaiko (Japanese drum) app on iPhone 5.
I have problem that when "[OpenALManager sharedInstance].currentContext.listener.reverbOn" is YES,
"[source setPosition:alpoint(float, float, float)]" cannot work.
I confirmed that when "[OpenALManager sharedInstance].currentContext.listener.reverbOn" is NO,
"[source setPosition:alpoint(float, float, float)]" can work.
I think "Reverb" object have some problems, but I cannot
find the point of these on all souces.
If you have method to solve these problem, please let me know.
The text was updated successfully, but these errors were encountered:
Hello everybody.
I am going to create new Wadaiko (Japanese drum) app on iPhone 5.
I have problem that when "[OpenALManager sharedInstance].currentContext.listener.reverbOn" is YES,
"[source setPosition:alpoint(float, float, float)]" cannot work.
I confirmed that when "[OpenALManager sharedInstance].currentContext.listener.reverbOn" is NO,
"[source setPosition:alpoint(float, float, float)]" can work.
I think "Reverb" object have some problems, but I cannot
find the point of these on all souces.
If you have method to solve these problem, please let me know.
The text was updated successfully, but these errors were encountered: