Sending an osc message if a hotkey is pressed

Is there a way to send a specific osc message when a key/key combination is pressed while the osc UI is active?

Create a script widget and set its properties as follows

  • event: keyboard
  • keyBinding: ctrl + d
  • script: send('127.0.0.1:5555', '/address', 'value?')

See:

2 Likes