home *** CD-ROM | disk | FTP | other *** search
- "SoundEditor" = {
- ACTIONS = {
- "edit:" = id;
- "erase:" = id;
- "ok:" = id;
- "pause:" = id;
- "play:" = id;
- "playCommand:" = id;
- "record:" = id;
- "recordCommand:" = id;
- "revert:" = id;
- "stopCommand:" = id;
- };
- OUTLETS = {
- editButton = id;
- editor = id;
- eraseButton = id;
- fileIcon = id;
- iChannels = id;
- iFormat = id;
- iInfo = id;
- iName = id;
- iOK = id;
- iRate = id;
- iRevert = id;
- iSamples = id;
- iSeconds = id;
- iSize = id;
- infoPanel = id;
- inspectorPanel = id;
- meter = id;
- pauseButton = id;
- playButton = id;
- recordButton = id;
- stopButton = id;
- window = id;
- };
- SUPERCLASS = NSApplication;
- };
- "FileIcon" = {ACTIONS = {}; OUTLETS = {controller = id; }; SUPERCLASS = NSView; };
- "FirstResponder" = {
- ACTIONS = {
- "erase:" = id;
- "newFile:" = id;
- "openFile:" = id;
- "revertFile:" = id;
- "saveFile:" = id;
- "saveFileAs:" = id;
- "showInfo:" = id;
- "showPreferences:" = id;
- };
- CATEGORY = LocalActions;
- OUTLETS = {};
- };
-