Shift Key

Shift Key

Is it possible to create a (hold) shift key to temporarily change a modifier from 1 to 3? Due to the limit of 2 modifiers per input, i’m trying to incorporate a shift key into my effect bank selecting modifier. So, i’ve got one key that switches M1 between 1 and 2, and i wish to have another shift key that will hold 1>3 and 2>4? Thanks in advance!

use a modifier, that is set to M1: 3 and select it for M1=1.
same thing for 2>4

should work properly

Not here… when i set it to hold, upon release it stays on 3 rather than returning to 1. Only when the ground state is 0 will it return to 0… can anyone replicate this issue? I’m running the most recent update of TSP on a Macbook Pro… Anyways i found a workaround by formulating the logic differently; thanks none the less :slight_smile:

You could have it set back to one if you use the invert feature. So then when you release the key, it would Set Value to 1

So if i understand well i need two midi controls then: one to set mod to a value on touch, and another to return to value on release, correct?

Yep, that should do it