Connexion rapide:  

Forum: Addons

Sujet BFX-Buttons
 

Posté Thu 15 Oct 20 @ 7:31 pm
BOA NOIA, QUE FUNÇÃO ELE TEM
 

Posté Fri 16 Oct 20 @ 10:30 pm
NicotuxHome userMember since 2014
@denisdmx :
just as a copy of any 8 buttons of any plugin in visible slots
specially name to match BFX-* effects
same for CFX-Buttons

@DeunDeun: tiny enhancements proposal

In a way to get the variable increment and decrement and contain the correct slot number and param1 displaying the name of the effect param1 can be altered this way:

<param1 name=" `var &apos;CFXSlot&apos; 1 ? get_effect_name 1 : var &apos;CFXSlot&apos; 2 ? get_effect_name 2 :var &apos;CFXSlot&apos; 3 ? get_effect_name 3 : off`">param_bigger 0 ? cycle CFXSlot 4 &amp; var CFXSlot 0 ? param_add CFXSlot &amp;&amp; set CFXSlot :: cycle CFXSlot -4 &amp; var CFXSlot 0 ? set CFXSlot 3</param1>

this way the test and action can visually match
var 'CFXSlot' 3 ? effect_button 3 ...

Keeping the same color scheme, showing a colors only when a CFX (apply the same for BFX) effect is in the slot and showing the name of the the button and applying action only to CFX effects (same for BFX) to prevent applying to some other plugin actions can be alter this way :

<pad9 name=" `var &apos;CFXSlot&apos; 1 ? get_effect_button_name 1 1 : var &apos;CFXSlot&apos; 2 ? get_effect_button_name 2 1 : var &apos;CFXSlot&apos; 3 ? get_effect_button_name 3 1`" color="var &apos;CFXSlot&apos; 1 ? get_effect_name 1 &amp; param_cast text &amp;&amp; param_contains &apos;CFX-&apos; ? effect_button 1 1 ? color magenta : color blue : color black : var &apos;CFXSlot&apos; 2 ? get_effect_name 2 &amp; param_cast text &amp;&amp; param_contains &apos;CFX-&apos; ? effect_button 2 1 ? color orange : color yellow : color black : var &apos;CFXSlot&apos; 3 ? get_effect_name 3 &amp; param_cast text &amp;&amp; param_contains &apos;CFX-&apos; ? effect_button 3 1 ? color red : color green : color black">var &apos;CFXSlot&apos; 1 ? get_effect_name 1 &amp; param_cast text &amp; param_contains &apos;CFX-&apos; ? effect_button 1 1 +1 : : var &apos;CFXSlot&apos; 2 ? get_effect_name 2 &amp; param_cast text &amp; param_contains &apos;CFX-&apos; ? effect_button 2 1 +1 : : var &apos;CFXSlot&apos; 3 ? get_effect_name 3 &amp; param_cast text &amp; param_contains &apos;CFX-&apos; ? effect_button 3 1 +1 : </pad9>

Would it be possible to get these buttons mapped to a single slider ? this way a 2D slider could be usable to control plugins :)
 

Posté Sat 17 Oct 20 @ 7:44 am