hue range -> color range

This commit is contained in:
lone-cloud 2017-07-28 23:02:34 -07:00
parent f1e83d5d5b
commit e5d70b7122
2 changed files with 2 additions and 2 deletions

View file

@ -189,7 +189,7 @@ export default Component.extend({
{ {
element: '#beat-option-row', element: '#beat-option-row',
intro: '<b>Sensitivity</b> - The sensitivity of the beat detector (higher sensitivity results in more registered beats)<br>' + 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>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>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>' + '<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"> <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." <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"> class="option-description bootstrap-tooltip">
Hue Range Color Range
</span> </span>
{{range-slider start=hueRange orientation="vertical" step=beatOptions.hueRange.step range=beatOptions.hueRange.range connect=hueRangeConnect {{range-slider start=hueRange orientation="vertical" step=beatOptions.hueRange.step range=beatOptions.hueRange.range connect=hueRangeConnect