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 MIDIMan class section and the How to deal with MIDI protocol tutorial.
Syntax
[Visual Basic] Public Function SoundFontDefaultGet ( ) as String |
[C#] public string SoundFontDefaultGet ( ); |
[C++] public: string 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 |