Ableton Live 11 Beta & TouchAble as a Control Surface Selection is Missing

Found’em:

2020-12-23T20:07:13.799634: info: RemoteScriptError: Traceback (most recent call last):

2020-12-23T20:58:08.510257: info: RemoteScriptError:   File "<string>", line 1, in <module>

2020-12-23T20:58:08.510406: info: RemoteScriptError:   File "C:\*\ableton_11_beta\Resources\MIDI Remote Scripts\touchAble\__init__.py", line 33, in <module>

2020-12-23T20:58:08.510582: info: RemoteScriptError:     
2020-12-23T20:58:08.510620: info: RemoteScriptError: from touchAble import touchAble
2020-12-23T20:58:08.510652: info: RemoteScriptError: 

2020-12-23T20:58:08.510688: info: RemoteScriptError:   File "C:\*\ableton_11_beta\Resources\MIDI Remote Scripts\touchAble\touchAble.py", line 24, in <module>

2020-12-23T20:58:08.510815: info: RemoteScriptError:     
2020-12-23T20:58:08.510852: info: RemoteScriptError: import RemixNet as RemixNet
2020-12-23T20:58:08.510884: info: RemoteScriptError: 

2020-12-23T20:58:08.510916: info: RemoteScriptError: ModuleNotFoundError
2020-12-23T20:58:08.510949: info: RemoteScriptError: : 
2020-12-23T20:58:08.510979: info: RemoteScriptError: No module named 'RemixNet'
2020-12-23T20:58:08.511011: info: RemoteScriptError: 

c.

Hi,

i’m currently building on mac and cannot switch to windows, but it should be sufficient to move the content of the Utils folder into the main touchAble folder…

Best

Thanks for the info!
But as mentioned here:

the dropbox zip has all in one place, i.e. 41 files in a single ‘touchAble’ folder (as opposed to the release version, which distributes the files into 8 sub foilders, named Browser/ to Utils/).
So with what you passed on, I can NOT

as there is no Utils folder…?

If you have more info or anything else to try, sing out.
Churs.
c.

I tried on a mac, it does not work.

hi
shit, it is working for me here, could you maybe post the lines of the Live log that causes the touchable script to fail?

See above:

there’s the failing lines & imports stated in the log I pasted…?!

c.

ps. oh… you probably mean @nadavee

touchAble.zip (151.9 KB)

this one worked for me on win10

Tried this different zip as well, unfortunately with the same outcome on my end in the latest Live 11.0b22 version:

2020-12-23T21:55:46.368999: info: RemoteScriptError:   File "<string>", line 1, in <module>

2020-12-23T21:55:46.369146: info: RemoteScriptError:   File "C:\*\ableton_11_beta\Resources\MIDI Remote Scripts\touchAble\__init__.py", line 33, in <module>

2020-12-23T21:55:46.369326: info: RemoteScriptError:     
2020-12-23T21:55:46.369367: info: RemoteScriptError: from touchAble import touchAble
2020-12-23T21:55:46.369406: info: RemoteScriptError: 

2020-12-23T21:55:46.369445: info: RemoteScriptError:   File "C:\*\ableton_11_beta\Resources\MIDI Remote Scripts\touchAble\touchAble.py", line 24, in <module>

2020-12-23T21:55:46.369575: info: RemoteScriptError:     
2020-12-23T21:55:46.369613: info: RemoteScriptError: import RemixNet as RemixNet
2020-12-23T21:55:46.369644: info: RemoteScriptError: 

2020-12-23T21:55:46.369677: info: RemoteScriptError: ModuleNotFoundError
2020-12-23T21:55:46.369708: info: RemoteScriptError: : 
2020-12-23T21:55:46.369740: info: RemoteScriptError: No module named 'RemixNet'
2020-12-23T21:55:46.369772: info: RemoteScriptError: 

Maybe you’re pre sourcing/importing bits elsewhere that get you past the import issues I’m seeing…?

Cheers.
c.

Can confirm; placing the files from the .zip above in a folder called ‘touchAble’ and placing it into Live 11’s MIDI Remote Scripts folder does absolutely nothing on Windows :slight_smile: .

[enoversum]

Can confirm; placing the files from the .zip above in a folder called ‘touchAble’ and placing it into Live 11’s MIDI Remote Scripts folder does absolutely nothing on Windows :slight_smile: .

