GPMID_GetSubtitle function

Print

Retrieves the subtitle of the piece corresponding to the tablature which is currently loaded.

Syntax

Print

  1. GPMID_ENTRY const char* GPMID_GetSubtitle();

Parameters

This function does not accept parameters.

Return value

The subtitle of the piece.

Remarks

Before using this function, GPMID must have been initialized with GPMID_Init and a tablature must have been successfully loaded with GPMID_Load.

If the subtitle of the piece is not set, the function returns an empty string.