Switching modes on the APC40 (into user mode)

8 posts / 0 new
Last post
mchenetz's picture
mchenetz
Offline
Joined: 09/17/2009
Switching modes on the APC40 (into user mode)

 For the last few days I have been experimenting with switching modes on the APC40. 

Basically, I want to be able to use the default mode that is defined out of the box with the APC40 and a user defined mode. Because there are no user mode buttons as there are on the launchpad, I had to be a little creative...

I decided to create a function that allows you to double click the shift button in order to switch modes. The function works pretty well... However, I found that the APC40, "Session_Control" does not seem to be able to be disabled the same way as on the Launchpad. The attached patch show you how it would work in theory, but does not actually switch off the Session Mode.

This patch is a good example of a method you could use to accomplish the task.

Mike

Remember: You need to be authenticated to see attached files.

JuanSOLO
Offline
Joined: 11/24/2009

Good start though. I saw in another post you asking if any one would be interested in this. YES, most definitely!!!

If by double clicking the Shift to go into a user style mode where all controls could be mapped independently of the default mode, I would be in AWE to say the least.

mchenetz's picture
mchenetz
Offline
Joined: 09/17/2009

That's the idea... I am working on it. I will have to take another look at the CS Step Sequencer and see how they switched modes.

Mike

john's picture
john
Offline
Joined: 11/27/2009

I'll pray and beg for this "user mode" option in APC40. The easy, intuitive and analogue feel when mapping in Live almost crave a user mode function of this sort. I build on the fly "Instruments" with mapping every session in Live and then throw it all away. This keeps
me alert and my sessions experimental. A dedicated user mode or "page" function should
turn APC40 to an "all in one box" solution in my case. Wildly appreciated idée and a humble wish from my part.

aminoplacid
Offline
Joined: 11/15/2009

I was playing with this a bit and it appears that it works fine except with how the SHIFT interacts with the Session_Control and Session_Overview components. You can switch it off (manually via the plugin) but when you push the SHIFT button, it switches to the Session_Overview and sets the Session_Control back to enabled. You get the same behavior with the CS Step Sequencer. It uses the Metronome to turn the sequencer on/off but the SHIFT still works and will reset it to the Session_Control and enable it. Seems like a rather lame feature if you ask me.

Anonymous

hi
no way to disable nudge_down and nudge_up buttons
anyone can confirm this?
thx

mchenetz's picture
mchenetz
Offline
Joined: 09/17/2009

You would have to look at the components and see if anything sounds close. Unfortunately the control surfaces are not very well documented. I will look if i get chance. Lots going on around these parts right now. Time is always an issue for me. :-(

Mike

Laurent
Offline
Joined: 05/06/2010

Hello,

To disable the nudge buttons, its :

"call set_nudge_buttons id 0 id 0"

We simply had to double the id's.

"They" could have tell it...

EDIT: Oops...

And to get them back it's

"call set_nudge_buttons id [Nudge_Up] id [Nudge_Down]"