Author Topic: Value Ramp/Fade Issues  (Read 1699 times)

Offline robbiet

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Value Ramp/Fade Issues
« on: January 29, 2018, 07:27:30 AM »
Hey guys. Just wondering if this is a bug or I have a setting wrong somewhere...

So I was trying to get a long gradual ramp from one color to another using color wash...maybe over 10 seconds. However, when I apply the effect it is doing a full ramp every couple seconds. I did verify that I have cycles set to one. I’m seeing similar issues with other effects when it comes to fades or if I apply a value curve. They don’t seem to be spread uniformly over the expected time frame.  Hope this makes sense. Kind of tricky to explain.


Sent from my iPhone using Tapatalk

Offline robbiet

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #1 on: January 29, 2018, 07:44:38 AM »
Sorry. Just noticed we should not post here.


Sent from my iPhone using Tapatalk

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #2 on: January 29, 2018, 08:07:00 AM »
Click on the effect in the grid and do a control-c copy.  Then paste it here.

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #3 on: January 29, 2018, 08:07:38 AM »
Sorry. Just noticed we should not post here.
Sent from my iPhone using Tapatalk

This board is fine.  It's a child board that is listed as deprecated.

Offline robbiet

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #4 on: January 29, 2018, 08:30:18 AM »
Ok. Thanks. Computer at home. Will post later.


Sent from my iPhone using Tapatalk

Offline robbiet

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #5 on: January 29, 2018, 07:10:45 PM »
OK.  Here is the white>red color wash.  Should fade to red over 10 seconds but is actually changing to red every 2.5 seconds (4 times in 10 seconds).


CopyFormat1   0   1   1   0   0   PASTE_BY_CELL
Color Wash   B_CHOICE_BufferStyle=Per Preview   C_BUTTON_Palette1=#FFFFFF,C_BUTTON_Palette2=#FF0000,C_BUTTON_Palette3=#00FF00,C_BUTTON_Palette4=#0000FF,C_BUTTON_Palette5=#FDA92D,C_BUTTON_Palette6=#000000,C_BUTTON_Palette7=#00FFFF,C_BUTTON_Palette8=#A700FF,C_CHECKBOX_Palette1=1,C_CHECKBOX_Palette2=1,C_SLIDER_Brightness=400   20000   30000   2   -1000   NO_PASTE_BY_CELL

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #6 on: January 30, 2018, 07:14:18 AM »
Only thing I see that is abnormal is you have the Brightness set to 400%.  I'd put that back down to 100% but I'm doubtful that alone fixes the issue.

Offline robbiet

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #7 on: January 30, 2018, 07:42:34 AM »
Ok. I’ll try that and see if anything changes. Thanks.


Sent from my iPhone using Tapatalk

Offline robbiet

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #8 on: January 31, 2018, 08:10:20 AM »
So FYI, setting the brightness back to 100% fixed this issue.


Sent from my iPhone using Tapatalk

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #9 on: January 31, 2018, 08:52:36 AM »
Cool thanks for reporting back.  Its amazing sometimes we spent many minutes or hours trying to figure out why something isn't working then just seeing the actual XML for the effect and its solved in a few seconds.  Just a couple days ago I had someone saying he couldn't get an effect to show up.  He did all these strange steps and said he finally fixed the problem but to us we knew it had to be something else wrong.  I finally said copy and paste your effect to us and within 5 seconds I noticed this exact same parameter, Brightness, was set to 0%.

Maybe we should have warnings in Check Sequence for effects with brightness = 0 or > 100.

Offline robbiet

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #10 on: January 31, 2018, 09:40:31 AM »
No problem. Glad to help.  I did see the other post regarding the brightness slider. Maybe something goofy going on with it. At least for my issue I thought it was interesting that the effect was happening 4X when the brightness was set at 400%. Maybe something in the code getting multiplied by the brightness?  No idea. Just speculation.


Sent from my iPhone using Tapatalk

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Value Ramp/Fade Issues
« Reply #11 on: January 31, 2018, 09:54:56 AM »
Yeah the color values are being multiplied by the brightness and then clamped to 255.  I'm sure if we saw graphs of how each color changed across the ramp and then imagined each color shifted up and clamped it would be obvious.