Setting parameters using OSC-in locks the source of the value to always OSC-in even when deleting the OSC path and assigning a new fixed value.
For example:
new synth sine note(/OSC/input1 3)
always gets the value from /OSC/input1 even when replacing and running new code
new synth sine note(0 3)
Setting parameters using OSC-in locks the source of the value to always OSC-in even when deleting the OSC path and assigning a new fixed value.
For example:
new synth sine note(/OSC/input1 3)always gets the value from
/OSC/input1even when replacing and running new codenew synth sine note(0 3)