MusicKit  0.0.0
In1qpUG.h
00001 /*
00002   $Id$
00003   
00004   Defined In: The MusicKit
00005   Description:
00006     This is a prototype of the class interface you will write.
00007     Generated by dspwrap. 
00008 
00009   Original Author: David A. Jaffe
00010 
00011   Copyright (c) 1988-1992, NeXT Computer, Inc.
00012   Portions Copyright (c) 1994 NeXT Computer, Inc. and reproduced under license from NeXT
00013   Portions Copyright (c) 1994 Stanford University.
00014   Portions Copyright (c) 1999-2001, The MusicKit Project.
00015 */
00016 // classgroup Sound Inputs and Outputs
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 /* 'A','B','C' or 'D'. Default is 'A'. */
00084 
00085 
00095 - setOutput:(id)aPatchPoint;
00096 /* output location */
00097 
00098 - init;
00099 
00111 - idleSelf;
00112 
00121 - runSelf;
00122 
00123 @end
00124 
00125 #endif