Same here … was copying manually all files in the coresponding Folders (ift his is whats mantioned :slight_smile:

Pascal maybe you could explaine lizzle more Detail?

No, word is you could do as I described - put them all into one touchAble folder, no sub folders. Still no luck :game_die:

Looks like none of us is able get it to work with the provided files & info. Fingers crossed @Pascal has an idea as to what could be amiss…
c.

Yes looks like it, although both are also not known for your quickness … just kidding :slight_smile:
However, the problem originated exclusively on Ableton’s side, so since no one was informed in time about this change

Hy everybody… There is any news for this problem? Has someone solved it on Mac??
Thanks in advance

Hi @Pascal how can I help you to fix this on Mac? Where can I found the Live log for the Touchable script?

Unfortunately still no response von Ableton.

I had a look at the syntax changes between python 2 and 3 and tried to clean all pyhton 2 parts.

The scripts are working with Live10, but haven;t been tested with Live11 so far.

touchAble.zip (121.1 KB)

Could you please test those.

I will try to do the same with the Windows parts.

Best

Pascal

Hi,

Sure.

I’d assume the python scripts are the same across mac/windows (might be a wrong assumption… :D)
But - trying the above:

on windows, w latest .22b beta release. I get the same import errors as before, plus a new one in the logs, see:

2020-12-28T21:00:03.559561: info: RemoteScriptError:   File "<string>", line 1, in <module>

2020-12-28T21:00:03.559734: info: RemoteScriptError:   File "C:\*\ableton_11_beta\Resources\MIDI Remote Scripts\touchAble\__init__.py", line 33, in <module>

2020-12-28T21:00:03.559927: info: RemoteScriptError:     
2020-12-28T21:00:03.559966: info: RemoteScriptError: from touchAble import touchAble
2020-12-28T21:00:03.560001: info: RemoteScriptError: 

2020-12-28T21:00:03.560063: info: RemoteScriptError:   File "C:\*\ableton_11_beta\Resources\MIDI Remote Scripts\touchAble\touchAble.py", line 24, in <module>

2020-12-28T21:00:03.560206: info: RemoteScriptError:     
2020-12-28T21:00:03.560243: info: RemoteScriptError: import Utils.RemixNet as RemixNet
2020-12-28T21:00:03.560281: info: RemoteScriptError: 

2020-12-28T21:00:03.560318: info: RemoteScriptError: ModuleNotFoundError
2020-12-28T21:00:03.560354: info: RemoteScriptError: : 
2020-12-28T21:00:03.560387: info: RemoteScriptError: No module named 'Utils'
2020-12-28T21:00:03.560420: info: RemoteScriptError: 

and TouchAble is not shown as an Contrrol Surface option in Live.

Churs.
c.

Hi,

the win and osx scripts actually differed in some parts, but this one should now work for both macos and win:

touchAble.zip (145.4 KB)

Best

Not seeing any change here unfortunately.

So, as before - what I am seeing in detail:

  • Python import errors in log (see below) and stalls the seemingly necessary .pyc compile on startup

  • folder pycache gets created in *\Resources\MIDI Remote Scripts\touchAble\

  • files init.cpython-37.pyc (1.20 KB (1,236 bytes)) and touchAble.cpython-37.pyc (11.4 KB (11,738 bytes)) get created in *\Resources\MIDI Remote Scripts\touchAble\__pycache__\ but nothing else is created (whereas I would assume all .py files would have a correspondingg .pyc file created, alas, the import errors on the first 2 stall this…)

  • Live Midi Preferences - TouchAble is not shown as an Contrrol Surface option in Live. (But, ‘touchAble’ as well as ‘touchAble Script Input’ are, as Input & Output options… [ ? ] )

Out of curiousity:

  • can you now test with Live 11 beta yourself ? and the above works for you on mac & windows in Live 11 0.22b ??
  • is there a (python) console in Live somewhere…?

Also and again - if you have more info/input/things to check, let me know…

Cheers.
c.

2020-12-29T08:49:16.989084: info: Audio In Out: OnArchitecturesAdded started
2020-12-29T08:49:16.989258: info: Audio In Out: OnArchitecturesAdded finished
2020-12-29T08:49:20.866577: info: RemoteScriptError: Traceback (most recent call last):

2020-12-29T08:49:20.866629: info: RemoteScriptError:   File "<string>", line 1, in <module>

2020-12-29T08:49:20.866791: info: RemoteScriptError:   File "C:\Programs\muziq\ableton_11_beta\Resources\MIDI Remote Scripts\touchAble\__init__.py", line 33, in <module>

2020-12-29T08:49:20.866957: info: RemoteScriptError:     
2020-12-29T08:49:20.866993: info: RemoteScriptError: from touchAble import touchAble
2020-12-29T08:49:20.867024: info: RemoteScriptError: 

2020-12-29T08:49:20.867058: info: RemoteScriptError:   File "C:\Programs\muziq\ableton_11_beta\Resources\MIDI Remote Scripts\touchAble\touchAble.py", line 24, in <module>

2020-12-29T08:49:20.867192: info: RemoteScriptError:     
2020-12-29T08:49:20.867228: info: RemoteScriptError: import Utils.RemixNet as RemixNet
2020-12-29T08:49:20.867259: info: RemoteScriptError: 

2020-12-29T08:49:20.867292: info: RemoteScriptError: ModuleNotFoundError
2020-12-29T08:49:20.867322: info: RemoteScriptError: : 
2020-12-29T08:49:20.867353: info: RemoteScriptError: No module named 'Utils'
2020-12-29T08:49:20.867383: info: RemoteScriptError: 

2020-12-29T08:49:21.001173: info: LMidiIO: Start EnumerateDevices
2020-12-29T08:49:21.007307: info: LMidiIO: End EnumerateDevices
2020-12-29T08:49:21.009102: info: Audio In Out: Init started
2020-12-29T08:49:21.010181: info: Audio In Out: Init finished
1 Like

Hi @Pascal, thanks for you work. Unfortunately no one of the two scripts works… I have seen that when I start L11 it creates a folder named pycache with inside two files… is it normal? could this help? it does not do the same with L10.
Screenshot 2020-12-29 at 10.16.46

1 Like