getTempo method

double getTempo()

Gets the current tempo.

Implementation

double getTempo() {
  return tempo;
}