GPMID_GetTrackEffectsMidiChannel function

Retrieves the MIDI channel associated to which is associated in the tablature which is currently loaded.

Syntax

GPMID_ENTRY unsigned int GPMID_GetTrackEffectsMidiChannel(
	unsigned int aTrackIdx
);

Parameters

  1. aTrackIdx

    The zero-based index of the track.

Return value

The MIDI channel.

Remarks

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