[Solved] Project does not work when in Perform mode

Hello,

I’m stuck on getting my project to work in perform mode. I have a MIDI controller which simply changes the colors of some shapes using the HSV Adjust Node and displays them on the screen. I am using the Expression to adjust the parameters based on the MIDI sliders.
I.E. below is what I am using for the hueoffset parameter.

-180+op('midi_out')['s1']*360-2+op('midi_out')['s9']*4"

This works perfectly when viewing the node graph, but once I go into perform mode, nothing changes. It is just locked to the last look. I’d tried outputting the MIDI In Map Chop to a Null Chop and setting that to cook Always, but it made no difference.

Any help would be appreciated.

Sincerely,
Marcus

Hey, are you able to share your .toe file so we can take a look and fix this? It seems like a bug

Dear malcolm,

As per your request, please find attached my current TOE file. I am curious as to what you may discover.

Thanks,
Marcus
Color_Selector_2019_1_19.toe (5.75 KB)

This was definitely a dumb thing on my part. I had the “Draw Window” option off in the Perform parameters.

facepalm

Thanks for you time.

Sincerely,
Marcus

Hello Marcus,
I found the problem inspecting your file. Some how the “Draw Window” toggle was turned off in your /perform Window Component, so the window will not update once opened.

Turning this toggle off fixes things, you don’t even need the Null CHOP w/Cook Always anymore.

1 Like

Hey Ben,

Thanks for looking into this. Clearly a rookie mistake, haha. I will definitely check this first next time.

Thanks,
Marcus

Hey Marcus! Thank you for this mistake and sharing! I did the same thing and thanks to you I found the solution very quickly! Best regards!

1 Like