Record and Monitor enable all

I have searched but to no avail… I feel stupid asking, but does anyone know how to enable all for recording and enable all monitors. and disable of course!

Hi and welcome,

Unfortunately there is no one button way out of the box. But you can make your own Project Logical Editor preset and even assign a Key Command:

Filter Target
( Container Type is | Equal | Track )

Action Target
Track Operation | Record | Enable

Function
Transform

If you want to specify it closely, you can add another line to the Filter Target. For example, if you want to Record Enable only Audio tracks (and keep MIDI/Instrument tracks not-enabled), do it this way:

Filter Target
( Container Type is | Equal | Track | And
Media Type is | Equal | Audio )
...

As an action, you can also use Toggle instead of Enable, to be able to dis-arm all tracks at once.