Experimentation with MIDI clock and tap tempo in javascript
From the command line:
git clone https://github.com/thomasdashney/midi-clock.git
cd midi-clock
npm install
npm start
- From here, the clock starts running at 120 bpm (default)
config
command:Clock Forwards
choose MIDI outputs to forward the clock toSet Tap Input
selects a MIDI input port- After this, press the button that you want to use for tap tempo. Every subsequent tap sets the tempo via tap intervals.
bpm <bpm>
change the bpm of the clockstart
start the sequencer (only forwards message to clock outputs)stop
stop the sequencer (only forwards message to clock outputs)continue
continue the sequencer (only forwards message to clock outputsposition <position #>
Sets the position of the sequencerhelp
lists existing commands
npm test