Search found 81 matches

by SBRK
Wed Feb 09, 2011 10:39 pm
Forum: Ableton Live
Topic: APC20 : having the Record Arm row always in shift mode
Replies: 15
Views: 5205

Re: APC20 : having the Record Arm row always in shift mode ?

Here's the script I created, you can download it at that link :

http://midicontrolds.blogspot.com/2011/ ... t-for.html
by SBRK
Wed Feb 09, 2011 10:33 pm
Forum: Ableton Live
Topic: Ideas for a custom APC20 remote script
Replies: 6
Views: 1930

Ideas for a custom APC20 remote script

So, as you can see in my other topic (http://forum.ableton.com/viewtopic.php?f=1&t=158643) I've been fooling around with the remote script from the APC20, in order to get the Arm buttons having the shift mode and normal mode inverted. I could accomplish that thanks to Hanz Petrov's blog, and his...
by SBRK
Wed Feb 09, 2011 9:58 pm
Forum: Ableton Live
Topic: APC20 : having the Record Arm row always in shift mode
Replies: 15
Views: 5205

Re: APC20 : having the Record Arm row always in shift mode ?

Yeah ! it worked. Apparently, Ableton Live compiles the .py files automaticaly at launch, so I put my modified ShiftableSelectorComponent.py and removed the original ShiftableSelectorComponent.pyc from the folder, and now, the shift mode of the Arm buttons is inverted. EDIT : for some reason, the Up...
by SBRK
Wed Feb 09, 2011 8:17 pm
Forum: Ableton Live
Topic: APC20 : having the Record Arm row always in shift mode
Replies: 15
Views: 5205

Re: APC20 : having the Record Arm row always in shift mode ?

So, I transformed this part in ShiftableSelectorComponent.py : if self._mode_index == int(self._invert_assignment): self._slider_modes.set_mode_buttons(None) for index in range(len(self._select_buttons)): self._mixer.channel_strip(index).set_arm_button(self._arm_buttons[index]) else: for index in ra...
by SBRK
Wed Feb 09, 2011 7:13 pm
Forum: Ableton Live
Topic: APC20 : having the Record Arm row always in shift mode
Replies: 15
Views: 5205

Re: APC20 : having the Record Arm row always in shift mode ?

If i send those note messages to the APC, via a midi channel in live, will they trigger the original functions in the APC ? Edit : I read your message again. If i understand right, everything is handled software-side, by the scrit, and not hardware side (much like a Novation Nocturn communiczting wi...
by SBRK
Wed Feb 09, 2011 10:44 am
Forum: Ableton Live
Topic: APC20 : having the Record Arm row always in shift mode
Replies: 15
Views: 5205

APC20 : having the Record Arm row always in shift mode

Hello, I just bought an APC20, and have a question : is it possible to keep the Record Arm row always in shift mode ? Because when I play live, I don't use the arm buttons, but on the other hand I switch a lot between volume, send a, b, c, and user 1 2 3... So it's a pain in the ass having to push s...