Tweaking Hanz's APC40 Remote Script
Posted: Fri Sep 28, 2012 10:21 pm
Hanz's script is awesome! I have a comment and then a question.
I can't SHIFT+TrackSelect:1 to return to Clip Launch View with one hand so this tweak will make the reachable SHIFT+TrackSelect:6 into an alternative Clip Launch toggle. In the Matrix_Maps.py, just delete the code between Page 6 and Page 7. Then, in the MatrixModesComponent.py under elif (self._mode_index == 5):
REPLACE THIS WITH THIS
Now I am trying to get the red bank box to move when I switch between these modes. I have 16 tracks laid out and I want to move the bank selection with the SHIFT+TrackSelect buttons as well. If I can get this, I can reach out with one hand and SHIFT+TrackSelect to change Modes and Banks simultaneously while playing the piano live--- and my track arm buttons will still line up properly.
Any advice is appreciated!
I can't SHIFT+TrackSelect:1 to return to Clip Launch View with one hand so this tweak will make the reachable SHIFT+TrackSelect:6 into an alternative Clip Launch toggle. In the Matrix_Maps.py, just delete the code between Page 6 and Page 7. Then, in the MatrixModesComponent.py under elif (self._mode_index == 5):
REPLACE THIS
Code: Select all
self._set_note_mode(PATTERN_4, CHANNEL_4, NOTEMAP_4, USE_STOP_ROW_4, IS_NOTE_MODE_4)Code: Select all
self._session_zoom._zoom_value(1) #zoom outNow I am trying to get the red bank box to move when I switch between these modes. I have 16 tracks laid out and I want to move the bank selection with the SHIFT+TrackSelect buttons as well. If I can get this, I can reach out with one hand and SHIFT+TrackSelect to change Modes and Banks simultaneously while playing the piano live--- and my track arm buttons will still line up properly.
Any advice is appreciated!