Skip to content

Commit

Permalink
remove backing track events
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Jan 25, 2021
1 parent 01740ab commit a58b1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ def handle_special(query_params, server_clock, user=None, client_read_clock=None
# These must be separate from song_start/end_clock, because they
# are used for video sync and must be EXACTLY at the moment the
# backing track starts/ends, not merely close.
insert_event("backingTrackStart", server_clock)
insert_event("backingTrackEnd", server_clock + len(state.backing_track))
#insert_event("backingTrackStart", server_clock)
#insert_event("backingTrackEnd", server_clock + len(state.backing_track))


if query_params.get("mark_stop_singing", None):
Expand Down

0 comments on commit a58b1c6

Please sign in to comment.