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