just cleaning stuff and preparing for tomorrow

This commit is contained in:
2023-07-29 00:28:12 +02:00
parent 1096414625
commit df1a8b2357
2 changed files with 64 additions and 39 deletions

View File

@@ -36,7 +36,7 @@ export class Clock {
})
}
get pulses_per_beat(): number { return this.ppqn / this.time_signature[1]; }
get beats_per_bar(): number { return this.time_signature[0]; }
start(): void {
// Check if the clock is already running