- 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
13 lines
203 B
Objective-C
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
|