ftp.nice.ch/pub/next/audio/editor/SynthBuilder.s.tar.gz#/SynthBuilder/NoteOnHandler.h

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

/**************************************************
 * SynthBuilder
 * Copyright 1993 Nick Porcaro All Rights Reserved
 **************************************************/

/*
 * NoteOnHandler.h
 *
 * Whenever the user instantiates a clavier or midi connection (and
 * maybe some kind of testNote button) a NoteOnHandler will be connected
 * to it.  The NoteOn handler will then broadcast a "run" message
 * to all the unit generators in the patch thru its realizeNote:fromNoteReceiver
 */

@interface NoteOnHandler:NoteFilter
{
  id theSP;                       // The FakeSynthPatch
}

- init;
- initConnection:aSP;
- realizeNote:aNote fromNoteReceiver:nr;
@end

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