A header to prepend to all SFZ files.
BASS_SetConfigPtr( BASS_CONFIG_MIDI_SFZHEAD, char *header );
header | The header... NULL = no header. |
A copy is made of the provided string, so it does not need to persist beyond the BASS_SetConfigPtr call. Changes take effect from the next BASS_MIDI_FontInit or BASS_MIDI_FontInitUser call. Already loaded SFZ files are unaffected.