home *** CD-ROM | disk | FTP | other *** search
- SoundEditor = {
- ACTIONS = {
- "changeInspector:" = "changeInspector:";
- "changeMaxDuration:" = "changeMaxDuration:";
- "changeSource:" = "changeSource:";
- "changeView:" = "changeView:";
- "edit:" = "edit:";
- "erase:" = "erase:";
- "ok:" = "ok:";
- "pause:" = "pause:";
- "play:" = "play:";
- "playCommand:" = "playCommand:";
- "record:" = "record:";
- "recordCommand:" = "recordCommand:";
- "revert:" = "revert:";
- "showInfo:" = "showInfo:";
- "showInspector:" = "showInspector:";
- "showPreferences:" = "showPreferences:";
- "stopCommand:" = "stopCommand:";
- };
- OUTLETS = {
- durationField = durationField;
- durationSlider = durationSlider;
- editButton = editButton;
- editor = editor;
- eraseButton = eraseButton;
- fileIcon = fileIcon;
- iChannels = iChannels;
- iFormat = iFormat;
- iInfo = iInfo;
- iName = iName;
- iOK = iOK;
- iRate = iRate;
- iRevert = iRevert;
- iSamples = iSamples;
- iSeconds = iSeconds;
- iSize = iSize;
- infoPanel = infoPanel;
- inspectorPanel = inspectorPanel;
- meter = meter;
- pauseButton = pauseButton;
- playButton = playButton;
- preferencePanel = preferencePanel;
- recordButton = recordButton;
- stopButton = stopButton;
- stringTable = stringTable;
- window = window;
- };
- SUPERCLASS = Application;
- };
- FirstResponder = {
- ACTIONS = {
- "erase:" = "erase:";
- "newFile:" = "newFile:";
- "openFile:" = "openFile:";
- "revertFile:" = "revertFile:";
- "saveFile:" = "saveFile:";
- "saveFileAs:" = "saveFileAs:";
- "showInfo:" = "showInfo:";
- "showPreferences:" = "showPreferences:";
- };
- SUPERCLASS = Object;
- };
- FileIcon = {OUTLETS = {controller = controller; }; SUPERCLASS = View; };
-