Err TweakRawKnob (Item KnobItem, int32 Value)
TweakKnob()
, and instead provides the value directly used by the instrument. This saves a simple operation in execution, which is useful if a task uses a stream of tweaking commands.
The current raw value of the Knob can be read by GetAudioItemInfo()
using the AF_TAG_CURRENT_VALUE tag.
If this knob is connected to the output of another instrument via ConnectInstruments()
, the tweaked value is ignored until that connection is broken.
TweakKnob
(), GrabKnob(), Knob