MusicKit
0.0.0
|
MKNoteFilter is an abstract class that combines the functionality it inherits from MKInstrument with the protocol defined in the MKPerformer class. More...
#include <MKNoteFilter.h>
MKNoteFilter is an abstract class that combines the functionality it inherits from MKInstrument with the protocol defined in the MKPerformer class.
MKNoteFilter is an abstract class that combines the functionality it inherits from MKInstrument with the protocol defined in the MKPerformer class.
MKNoteFilter objects can both receive and send MKNotes; they're interposed between MKPerformers and MKInstruments to create a MKNote processing pipeline. The subclass responsibility realizeNote:fromNoteReceiver: is passed on to MKNoteFilter subclasses. Keep in mind that notes must be copied on write or store.