home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / EditSound2.5 / EditSound.app / English.lproj / EditSound.nib / data.classes next >
Encoding:
Text File  |  1995-10-10  |  1.7 KB  |  128 lines

  1. ReverseSound = {
  2.     ACTIONS = {
  3.     reverseCurrentSound:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. EnvelopeView = {
  10.     ACTIONS = {
  11.     sendAction:;
  12.     };
  13.     OUTLETS = {
  14.     toPointYText;
  15.     toPointText;
  16.     delegate;
  17.     toPointsText;
  18.     toPointXText;
  19.     };
  20.     SUPERCLASS = Control;
  21. };
  22. SoundController = {
  23.     ACTIONS = {
  24.     newDocument:;
  25.     open:;
  26.     };
  27.     OUTLETS = {
  28.     editCell;
  29.     saveCell;
  30.     eraseCell;
  31.     addPanel;
  32.     addForm;
  33.     miniaturizeCell;
  34.     deleteCell;
  35.     copyCell;
  36.     cutCell;
  37.     revertToSavedCell;
  38.     addSilenceCell;
  39.     closeCell;
  40.     saveAsCell;
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44. FirstResponder = {
  45.     ACTIONS = {
  46.     revert:;
  47.     reverse:;
  48.     sizeToSelection:;
  49.     echo:;
  50.     showEchoPanel:;
  51.     save:;
  52.     erase:;
  53.     load:;
  54.     showEnvelopePanel:;
  55.     saveAs:;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59. EdsndApp = {
  60.     ACTIONS = {
  61.     open:;
  62.     newDocument:;
  63.     menuUpdate:;
  64.     hide:;
  65.     showSpectrum:;
  66.     stopwatchWillStart:;
  67.     showFFT:;
  68.     appDidInit:;
  69.     createEcho:;
  70.     showEnvelopePanel:;
  71.     createEnvelope:;
  72.     stopwatch:;
  73.     showEchoPanel:;
  74.     terminate:;
  75.     stopwatchDidStop:;
  76.     };
  77.     OUTLETS = {
  78.     FFTObj;
  79.     EnvObj;
  80.     toEnvelopePanel;
  81.     toEchoPanel;
  82.     watch;
  83.     watchPanel;
  84.     };
  85.     SUPERCLASS = Application;
  86. };
  87. ROModTracker = {
  88.     ACTIONS = {
  89.     next:;
  90.     takeStereoFrom:;
  91.     setFromOpenPanel:;
  92.     takeSRateFromTag:;
  93.     toggleEcho:;
  94.     previous:;
  95.     takeEchoBufferSizeFrom:;
  96.     stop:;
  97.     takePlayModeFrom:;
  98.     takeOversamplingFromTag:;
  99.     takeOversamplingFrom:;
  100.     start:;
  101.     addFromOpenPanel:;
  102.     takeSamplingRateFrom:;
  103.     takeBuffersFrom:;
  104.     takeMixFrom:;
  105.     playFromOpenPanel:;
  106.     pause:;
  107.     };
  108.     OUTLETS = {
  109.     toProgress;
  110.     };
  111.     SUPERCLASS = Object;
  112. };
  113. FFT = {
  114.     SUPERCLASS = Object;
  115. };
  116. FFTView = {
  117.     ACTIONS = {
  118.     advanceFrame:;
  119.     };
  120.     OUTLETS = {
  121.     delegate;
  122.     };
  123.     SUPERCLASS = View;
  124. };
  125. UpPanel = {
  126.     SUPERCLASS = Panel;
  127. };
  128.