--- aeffectx.h.orig 2005-10-16 17:30:00.000000000 +0200 +++ aeffectx.h 2005-10-17 15:27:11.000000000 +0200 @@ -913,6 +913,9 @@ //---Used by audioMasterOpenFileSelector----------- +/* +// commented out for xfst +// struct VstFileType { VstFileType (char* _name, char *_macType, char *_dosType, char *_unixType = 0, char *_mimeType1 = 0, char *_mimeType2 = 0) @@ -938,6 +941,9 @@ char mimeType2[128]; }; +*/ + + struct VstFileSelect { long command; // see enum kVstFileLoad.... @@ -946,8 +952,12 @@ long macCreator; // optional: 0 = no creator long nbFileTypes; // nb of fileTypes to used - VstFileType *fileTypes; // list of fileTypes - + + + // commented out for xfst + //struct struct VstFileType *fileTypes; // list of fileTypes + + char title[1024]; // text display in the file selector's title char *initialPath; // initial path