Skip to content

Commit

Permalink
Deere: Allow up to 8 (was 3) effect parameters in the effect chain, n…
Browse files Browse the repository at this point in the history
…eeded to control the graphic eq effect. This commit adds this feature for effect# 2&3 (was only for effect #1). Missed that in 14dcadd
  • Loading branch information
esbrandt committed Apr 8, 2015
1 parent 6c44a90 commit ada0144
Showing 1 changed file with 122 additions and 0 deletions.
122 changes: 122 additions & 0 deletions res/skins/Deere/effect_chain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,20 +217,81 @@
<SizePolicy>me,max</SizePolicy>
<Layout>horizontal</Layout>
<Children>
<!-- Allow up to 8 parameters, needed to control the graphic eq effect-->
<Template src="skin:effect_selector_buttons.xml">
<SetVariable name="Effect">2</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectParameter">1</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectButtonParameter">1</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectParameter">2</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectButtonParameter">2</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectParameter">3</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectButtonParameter">3</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectParameter">4</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectButtonParameter">4</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectParameter">5</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectButtonParameter">5</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectParameter">6</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectButtonParameter">6</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectParameter">7</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectButtonParameter">7</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectParameter">8</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">2</SetVariable>
<SetVariable name="EffectButtonParameter">8</SetVariable>
</Template>
</Children>
</WidgetGroup>
Expand All @@ -247,20 +308,81 @@
<SizePolicy>me,max</SizePolicy>
<Layout>horizontal</Layout>
<Children>
<!-- Allow up to 8 parameters, needed to control the graphic eq effect-->
<Template src="skin:effect_selector_buttons.xml">
<SetVariable name="Effect">3</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectParameter">1</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectButtonParameter">1</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectParameter">2</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectButtonParameter">2</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectParameter">3</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectButtonParameter">3</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectParameter">4</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectButtonParameter">4</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectParameter">5</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectButtonParameter">5</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectParameter">6</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectButtonParameter">6</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectParameter">7</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectButtonParameter">7</SetVariable>
</Template>
<Template src="skin:effect_parameter_knob.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectParameter">8</SetVariable>
<SetVariable name="color">white</SetVariable>
</Template>
<Template src="skin:effect_button_parameter.xml">
<SetVariable name="Effect">3</SetVariable>
<SetVariable name="EffectButtonParameter">8</SetVariable>
</Template>
</Children>
</WidgetGroup>
Expand Down

0 comments on commit ada0144

Please sign in to comment.