Re: IMPORTING STORAGE IN SCRIPTING OR REMOTE CONTROL
Posted: Sat Mar 31, 2012 1:20 pm
From The MADRIX Script Help/Manual
.
.
void ImportStoragePlace(int storage, int place, string name)
.
Automatically loads a single MADRIX Storage Place. Valid values for storage are STORAGE_A, STORAGE_B. Valid values for place are 0 to 59 (Indexing starts with 0). Valid values for name are *.mef file names and the specific location on the harddisk; for example: "C :\Effect.mef".
.
.
void ImportStorage(int storage, string name)
.
Automatically loads a complete Storage Area. Valid values for storage are STORAGE_A, STORAGE_B. Valid values for name are *.mss file names and the specific location on the harddisk; for example: "C :\Storage.mss".
.
.
void ImportStoragePlace(int storage, int place, string name)
.
Automatically loads a single MADRIX Storage Place. Valid values for storage are STORAGE_A, STORAGE_B. Valid values for place are 0 to 59 (Indexing starts with 0). Valid values for name are *.mef file names and the specific location on the harddisk; for example: "C :\Effect.mef".
.
.
void ImportStorage(int storage, string name)
.
Automatically loads a complete Storage Area. Valid values for storage are STORAGE_A, STORAGE_B. Valid values for name are *.mss file names and the specific location on the harddisk; for example: "C :\Storage.mss".