hue range -> color range
This commit is contained in:
parent
07ee7ddddc
commit
e8a492e89c
2 changed files with 2 additions and 2 deletions
|
|
@ -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>' +
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue