From e8a492e89cb1daa69a049e0ba09436f561861db5 Mon Sep 17 00:00:00 2001 From: Egor Date: Fri, 28 Jul 2017 23:02:34 -0700 Subject: [PATCH] hue range -> color range --- web/app/pods/components/hue-controls/component.js | 2 +- web/app/pods/components/music-tab/template.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/pods/components/hue-controls/component.js b/web/app/pods/components/hue-controls/component.js index a0785ab..54ab954 100644 --- a/web/app/pods/components/hue-controls/component.js +++ b/web/app/pods/components/hue-controls/component.js @@ -189,7 +189,7 @@ export default Component.extend({ { element: '#beat-option-row', intro: 'Sensitivity - The sensitivity of the beat detector (higher sensitivity results in more registered beats)
' + - 'Hue Range - The hue range that the lights may change to on beat.
' + + 'Color Range - The color range that the lights may change to on beat.
' + 'Brightness Range - The minimum (off-beat) and maximum (on-beat) brightness of the lights.
' + 'Flashing Transitions - Quickly flash the lights on beat
' + 'Colorloop - Slowly cycle the lights through all the colors while the music is playing
' + diff --git a/web/app/pods/components/music-tab/template.hbs b/web/app/pods/components/music-tab/template.hbs index 7e5f716..4654e5f 100644 --- a/web/app/pods/components/music-tab/template.hbs +++ b/web/app/pods/components/music-tab/template.hbs @@ -144,7 +144,7 @@
- Hue Range + Color Range {{range-slider start=hueRange orientation="vertical" step=beatOptions.hueRange.step range=beatOptions.hueRange.range connect=hueRangeConnect