APC40 scripts updated?

Discuss music production with Ableton Live.
Post Reply
mcphable
Posts: 6
Joined: Mon Oct 05, 2009 9:20 pm
Location: Orlando, FL

APC40 scripts updated?

Post by mcphable » Sat Apr 12, 2014 2:25 am

Since the release of the APC40 MKII, it appears that Ableton has updated the python scripts for the old APC40 along with adding scripts for the new APC40 MKII. I have been using custom scripts for my old APC40 with VU Meters and other useful things, but now, the new scripts appear to be completely different and my old scripts no longer work. Anyone else having this issue? Anyone have a workaround?? (I did decompile the new pyc's but can't get them working) Any and all help is greatly appreciated!!
Trent

Setup: MacBook Pro / Live 9 Suite / MOTU
Gear: Motif XF6, APC40, ReMOTE 25SL, RODE NT2-A, ART MPA GOLD, TC Electronic M-ONE XL, lots of plugs, and access to lots of outboard gear.

mbakirov
Posts: 172
Joined: Sat Jul 07, 2012 5:55 am

Re: APC40 scripts updated?

Post by mbakirov » Sat Apr 12, 2014 5:45 am

Ableton has changed some API so I had to update my Impulse2 scripts.
the best way is to decompile the python files supplied http://sourceforge.net/projects/easypythondecompiler/
and see how the ableton supplied scripts do the things.

yes, the old scripts are not compatible.
to make it worse, some of the sctips that seem to be supplied with ableton do not work as well .


31670 ms. RemoteScriptError: Traceback (most recent call last):

31690 ms. RemoteScriptError: File "MIDI Remote Scripts\_MxDCore\MxDCore.py", line 1127, in install_observer_listener

31710 ms. RemoteScriptError: File "MIDI Remote Scripts\_MxDCore\MxDCore.py", line 1160, in _observer_install_listener

31730 ms. RemoteScriptError: File "MIDI Remote Scripts\_MxDCore\MxDCore.py", line 1278, in _observer_id_callback

31750 ms. RemoteScriptError: File "MIDI Remote Scripts\_MxDCore\MxDCore.py", line 193, in _get_object_path

31770 ms. RemoteScriptError: File "MIDI Remote Scripts\_MxDCore\LomUtils.py", line 178, in __init__

31790 ms. RemoteScriptError: File "MIDI Remote Scripts\_MxDCore\LomUtils.py", line 248, in _calculate_path

31811 ms. RemoteScriptError: File "MIDI Remote Scripts\_MxDCore\LomUtils.py", line 187, in _find_root_object_path

31831 ms. RemoteScriptError: File "MIDI Remote Scripts\_MxDCore\LomTypes.py", line 136, in get_root_prop

31851 ms. RemoteScriptError: File "MIDI Remote Scripts\_MxDCore\LomTypes.py", line 128, in <lambda>

31870 ms. RemoteScriptError: RuntimeError
31890 ms. RemoteScriptError: :
31910 ms. RemoteScriptError: Can't obtain live set at this time
31930 ms. RemoteScriptError:

Post Reply