Skip to content

Commit

Permalink
Fix waveform not updating past MAX_ZOOM
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Oct 7, 2024
1 parent 1f2089e commit 42b88e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/chart/component/edit/Waveform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class Waveform extends Sprite implements ChartRendererComponent {

this.trackVariable(() => this.renderer.getVisualBeat())
this.trackVariable(() => this.renderer.getVisualTime())
this.trackVariable(() => Options.chart.speed)
this.trackVariable(
() => this.getSpeed(),
value => {
Expand Down

0 comments on commit 42b88e3

Please sign in to comment.