MIDI.SoundFontDefaultGet method |
|
Remarks
Obtains the system default MIDI SoundFont. The default SoundFont can be modified through the MIDI.SoundFontDefaultSet method.
For further details about the use of MIDI protocol see the MIDI object section and the How to deal with MIDI protocol tutorial.
Syntax
[Visual Basic] control.MIDI.SoundFontDefaultGet ( ) as BSTR |
[C++] BSTR control.MIDI.SoundFontDefaultGet ( ); |
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
String containing the absolute pathname of the system default MIDI SoundFont |