home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / SoundAndMusic / SoundKit / SoundEditor / English.lproj / SoundEditor.nib / data.classes next >
Encoding:
Text File  |  1992-06-25  |  842 b   |  67 lines

  1. SoundMeter = {
  2.     ACTIONS = {
  3.     run:;
  4.     stop:;
  5.     };
  6.     OUTLETS = {
  7.     sound;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. SaveToController = {
  12.     ACTIONS = {
  13.     setNewFmt:;
  14.     setNewFs:;
  15.     revert:;
  16.     setNewChn:;
  17.     };
  18.     OUTLETS = {
  19.     newFmtMtx;
  20.     newFsMtx;
  21.     newChnMtx;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. SoundController = {
  31.     ACTIONS = {
  32.     willPlay:;
  33.     open:;
  34.     pause:;
  35.     didPlay:;
  36.     hadError:;
  37.     saveTo:;
  38.     save:;
  39.     saveAs:;
  40.     stop:;
  41.     appDidBecomeActive:;
  42.     record:;
  43.     newSoundDoc:;
  44.     soundDidChange:;
  45.     revertToSaved:;
  46.     appDidHide:;
  47.     willRecord:;
  48.     info:;
  49.     play:;
  50.     didRecord:;
  51.     };
  52.     OUTLETS = {
  53.     meter;
  54.     stringTable;
  55.     pauseButton;
  56.     controlPanel;
  57.     currentDocument;
  58.     playButton;
  59.     saveToController;
  60.     infoPanel;
  61.     saveToAccessoryView;
  62.     recordButton;
  63.     stopButton;
  64.     };
  65.     SUPERCLASS = Object;
  66. };
  67.