VocalEasel/Sources/VLMIDIDocument.h
2007-04-18 07:05:04 +00:00

17 lines
300 B
Objective-C

//
// VLMIDIDocument.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