home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / Looching2.0 / Bark.h next >
Encoding:
Text File  |  1990-01-30  |  183 b   |  14 lines

  1. @interface Bark : SynthPatch
  2. {
  3.     id LoochWave;
  4. }
  5.  
  6. + patchTemplateFor:aNote;
  7. - noteOnSelf:aNote;
  8. - noteUpdateSelf:aNote;
  9. - (double)noteOffSelf:aNote;
  10. - noteEndSelf;
  11. - initialize;
  12.  
  13. @end
  14.