VRFS-2498 : Add metronome callback to fake client for tests.
This commit is contained in:
parent
aedcbde1f3
commit
b7b401cf59
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue