Notch Notch Manual 0.9.23
 Light | Dark
OSC Modifier

OSC Modifier

Receive a modifier value over OSC.

Method #

This nodes receives a numeric float or integer OSC value over the 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.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Current ValueShows the current value of the effect. Cannot be directly changed.
OSC Channel NameThe address of the OSC value being received e.g. /myvalue/x
OSC Channel Value IndexSelect a specfic value from an array of input OSC Values.
ScaleAdjust the scale/range of the modifier.
OffsetApplies an offset (post scale) to the calculated value
OperationThe 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.