MusicKit  0.0.0
_OrchloopbeginUG.h
00001 /* Copyright 1988-1992, NeXT Inc.  All rights reserved. */
00002 /*
00003   $Id$
00004   Defined In: The MusicKit
00005 */
00006 /*
00007 Modification history:
00008 
00009   $Log$
00010   Revision 1.2  1999/07/29 01:26:00  leigh
00011   Added Win32 compatibility, CVS logs, SBs changes
00012 
00013   4/23/90/daj - Flushed instance var and added arg to _pause: 
00014 */
00015 #ifndef __MK__OrchloopbeginUG_H___
00016 #define __MK__OrchloopbeginUG_H___
00017 
00018 #import "MKUnitGenerator.h"
00019 
00020 @interface _OrchloopbeginUG : MKUnitGenerator
00021 {
00022 
00023 }
00024 +_setXArgsAddr:(int)xArgsAddr y:(int)yArgsAddr l:(int)lArgsAddr 
00025  looper:(int)looperWord;
00026 -_unpause;
00027 -_pause:(int)looperWord;
00028 @end
00029 
00030 
00031 
00032 #endif