renoise.DeviceParameter
A single parameter within an audio DSP effect (renoise.AudioDevice)
- Constants
- Properties
- name :
string - name_observable :
renoise.Document.ObservableString - polarity :
renoise.DeviceParameter.Polarity - value_min :
number - value_max :
number - value_quantum :
number - value_default :
number - time_quantum :
number - is_automatable :
boolean - is_automated :
boolean - is_automated_observable :
renoise.Document.Observable - is_midi_mapped :
boolean - is_midi_mapped_observable :
renoise.Document.Observable - show_in_mixer :
boolean - show_in_mixer_observable :
renoise.Document.Observable - value :
number - value_observable :
renoise.Document.Observable - value_string :
string - value_string_observable :
renoise.Document.Observable
- name :
- Functions
Constants
Polarity
{ POLARITY_UNIPOLAR: integer = 1, POLARITY_BIPOLAR: integer = 2, }
Properties
name : string
READ-ONLY
name_observable : renoise.Document.ObservableString
polarity : renoise.DeviceParameter.Polarity
READ-ONLY
value_min : number
READ-ONLY
value_max : number
READ-ONLY
value_quantum : number
READ-ONLY
value_default : number
READ-ONLY
time_quantum : number
READ-ONLY
is_automatable : boolean
READ-ONLY
is_automated : boolean
READ-ONLY Is automated. Not valid for parameters of instrument devices.
is_automated_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
is_midi_mapped : boolean
READ-ONLY Parameter has a custom MIDI mapping in the current song.
is_midi_mapped_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
show_in_mixer : boolean
Show in mixer. Not valid for parameters of instrument devices.
show_in_mixer_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
value : number
value in Range: (value_min - value_max)
value_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
value_string : string
value_string_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
Functions
record_value(self, value : number)
Set a new value and write automation when the MIDI mapping "record to automation" option is set. Only works for parameters of track devices, not for instrument devices.