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