CC-2301 : updating waveform code for states
This commit is contained in:
parent
a4731d4af2
commit
0169c01724
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ TrackEditor.prototype.loadTrack = function(track) {
|
||||||
cuein: track.cuein,
|
cuein: track.cuein,
|
||||||
cueout: track.cueout
|
cueout: track.cueout
|
||||||
},
|
},
|
||||||
track.states
|
track.states || {}
|
||||||
);
|
);
|
||||||
this.loadBuffer(track.src);
|
this.loadBuffer(track.src);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue