GPMID_GetAlbum function

Print

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

Syntax

Print

  1. GPMID_ENTRY const char* GPMID_GetAlbum();

Parameters

This function does not accept parameters.

Return value

The album 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 album of the piece is not set, the function returns an empty string.