hue range -> color range

This commit is contained in:
Egor 2017-07-28 23:02:34 -07:00
parent 07ee7ddddc
commit e8a492e89c
2 changed files with 2 additions and 2 deletions

View file

@ -189,7 +189,7 @@ export default Component.extend({
{
element: '#beat-option-row',
intro: '<b>Sensitivity</b> - The sensitivity of the beat detector (higher sensitivity results in more registered beats)<br>' +
'<b>Hue Range</b> - The hue range that the lights may change to on beat.<br>' +
'<b>Color Range</b> - The color range that the lights may change to on beat.<br>' +
'<b>Brightness Range</b> - The minimum (off-beat) and maximum (on-beat) brightness of the lights.<br>' +
'<b>Flashing Transitions</b> - Quickly flash the lights on beat<br>' +
'<b>Colorloop</b> - Slowly cycle the lights through all the colors while the music is playing<br>' +

View file

@ -144,7 +144,7 @@
<div class="beat-option col-xs-4">
<span data-toggle="tooltip" data-placement="top" data-title="The range of hues (colors) that the lights may change to on beat."
class="option-description bootstrap-tooltip">
Hue Range
Color Range
</span>
{{range-slider start=hueRange orientation="vertical" step=beatOptions.hueRange.step range=beatOptions.hueRange.range connect=hueRangeConnect