18 lines
240 B
C
18 lines
240 B
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
|