•QTMusic Sample Sequencer/SequencerTest Filing.h

/*
 * file: SequencerTest Filing.h
 *
 * started 12 January 1992 16:45
 * david van brink
 *
 */
 
/*--------------------------
    Inclusions
--------------------------*/
 
 #include <Files.h>
 
/*--------------------------
    Constants
--------------------------*/
 
#define kCreatorFileType 'STDo'
#define kDocumentFileType 'Stdo'
#define kDocumentResType 'Stdo'
 
/*--------------------------
    Prototypes
--------------------------*/
 
void OpenDoc(short n,short item, short ref);
short SaveDoc(short n,short item, short ref);
short SaveAsDoc(short n,short item, short ref);
 
void OpenDocSpec(FSSpec *fSpec);