home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscSoundPalette / English.lproj / MiscSoundPalette.nib / data.classes next >
Encoding:
Text File  |  1995-03-24  |  1.5 KB  |  103 lines

  1. MiscSoundTracker = {
  2.     ACTIONS = {
  3.     sendRight:;
  4.     sendPercent:;
  5.     sendDeemphasis:;
  6.     stop:;
  7.     sendMonoPeak:;
  8.     sendMono:;
  9.     setMuteTo:;
  10.     run:;
  11.     sendRightPeak:;
  12.     sendMute:;
  13.     sendLeft:;
  14.     setVolumeTo:;
  15.     sendSamples:;
  16.     sendSeconds:;
  17.     sendRatio:;
  18.     sendLeftPeak:;
  19.     setDeemphasisTo:;
  20.     };
  21.     OUTLETS = {
  22.     sound;
  23.     target;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. MiscVolumeLight = {
  28.     ACTIONS = {
  29.     };
  30.     OUTLETS = {
  31.     };
  32.     SUPERCLASS = MiscVolumeMeter;
  33. };
  34. MiscTapper = {
  35.     ACTIONS = {
  36.     stop:;
  37.     run:;
  38.     };
  39.     OUTLETS = {
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43. FirstResponder = {
  44.     ACTIONS = {
  45.     };
  46.     SUPERCLASS = Object;
  47. };
  48. MiscSoundView = {
  49.     ACTIONS = {
  50.     zoomInOneReduction:;
  51.     zoomAllOut:;
  52.     zoomAllIn:;
  53.     toggleScrollToReflectPlaying:;
  54.     toggleYAxisDisplayed:;
  55.     toggleZeroLineDisplayed:;
  56.     takeIntValueFrom:;
  57.     toggleXAxisDisplayed:;
  58.     selectAll:;
  59.     toggleLabelsDisplayed:;
  60.     scrollToSelection:;
  61.     zoomToSelection:;
  62.     zoomOutOneReduction:;
  63.     getZoomValueFrom:;
  64.     };
  65.     OUTLETS = {
  66.     };
  67.     SUPERCLASS = SoundView;
  68. };
  69. MiscVolumeMeter = {
  70.     ACTIONS = {
  71.     windowWillClose:;
  72.     meterDidUpdate:;
  73.     setStereo:;
  74.     stop:;
  75.     setToInput:;
  76.     setToOutput:;
  77.     windowDidMiniaturize:;
  78.     run:;
  79.     meterWillUpdateOnOwn:;
  80.     meterWillUpdate:;
  81.     setMono:;
  82.     windowDidBecomeMain:;
  83.     windowDidDeminiaturize:;
  84.     windowDidBecomeKey:;
  85.     };
  86.     OUTLETS = {
  87.     delegate;
  88.     sound;
  89.     };
  90.     SUPERCLASS = View;
  91. };
  92. MiscSoundPalette = {
  93.     ACTIONS = {
  94.     };
  95.     OUTLETS = {
  96.     tapper;
  97.     tracker;
  98.     tapperButton;
  99.     trackerButton;
  100.     };
  101.     SUPERCLASS = IBPalette;
  102. };
  103.