error when using mode 2

354 viewsCSS Bugsmode
0

I think this may be a bug. I got the following error message after adding a mode selector, which I did following the examples from Glenn V. in this post:

Question? I need Help Implementing my TouchOSC replica of the AKAI APC40 MK2 with abelton.

I could not get this working by having the mode selector in global mode. so i used the method above.

the error:

css_launch_control_xl_beta’ object has no attribute ‘mode_2_configs_map

I have found a solution with AI and resolved it by adding this line to the py code directly:

self.mode_2_configs_map = []

Now it works fine. But the file compile by CSS , although working would not stop giving the error

I wanted to attach the complete file for information (but it is a big project and does not let me upload it) .

Glenn V. Answered question
0

I am uploading the mapping for my “shift” mode. When used in isolation, this script does not produce an error., but it does when in the context of a bigger project for some reason (with a lot of device parameter mappings)…

Fluxiia Answered question
Attached Files:
You are viewing 1 out of 2 answers, click here to view all answers.