admsyn / ofxAudioUnit

An openFrameworks addon which makes it easy to work with Audio Units on OSX and iOS
MIT License
120 stars 24 forks source link

added class to get au parameters and example * ) #3

Closed ruxrux closed 11 years ago

ruxrux commented 11 years ago

method to get non-Apple AU's list of parameters and properties

admsyn commented 11 years ago

Thanks for also making an example @ruxrux :)

I have some code kicking around somewhere that'll register an external audio unit by just pointing at its .component bundle (so you don't have to install it in /Library/Audio/etc, you can just include it in the app's data/ folder). I think that functionality ties in nicely with the example you've posted, so I'm going to try and dig it up and add it to ofxAudioUnit as well (and to the example).

The layout differs a bit from how the addon typically presents things. I think it'd be more idiomatic to have a "getParameterList" member function on the base ofxAudioUnit so it's just myUnit.getParameterList() or something similar. I'm open to opinions if you think it's better this way, though :)

admsyn commented 11 years ago

Just to clarify, I'm not asking you to go do more work :) I'm happy to take it from here, but just saying I'll take your opinion into account if you're opposed to what I'm going to do.

ruxrux commented 11 years ago

hey Adam

I have some code kicking around somewhere that'll register an external audio unit by just pointing at its .component bundle (so you don't have to install it in /Library/Audio/etc, you can just include it in the app's data/ folder). I think that functionality ties in nicely with the example you've posted, so I'm going to try and dig it up and add it to ofxAudioUnit as well (and to the example).

_uu_ow!That's sick!!! and super useful!! regarding the layout feel free to change whatever u need from my code, i'm really happy to have contributed to this amazing addon! or just let me know how to procceed and I'll jump on it too!


http://www.rux-werx-here.net + http://www.vimeo.com/rux + twitter: @rux_twitts_here

On Sat, Apr 6, 2013 at 9:28 AM, Adam Carlucci notifications@github.comwrote:

Just to clarify, I'm not asking you to go do more work :) I'm happy to take it from here, but just saying I'll take your opinion into account if you're opposed to what I'm going to do.

— Reply to this email directly or view it on GitHubhttps://github.com/admsyn/ofxAudioUnit/pull/3#issuecomment-15996237 .

admsyn commented 11 years ago

Hey @ruxrux, sorry for being so sluggish with this :/ I want to make some modifications before pulling this into master, but it looks like I can't change the target branch of this pull request. Can you re-submit this pull req to the params branch I just created?