diff --git a/src/css/hues-editor.css b/src/css/hues-editor.css index 6076124..c6c15e1 100644 --- a/src/css/hues-editor.css +++ b/src/css/hues-editor.css @@ -137,7 +137,7 @@ .beat-hilight { position: absolute; - color: rgba(127,127,127,0.5); + color: rgba(127,127,127,0.8); visibility: visible; text-align: center; } diff --git a/src/js/HuesEditor.js b/src/js/HuesEditor.js index 9c7af25..59c1ea1 100644 --- a/src/js/HuesEditor.js +++ b/src/js/HuesEditor.js @@ -548,8 +548,8 @@ HuesEditor.prototype.uiCreateEditArea = function() { this.loopEdit = this.uiCreateSingleEditor("Rhythm ", "sound", "rhythm", "edit-loop", editArea); this.seekLoop = this.loopEdit._seek; - // BACK |< - this.seekLoop.innerHTML = ""; + // FIRST |<< + this.seekLoop.innerHTML = ""; this.seekLoop.onclick = () => { this.core.soundManager.seek(0); };