You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transform-colors creates an effect (which you can see by the type of what it returns in your example above), so to do something this effect needs to be added to the running show, using show/add-effect!. Cues automatically create and add the effects they are configured with when they are activated, and end the effects when they are deactivated. In other words, cues are a way to conveniently create and control effects using MIDI controllers or the web UI. But you can manually create and add the effect from the REPL as well; that is the only step you were missing above. Try calling show/add-effect! with the results of calling transform-colors.
I follow this guideline
https://github.com/brunchboy/afterglow/blob/master/doc/effects.adoc#layering-effects
I want to use transform-colors function to change colors in current show.
Nothing changes in the show. I have a guess, that this function can be used only with cue. Is that correct?
I guess this from following example:
Is there any way to test transform-colors without creating a cue?
The text was updated successfully, but these errors were encountered: