Cog/Preferences/General/MIDIPane.h
2013-10-15 07:49:53 -07:00

17 lines
240 B
Objective-C

//
// MIDIPane.h
// General
//
// Created by Christopher Snowhill on 10/15/13.
//
//
#import <Cocoa/Cocoa.h>
#import "GeneralPreferencePane.h"
@interface MIDIPane : GeneralPreferencePane {
}
- (IBAction)setSoundFont:(id)sender;
@end