GPMID_GetNoticeLine function

Print

Retrieves a notice line in the tablature which is currently loaded.

Syntax

Print

  1. GPMID_ENTRY const char* GPMID_GetNoticeLine(
  2. unsigned int aLineIdx
  3. );

Parameters

  1. aLineIdx

    The zero-based index of the notice line to retrieve.

Return value

The corresponding notice line embedded in the tablature.

Remarks

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

This function can be called with an index ranging from 0 to the value returned by GPMID_GetNoticeLineCount minus 1. If the corresponding notice line is not set, the function returns an empty string.