Pass Filter Block

Please refer to the TTP Overview section for more details on the controlling Tesira devices using the TTP protocol.

Each element of the command instruction is delimited by one or more spaces. The commands are case sensitive and upper and lower case characters are used.

The TTP string to adjust a DSP object attribute is structured in the following order:

Instance_Tag Command Attribute [Index] [Value] LF


Instance Tag Command Attribute Code Value
PassFilter1 set frequency 100

Example
PassFilter1 set frequency 100 +OK

 

Filter Type and Slope Values must be specified within square brackets -filter type must be specified before slope and both parameters MUST be included.

Example
PassFilter1 set filterTypeSlope [LINKWITZ_RILEY 24] +OK

 

The following format is also acceptable. Since "type" and "slope" are clearly denoted within the {braces}, the [value] variables can be provided in either order.

Example
PassFilter1 set filterTypeSlope {"type":LINKWITZ_RILEY "slope":24} +OK

Reason Code
Attribute Code
Command
Value Range
Bypass bypass get / set toggle false, true
Filter Type filterType get BUTTERWORTH, LINKWITZ_RILEY, BESSEL
Filter Type & Slope filterTypeSlope get / set [Type, slope] or {"type":Type "slope":slope}    Type:BUTTERWORTH, Slope:6,12,18,24,30,36,42,48    Type: LINKWITZ_RILEY, Slope: 12, 24,36,48    Type: BESSEL Slope:6,12,18,24,30,36,42,48
Cutoff Frequency frequency get / set increment decrement 20.0 - 20000.0 Hz
Max Slope maxSlope get Always 48 dB/oct
Filter Slope slope get Linkwitz/Riley: 12, 24,36,48 Butterworth: 6,12,18,24,30,36,42,48 Bessel: 6,12,18,24,30,36,42,48