Setting fade time for a palette button

We have set up a bunch of useful colors and different fixure groups as a magic sheet. So when I click on the [Group xy] and then on palette button [amber], they instantly switch to amber. Now i need some way to override this zero-timing by tap-time or a time I can enter, but I cant figure out how to do this.

Ideally, I'd would like to have a couple of buttons [0] [1/4] [1/3] [1/2] [1], that hold status and modify the timing in fractions of tapped timing with 0=instantly and 1=tapped timing. So when I click on [1/2] in a 60 bpm-setting, the command [Group xy] [Cyan] should fade the selected group to cyan in 0.5s.

 

Any help appreciated.

 

best reagrds,

 

.rhavin

Parents
  • Tap tempo is for effects, but changing a color isn't an effect, so you need a different approach. You have two options:

    Use Sneak. Press the button Sneak before the color palette object in your magic sheet. Group 1 Sneak ColorPalette 2 (Enter).

    Use the manual timing. In setup, desk, manual control you can find five different category timings, one for each parameter category. If you change the time for the color category, go back to live, Group 1 ColorPalette 2 Enter will use this time.

    Changing both the Sneak and the manual category times can be learned into a macro. So you could have buttons on your magic sheet to change those timings and afterwards use one of the two methods to fade the groups to a new color.
  • Setup color-time just accepts absolute times, I need some way of setting it to relative timings like (for example) 0.5 x current_bpm. The same applies to sneak.

    What I want is tap-in the beat and select, if the color change happens on beat [1] or on a fraction (or multiple) of it.

  • There is nothing like a general BPM. BPM is tied to an effect and what you're doing is not an effect. Don't think you can do that.
    Besides the speed the console would need to understand which tap is best one within a measure. The console can't do that, there is no sound input
Reply Children
  • "The console can't do that, there is no sound input"

    Thats why I'd tap it in. I'd also do that if there was a sound input, because as a musician, I know what is beat and what is syncopic offbeat. I would be very impressed if any computer could do that correctly :D

    "There is nothing like a general BPM"

    well, i could live with something like (pseudocode)

    "Sneak Time {BpmFromEffect(100) * 0.5}"

     With Effect 100 just an effect i'd use to save the bpm.

Related