#ifndef __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__ #define __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__ #import #import "AudioGroupFilePresenter.hpp" @class AmuseAudioUnit; @interface GroupBrowserDelegate : NSObject { AmuseAudioUnit* m_audioUnit; } - (id)initWithAudioUnit:(AmuseAudioUnit*)au; @end @interface AudioUnitViewController : AUViewController { @public AmuseAudioUnit* m_audioUnit; IBOutlet NSBrowser* m_groupBrowser; GroupBrowserDelegate* m_groupBrowserDelegate; } @end #endif // __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__