ftp.nice.ch/pub/next/developer/objc/music/music-kit-class.s.tar.gz#/MusicKitClass/MidiEcho/EchoFilter.h

This is EchoFilter.h in view mode; [Download] [Up]

#import <musickit/musickit.h>

@interface EchoFilter : NoteFilter
  /* A simple note filter that does MIDI echo */
{    
    double delay;		    /* delay between echos, in seconds */
}
-init;
-setDelay:(double)delayArg;
-connectAcross:anInstOrNoteFilter;
-realizeNote:aNote fromNoteReceiver:aNoteReceiver;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.