Fonction GPMID_GetAuthor

Print

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

Syntax

GPMID_ENTRY const char* GPMID_GetAuthor();

Parameters

This function does not accept parameters.

Return value

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