Cog/Preferences/General/MIDIPluginFlavorTransformer.h
Christopher Snowhill ebfcd03c5d - Change MIDI overrides to support 'default (auto)' mode
- Change MIDI flavor default to 'default (auto)'
- Fix MIDI preference page to correctly enable the flavor option only where applicable
- Fix SCVA player to reset existing instances reliably
2016-11-29 15:46:38 -08:00

13 lines
203 B
Objective-C

//
// PathToFileTransformer.h
// General
//
// Created by Christopher Snowhill on 11/29/16.
//
//
#import <Foundation/Foundation.h>
@interface MIDIPluginFlavorTransformer : NSValueTransformer
@end