Cog/Preferences/General/MIDIPluginBehaviorArrayController.h
Chris Moeller 039788226d - MIDI player now loops non-looping files internally if Repeat One is enabled
- MIDI player now supports installed Audio Unit plug-ins, and defaults to the DLS MIDI synthesizer
2016-01-20 21:11:05 -08:00

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