- MIDI player now supports installed Audio Unit plug-ins, and defaults to the DLS MIDI synthesizer
13 lines
209 B
Objective-C
13 lines
209 B
Objective-C
//
|
|
// ResamplerBehaviorArrayController.h
|
|
// General
|
|
//
|
|
// Created by Christopher Snowhill on 03/26/14.
|
|
//
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MIDIPluginBehaviorArrayController : NSArrayController
|
|
|
|
@end
|