home *** CD-ROM | disk | FTP | other *** search
- MySubclass = {
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SoundController = {
- ACTIONS = {
- didRecord:;
- willPlay:;
- open:;
- pause:;
- hadError:;
- didPlay:;
- save:;
- saveAs:;
- stop:;
- appDidBecomeActive:;
- record:;
- newSoundDoc:;
- revertToSaved:;
- appDidHide:;
- willRecord:;
- info:;
- play:;
- };
- OUTLETS = {
- meter;
- myStringTable;
- pauseButton;
- controlPanel;
- currentDocument;
- playButton;
- infoPanel;
- recordButton;
- stopButton;
- };
- SUPERCLASS = Object;
- };
-