Add send midi clock checkbox to localstorage

This commit is contained in:
2023-10-03 23:28:29 +03:00
parent c0502a6f96
commit c6b65c799f
4 changed files with 20 additions and 4 deletions

View File

@ -1,5 +1,4 @@
import { UserAPI } from "../API";
import { Clock } from "../Clock";
export class MidiConnection {
/**
@ -223,7 +222,6 @@ export class MidiConnection {
* Called when a MIDI clock message is received.
*/
const SMOOTH = 0.1;
this.clockTicks += 1;
if(this.lastTimestamp > 0) {