getCurrentPitch abstract method

Future<int> getCurrentPitch(
  1. String resourceID
)

Get real-time pitch data.

Available since: 2.15.0 Description: Get real-time pitch data. Use case: Can be used to display real-time pitch lines on the view. When to call: It can be called after playing the copyright accompaniment or accompaniment clip and starting to score.

  • resourceID the resource ID corresponding to the song or accompaniment.

Implementation

Future<int> getCurrentPitch(String resourceID);