VocalEasel/Sources/VLMIDIDocument.h

19 lines
319 B
C
Raw Normal View History

2006-11-12 11:37:36 +00:00
//
2007-04-27 06:41:34 +00:00
// File: VLMIDIDocument.h - Export document in MIDI format
2006-11-12 11:37:36 +00:00
//
2007-04-27 06:41:34 +00:00
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2006-2007 Matthias Neeracher
2006-11-12 11:37:36 +00:00
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (MIDI)
- (NSFileWrapper *)midiFileWrapperWithError:(NSError **)outError;
@end