Notch Notch
Manual 1.0 Manual 0.9.23
 Light | Dark
OSC Modifier

OSC Modifier

Updated: 20 Aug 2025

Receive a modifier value over OSC.

Method #

This nodes receives a numeric float or integer value via the OSC protocol over a network, and outputs it as a modifier value. See OSC Topic for more details.

If the node is red hashed out, this means the node isn’t receiving data. This is either because an OSC address/port needs to be set, or because OSC needs to be enabled in the Project>Settings>Protocols window.
The incoming OSC values will only be processed when the play head is playing.

The output is a numeric value that can be further processed with other modifiers, or directly connected to a parameter in another node, using the operation method selected.

This node can be used to receive multiple values from one message by using the OSC Channel Value Index parameter. This lets you control the index of the value you want to receive from the message’s arguments.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Current Value Shows the current value of the effect. Cannot be directly changed.
OSC Channel Name The address (which must start with a /)of the OSC value being received e.g. /myvalue/x
OSC Channel Value Index Select a specific value from an array of input OSC Values.
Scale Adjust the scale/range of the modifier.
Offset Applies an offset (post scale) to the calculated value
Operation The operation to be performed on the targeted parameter.
  • Add : Adds to the parameter value.
  • Subtract : Subtracts from the parameter value.
  • Multiply : Multiplies the parameter value.
  • Replace : Replaces the parameter value.

Inputs

There are no inputs for this node.