Adam Carlucci

Results 21 comments of Adam Carlucci

Hey @bakercp, yeah ofxOsc is a bit of a confounding case for OFPlugin's header path logic. I haven't really had the heart to change the logic to "add all paths...

Maybe the xcode projects need to be updated, looks like it's building with an older c++ than c++11

I didn't, unfortunately. It's been a long time since I tried but I remember it not working if you simply set the sample rate you want when creating the input.

Ah I guess the wording is a bit confusing. I think the reason I added that was to sync playback across multiple file players. It's been awhile since I've looked...

Hey @dferrandizmont , are you talking about the ofxAudioUnitFilePlayer? (EDIT: changed the title)

For reverb, you'd just put a reverb audio unit after your file player. You can check out the params example to see how to find / change parameters on the...

Yepp, except the params for the reverb2 unit all start with "kReverb2Param_", so if you type that you'll see the list in your autocomplete.

It's probably expecting a number between 0 and 1 (where 1 is 100%)

Is `AudioUnitSetParameter` returning an error? Also, can you move this over to the forum or start a new issue for reverb on ios? This is getting a little off topic...