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

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

#import <musickit/musickit.h>
#import <objc/hashtable.h>

@interface EchoFilter : NoteFilter
  /* A simple note filter that does MIDI echo */
{    
    double delay;		    /* delay between echos, in seconds */
    NXHashTable *h;
}
-init;
-setDelay:(double)delayArg;
-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.