VocalEasel/Sources/VLMIDIDocument.h
2006-11-12 11:37:36 +00:00

17 lines
299 B
Objective-C

//
// VLMMADocument.h
// Vocalese
//
// Created by Matthias Neeracher on 10/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (MIDI)
- (NSFileWrapper *)midiFileWrapperWithError:(NSError **)outError;
@end