Open
Description
I'm currently working on an integration with REAPER which has some global configuration options that can be set via OSC. I would like to emit these commands once immediately after the OSC backend's connection is initialised (and, ideally, as they should only need that single invocation, never again).
Currently, I have to map an input to this setting, and remember to set that input correctly before my integration will work as expected.