VRFS-2498 : Add metronome callback to fake client for tests.

This commit is contained in:
Steven Miers 2015-02-12 18:51:07 -06:00
parent aedcbde1f3
commit b7b401cf59
1 changed files with 7 additions and 0 deletions

View File

@ -758,6 +758,10 @@
metronomeActive=false
}
function setMetronomeOpenCallback(callback) {
}
// stun
function NetworkTestResult() { return {remote_udp_blocked: false} }
@ -1057,14 +1061,17 @@
this.GetScoreWorkTimingInterval = GetScoreWorkTimingInterval;
this.SetScoreWorkTimingInterval = SetScoreWorkTimingInterval;
// Backing tracks:
this.getBackingTrackList = getBackingTrackList;
this.SessionCloseBackingTrackFile = SessionCloseBackingTrackFile;
this.SessionOpenBackingTrackFile = SessionOpenBackingTrackFile;
this.SessionSetBackingTrackFileLoop = SessionSetBackingTrackFileLoop;
// Metronome:
this.SessionCloseMetronome = SessionCloseMetronome;
this.SessionOpenMetronome = SessionOpenMetronome;
this.SessionSetMetronome = SessionSetMetronome;
this.setMetronomeOpenCallback = setMetronomeOpenCallback;
// Client Update
this.IsAppInWritableVolume = IsAppInWritableVolume;