MatthewDorner / react-native-songbook

React Native app for viewing music in ABC notation format.
GNU General Public License v3.0
18 stars 4 forks source link

Audio player: add loop and count-in features #9

Open MatthewDorner opened 2 years ago

MatthewDorner commented 2 years ago

Implement two new audio playback options: loop (repeat the tune until the stop button is pressed) and metronome count-in.

I think the ABCJS synth supports these, otherwise it might not be possible.