File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ class VDJWaveform extends AlertsMixin(SettingsMixin(LitElement)) {
1515 return html `
1616 <div class= "waveform-container" @click = "${ this . handleClick } " >
1717 <div class= "deck-label" > Deck ${ this . deck } </ div>
18- <div class= "hihat/null stem-label" > vocal </ div>
1918 <div class= "vocal stem-label" > hihat </ div>
20- <div class= "instruments stem-label" > bass </ div>
19+ <div class= "hihat stem-label" > vocal </ div>
2120 <div class= "bass stem-label" > instruments </ div>
22- <div class= "kick/drums stem-label" > kick </ div>
21+ <div class= "instruments stem-label" > bass </ div>
22+ <div class= "kick stem-label" > kick </ div>
2323 ${ this . trackLoaded ? html `
2424 <div id= "waveform-wrapper" class = "waveform-wrapper ${ this . isPlaying ? 'playing' : 'paused' } " >
2525 <div id= "waveform-canvas-2" class = "waveform loaded" > </ div>
You can’t perform that action at this time.
0 commit comments