Components

MusicControls

<MusicControls />

Renders the MusicControls component. Handles the play, pause, and stop controls for the sheet music.

Extends

  • Component

Members

# state

MusicControls component state
Properties:
Name Type Description
isPlaying boolean Indicates if the music is currently playing

View Source components/Music/PracticeMusicHeader/MusicControls/MusicControls.js, line 32

Methods