home *** CD-ROM | disk | FTP | other *** search
- SoundMeter = {
- ACTIONS = {
- stop:;
- run:;
- };
- OUTLETS = {
- sound;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ScrollingSound = {
- ACTIONS = {
- play:;
- record:;
- stop:;
- };
- SUPERCLASS = ScrollView;
- };
- SoundController = {
- ACTIONS = {
- didRecord:;
- willPlay:;
- open:;
- hadError:;
- didPlay:;
- save:;
- saveAs:;
- stop:;
- appDidBecomeActive:;
- record:;
- load:;
- orderFrontSoundEditorPanel:;
- windowDidMiniaturize:;
- insertSoundIntoRecord:;
- revertToSaved:;
- new:;
- appDidHide:;
- willRecord:;
- toggleSoundViewVisible:;
- windowDidBecomeMain:;
- play:;
- windowWillClose:;
- windowDidResignMain:;
- };
- OUTLETS = {
- meter;
- insertButton;
- stopButton;
- controlPanel;
- playButton;
- view;
- currentDocument;
- controlSuperview;
- pauseButton;
- editButton;
- window;
- scrollingSound;
- recordButton;
- };
- SUPERCLASS = Object;
- };
- SoundView = {
- ACTIONS = {
- didRecord:;
- willPlay:;
- resume:;
- pause:;
- hadError:;
- didPlay:;
- delete:;
- stop:;
- record:;
- copy:;
- selectAll:;
- paste:;
- willRecord:;
- play:;
- cut:;
- };
- OUTLETS = {
- delegate;
- reduction;
- sound;
- };
- SUPERCLASS = View;
- };
-