#include <aeffectx.h>
Public Attributes | |
| VstInt32 | command |
| VstInt32 | type |
| VstInt32 | macCreator |
| optional: 0 = no creator | |
| VstInt32 | nbFileTypes |
| number of fileTypes | |
| VstFileType * | fileTypes |
| list of fileTypes | |
| char | title [1024] |
| text to display in file selector's title | |
| char * | initialPath |
| initial path | |
| char * | returnPath |
| use with kVstFileLoad and kVstDirectorySelect. null: Host allocates memory, plug-in must call closeOpenFileSelector! | |
| VstInt32 | sizeReturnPath |
| size of allocated memory for return paths | |
| char ** | returnMultiplePaths |
| use with kVstMultipleFilesLoad. Host allocates memory, plug-in must call closeOpenFileSelector! | |
| VstInt32 | nbReturnPath |
| number of selected paths | |
| VstIntPtr | reserved |
| reserved for Host application | |
| char | future [116] |
| reserved for future use | |
| char VstFileSelect::future[116] |
reserved for future use
initial path
optional: 0 = no creator
number of fileTypes
number of selected paths
reserved for Host application
use with kVstMultipleFilesLoad. Host allocates memory, plug-in must call closeOpenFileSelector!
use with kVstFileLoad and kVstDirectorySelect. null: Host allocates memory, plug-in must call closeOpenFileSelector!
size of allocated memory for return paths
| char VstFileSelect::title[1024] |
text to display in file selector's title