Skip to content

Commit

Permalink
Fixed Jingle Bells start
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom32i committed Dec 5, 2017
1 parent d9b98e2 commit 08b7f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/track/DeckTheHalls.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export const audio = deckTheHalls;
export const bpm = 95;
export const tempo = Math.round(60000 / 95);
export const delay = 98 + (tempo / 4);
export const warmup = [null, null, 3, null, null, null, 2, null, null, null, 1, null, null, null, 1, 2, 3, 4];
export const warmup = [null, null, 4, null, 3, null, 2, null, 1, null, 1, 2, 3, 4];
export const duration = 64500;

0 comments on commit 08b7f8c

Please sign in to comment.