00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00064 #ifndef __MK_DelayqpUG_H___
00065 #define __MK_DelayqpUG_H___
00066
00067 #import <MusicKit/MKUnitGenerator.h>
00068
00069 @interface DelayqpUG : MKUnitGenerator
00070 {
00071 int memAddr;
00072 int len;
00073 }
00074
00080 + (BOOL) shouldOptimize: (unsigned) arg;
00081
00087 - setInput: (id) aPatchPoint;
00088
00094 -setOutput: (id) aPatchPoint;
00095
00104 - setDelayAddress: (DSPDatum) address length: (DSPDatum) length;
00105
00111 - adjustLength: (int) newDelayLength;
00112
00119 - setPointer: (int) offset;
00120
00126 - resetPointer;
00127
00132 - (int) length;
00133
00134 - runSelf;
00135
00147 - idleSelf;
00148
00149
00150 @end
00151
00152 #endif