00001 /* 00002 $Id: EnvelopePrivate.h 3328 2006-02-05 17:57:11Z leighsmith $ 00003 Defined In: The MusicKit 00004 00005 Description: 00006 This is the private header for the MusicKit Envelope functions which are not exported as part of the library. 00007 00008 Original Author: David Jaffe 00009 00010 Copyright (c) 1988-1992, NeXT Computer, Inc. 00011 Portions Copyright (c) 1999-2006 The MusicKit Project. 00012 */ 00013 /* 00014 Modification history prior to CVS import: 00015 00016 daj/04/23/90 - Created from _musickit.h 00017 */ 00018 #ifndef __MK__Envelope_H___ 00019 #define __MK__Envelope_H___ 00020 00021 #import "MKEnvelope.h" 00022 00023 /* MKEnvelope functions. */ 00024 extern MKEnvStatus _MKGetEnvelopeNth(MKEnvelope *self, int n, double *xPtr, double *yPtr, double *smoothingPtr); 00025 00026 #endif