error when using mode 2

355 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
1

Hi Fluxiia,

Here are 2 mappings to enter and exit shift mode with in CSS 3. They work in my setup.

Enter Shift should be set to your Global Mode.

Exit Shift should be set to your Shift Mode.

Your Shift Button should be Momentary, so that you need to hold it to enter Shift, and release it to exit Shift.

Give them a try and see if they still bring up an error. You’ll need to change the button to one on your device. You may also want to remove some or all of the tags, the MFT tag refers to my controller.

Fluxiia Posted new comment

It works perfectly and no errors! Thank you very much!!

You are viewing 1 out of 2 answers, click here to view all answers.