00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00040 #ifndef __MK_In1qpUG_H___
00041 #define __MK_In1qpUG_H___
00042
00043
00044 #import <MusicKit/MKUnitGenerator.h>
00045
00046 @interface In1qpUG : MKUnitGenerator
00047 {
00048 int qpSatellite;
00049 BOOL _set;
00050 }
00051
00052
00061 - setChannel: (int) aChan;
00062
00070 - setScale: (double) value;
00071
00072
00082 - setSatellite:(char)sat;
00083
00084
00085
00095 - setOutput:(id)aPatchPoint;
00096
00097
00098 - init;
00099
00111 - idleSelf;
00112
00121 - runSelf;
00122
00123 @end
00124
00125 #endif