Project Logical Project Editor help?

I can’t seem to get the hang of the PLE. Im trying set up every simple macros here ie, copy CC1 to CC11, expression +10, velocity +2 and so on. Simple stuff for my touch controller. Any help? I seem to be missing something.

Hi,

This task is not for the PLE (Project Logical Editor), it’s a task for the Logical Editor.

Copy CC1 to CC11

Filter Target
( Type is | Equal | Controller | And
Value 1 (MIDI Controller No.) | Equal | 1 )

Action Target
Value 1 | Set to fixed value |  11

Function
Insert

Change CC1 to CC11

Filter Target
( Type is | Equal | Controller | And
Value 1 (MIDI Controller No.) | Equal | 1 )

Action Target
Value 1 | Set to fixed value |  11

Function
Transform

Add +10 to the Expression (value of MIDI CC11):

Filter Target
( Type is | Equal | Controller | And
Value 1 (MIDI Controller No.) | Equal | 11 )

Action Target
Value 2 | Add |  10

Function
Transform

Add 2 to the MIDI Note Velocity

Filter Target
( Type is | Equal | Note )

Action Target
Value 2 | Add |  2

Function
Transform

Thank you so much! That was the exact issue. I was fighting the PLE and getting nice and confused.