TracksBoard.Save method |
|
Remarks
Saves the current session into the given output file. The saved session can be loaded at a later time through the TracksBoard.Load method.
For details about the use of the TracksBoard refer to the How to use the TracksBoard to visually compose songs tutorial.
For further details about methods of the TracksBoard refer to the TracksBoard class section.
Syntax
[Visual Basic] control.TracksBoard.Save ( strPathname as String ) as enumErrorCodes |
[C++] short control.TracksBoard.Save ( LPCTSTR strPathname ); |
Parameter |
Description |
|
|
strPathname |
Absolute pathname of the file where the session is saved |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred, check the LastError property value in order to get the error code |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful |