User manual LEXICON RV8 V1.0 SERIAL COMMUNICATIONS PROTOCOL DEFINITION REV 1-7

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual LEXICON RV8 V1.0. We hope that this LEXICON RV8 V1.0 user guide will be useful to you.


LEXICON RV8 V1.0 SERIAL COMMUNICATIONS PROTOCOL DEFINITION REV 1-7: Download the complete user guide (356 Ko)

Manual abstract: user guide LEXICON RV8 V1.0SERIAL COMMUNICATIONS PROTOCOL DEFINITION REV 1-7

Detailed instructions for use are in the User's Guide.

[. . . ] RV-8 Serial Communications Protocol Printed on: 01/18/05 Serial Communications Protocol Definition Project: RV8 Software Version 1. 0 Protocol Version: Major rev 1 Minor rev 7 © 2004 Lexicon, Inc. RV-8 Serial Communications Protocol Printed on: 01/18/05 Manufactured under license from Dolby Laboratories. "Dolby, " "Pro Logic, " and the double-D symbol are trademarks of Dolby Laboratories. "Surround EX" is a jointly developed technology of THX and Dolby Laboratories, Inc. , and is a trademark of Dolby. [. . . ] RV8 will respond with "RV8 Parameter Definition Packet". © 2004 Lexicon, Inc. RV-8 Serial Communications Protocol Printed on: 01/18/05 7. 3. 13. 1 Command Packet Description Application Header: Command MC_GET_PARAM_BY_ID Data Count 2 Application Data: Data[0] ParamId(LSB) Data[1] ParamId(MSB) 0x35 0x02 nn nn 7. 3. 13. 2 Data Description ParamId: Data Type: Max Value: Unsigned 16 bit Integer Max Parameter Count as reported by the RV8 Unit Configuration Response Packet in 7. 3. 16. 2 7. 3. 13. 3 Data Validation: If the ParamId is not a valid Id the RV8 will respond with a NAK packet and error code DC_ INVALID_PARAM_ID. 7. 3. 13. 4 Parameter Definition Response Packet The following Packet has been defined as follows for RV8 V1. 00. Application Header: Command Data Count Application Data: Data[0] Data[1] Data[2] Data[3] Data[4] Data[5] Data[6] Data[7-27] Data[28]-Data[108] Data[108] MC_SYS_PARAM_DEF_PKT 0x8F 110 0x6E ParamId(LSB) ParamId(MSB) ParamType MAX Value(LSB) MAX Value(MSB) MIN Value(LSB) MIN Value(MSB) CurrentValue[0 -20] Parameter Path Read Only nn nn nn nn nn nn nn nn nn nn. . . 0x00 nn 7. 3. 13. 5 Data Description ParamId: Data Type: Max Value: Unsigned 16 bit Integer Max Parameter Count as reported by the RV8 Unit Configuration Response Packet in 7. 3. 16. 2 © 2004 Lexicon, Inc. RV-8 Serial Communications Protocol ParamType: Param Type Name PARAM_TYPE_UINT8 PARAM_TYPE_UINT16 PARAM_TYPE_CSTR8 PARAM_TYPE_CSTR13 PARAM_TYPE_UINT32 PARAM_TYPE_BOOLEAN PARAM_TYPE_INT8 PARAM_TYPE_BRANCH PARAM_TYPE_INT16 PARAM_TYPE_CSTR20 PARAM_TYPE_ARRAY Printed on: 01/18/05 ParamTy pe ID 0 1 2 3 4 5 6 7 8 9 10 Type Description Unsigned 8 bit integer(0 to 255) Unsigned 16 bit integer(0 to 65535) Zero terminated string of 8 ascii characters Zero terminated string of 13 ascii characters Unsigned 32 bit integer (0 to 4, 294, 967, 295 ) Boolean( 0 to 1) Signed 8 bit integer (-127 to 128) Parameter Branch Signed 16 bit integer (-32, 767 to 32, 768) Zero terminated string of 20 ascii characters Unsigned 16 bit number representing the number of elements in the array, another 16 bit number representing the number of bytes in an ArrayItem Not Used Yet Data Size (Bytes) 1 2 9 14 4 1 1 N/A 2 21 4 PARAM_TYPE_ARRAYITEM Data: 11 0 The data value transmitted is dependent on the ParamType, as described above. The CurrentValue is always packed starting at the CurrentValue [0] byte in the packet. For multi-byte data, the values are packed LSB first(CurrentValue [0]) to MSB(CurrentValue [0+(num bytes-1)]). For example: Setting a given signed 16 bit parameter to a value of 300 the data array would be packed as follows: Data[0] = 0xd4 Data[1] = 0xfe Data[2 - 13] = don't care. If a parameter's current value is a signed 16 bit parameter with a value of -3 the data array would be packed as follows: Data[0] = 0xfd Data[1] = 0xff Data[2 - 13] = don't care. Max Value: This is a 16 bit value representing the maximum value for a parameter. Parameter values exceeding the maximum will be limited to the maximum. This may be a signed or unsigned value depending on the Parameter Type. RV-8 Serial Communications Protocol Printed on: 01/18/05 This is a 16 bit value representing the minimum value for a parameter. Parameter values exceeding the minimum will be limited to the minimum. This may be a signed or unsigned value depending on the Parameter Type. Parameter Path: This is a zero terminated ASCII character string describing the parameter's name and path in the units parameter tree structure. Read Only: Data Type: TRUE: FALSE: Boolean Parameter is read only Parameter is writeable 7. 3. 14 Set Parameter Value by Id RV8 Set Parameter by Id command sets the parameter value equal to the value sent in the command packet and then runs the appropriate functional changes associated with changing the given parameter. 7. 3. 14. 1 Command Packet Description Application Header: Command MC_CMD_SET_SYS_PARAM_VALUE_BY_ID Data Count 24 Application Data: Data[0] ParamId(LSB) Data[1] ParamId(MSB) Data[2] ParamType Data[3-23] Value[0 -20] 0x36 0x18 nn nn nn nn nn nn. . . 7. 3. 14. 2 Data Description ParamId: Data Type: Max Value: Unsigned 16 bit Integer Max Parameter Count as reported by the RV8 Unit Configuration Response Packet in 7. 3. 16. 2 Param Type ID 0 1 2 3 4 5 6 7 Type Description Unsigned 8 bit integer(0 to 255) Unsigned 8 bit integer(0 to 65535) Zero terminated string of 8 ascii characters Zero terminated string of 13 ascii characters Unsigned 32 bit integer (0 to 4, 294, 967, 295 ) Boolean (0 to 1) Signed 8 bit integer (-127 to 128) Parameter Branch Data Size (Bytes) 1 2 9 14 4 1 1 N/A 21 of 74 ParamType: Param Type Name PARAM_TYPE_UINT8 PARAM_TYPE_UINT16 PARAM_TYPE_CSTR8 PARAM_TYPE_CSTR13 PARAM_TYPE_UINT32 PARAM_TYPE_BOOLEAN PARAM_TYPE_INT8 PARAM_TYPE_BRANCH © 2004 Lexicon, Inc. RV-8 Serial Communications Protocol PARAM_TYPE_INT16 PARAM_TYPE_CSTR20 PARAM_TYPE_ARRAY 8 9 10 Printed on: 01/18/05 Signed 16 bit integer (-32, 767 to 32, 768) Zero terminated string of 20 ascii characters Unsigned 16 bit number representing the number of elements in the array, another 16 bit number representing the number of bytes in an ArrayItem Unsigned 16 ParamId, Unsigned 8 bit ParamType, Unsigned 16 ArrayItem Index, Unsigned 8 Databytes 0 to 128 2 21 4 PARAM_TYPE_ARRAYITEM 11 133 Value: The data value transmitted is dependent on the ParamType, as described above. The Data Value is always packed starting at the Value[0] byte in the packet. For multi-byte data, the values are packed LSB first(Value[0]) to MSB(Value[0+(num bytes-1)]). For example: Setting a given signed 16 bit parameter to a value of -300 the data array would be packed as follows: Value[0] = 0xd4 Value[1] = 0xfe Value[2 - 13] = don't care. All signed values are in the 2's compliment format. 7. 3. 14. 3 Data Validation: The ParamId must be a valid Parameter. [. . . ] RV-8 Serial Communications Protocol 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 0x113 0x114 0x115 0x116 0x117 0x118 0x119 0x11A 0x11B 0x11C 0x11D 0x11E 0x11F 0x120 0x121 0x122 0x123 0x124 0x125 0x126 0x127 0x128 0x129 0x12A 0x12B 0x12C 0x12D 0x12E 0x12F 0x130 0x131 0x132 0x133 0x134 0x135 0x136 0x137 0x138 0x139 0x13A 0x13B 0x13C 0x13D 0x13E 0x13F 0x140 0x141 0x142 0x143 0x144 0x145 0x146 Printed on: 01/18/05 PARAM. INPUTS. AUX. _51_AD_EFFECT PARAM. INPUTS. AUX. VIDEO_PLL PARAM. INPUTS. AUX. LAST2CHEFFECT PARAM. INPUTS. AUX. LASTDDEFFECT PARAM. INPUTS. AUX. LASTDTSEFFECT PARAM. INPUTS. AUX. LAST51ADEFFECT PARAM. INPUTS. ANLGCONFIG PARAM. INPUTS. LEVELS PARAM. INPUTS. LEVELS. INLEFT PARAM. INPUTS. LEVELS. INRIGHT PARAM. INPUTS. LEVELS. INCENTER PARAM. INPUTS. LEVELS. INLFE PARAM. INPUTS. LEVELS. SIDELEFT PARAM. INPUTS. LEVELS. SIDERIGHT PARAM. INPUTS. LEVELS. REARLEFT PARAM. INPUTS. LEVELS. REARRIGHT PARAM. INPUTS. LEVELS. PEAK PARAM. INPUTS. AUTOTRIM PARAM. INPUTS. PHONO PARAM. INPUTS. PHONO. INPNAME PARAM. INPUTS. PHONO. DIGIN PARAM. INPUTS. PHONO. ANLGIN PARAM. INPUTS. PHONO. ANLGTRIM PARAM. INPUTS. PHONO. TRIMMODE PARAM. INPUTS. PHONO. VIDEOIN PARAM. INPUTS. PHONO. CH2EFFCT PARAM. INPUTS. PHONO. DDEFFCT PARAM. INPUTS. PHONO. DTSEFFCT PARAM. INPUTS. PHONO. MSRCMODE PARAM. INPUTS. PHONO. Z3SRCMODE PARAM. INPUTS. PHONO. Z2SRCMODE PARAM. INPUTS. PHONO. Z2TRIM PARAM. INPUTS. PHONO. Z2TXRATE PARAM. INPUTS. PHONO. ANLGBYPASS PARAM. INPUTS. PHONO. Z2DIGBYPASS PARAM. INPUTS. PHONO. TRIGGER1 PARAM. INPUTS. PHONO. TRIGGER2 PARAM. INPUTS. PHONO. COMPONENTIN PARAM. INPUTS. PHONO. SVID_16_9 PARAM. INPUTS. PHONO. Z2BLOCK PARAM. INPUTS. PHONO. SVIDOSD_4_3 PARAM. INPUTS. PHONO. COMPNTOSD PARAM. INPUTS. PHONO. _51_AD_EFFECT PARAM. INPUTS. PHONO. VIDEO_PLL PARAM. INPUTS. PHONO. LAST2CHEFFECT PARAM. INPUTS. PHONO. LASTDDEFFECT PARAM. INPUTS. PHONO. LASTDTSEFFECT PARAM. INPUTS. PHONO. LAST51ADEFFECT PARAM. MAIN PARAM. MAIN. OUTPUTS PARAM. MAIN. OUTPUTS. AUTOCAL_DATA PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_FRONT_HP_XOVER © 2004 Lexicon, Inc. RV-8 Serial Communications Protocol 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 0x147 0x148 0x149 0x14A 0x14B 0x14C 0x14D 0x14E 0x14F 0x150 0x151 0x152 0x153 0x154 0x155 0x156 0x157 0x158 0x159 0x15A 0x15B 0x15C 0x15D 0x15E 0x15F 0x160 0x161 0x162 0x163 0x164 0x165 0x166 0x167 0x168 0x169 0x16A 0x16B 0x16C 0x16D 0x16E 0x16F 0x170 0x171 0x172 0x173 0x174 0x175 0x176 0x177 0x178 0x179 0x17A Printed on: 01/18/05 PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_FRONT_L_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_FRONT_L_LEVEL PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_FRONT_R_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_FRONT_R_LEVEL PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_CNTR_HP_XOVER PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_CNTR_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_CNTR_LEVEL PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SIDE_HP_XOVER PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SIDE_L_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SIDE_L_LEVEL PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SIDE_R_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SIDE_R_LEVEL PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_REAR_HP_XOVER PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_REAR_L_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_REAR_L_LEVEL PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_REAR_R_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_REAR_R_LEVEL PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SUB_LP_XOVER PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SUB_L_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SUB_L_LEVEL PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SUB_R_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_SUB_R_LEVEL PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_LFE_DIST PARAM. MAIN. OUTPUTS. AUTOCAL_DATA. AC_LFE_LEVEL PARAM. MAIN. OUTPUTS. FRONT PARAM. MAIN. OUTPUTS. FRONT. HP_XOVER PARAM. MAIN. OUTPUTS. FRONT. LEFT PARAM. MAIN. OUTPUTS. FRONT. LEFT. DISTANCE PARAM. MAIN. OUTPUTS. FRONT. LEFT. OUTLEVEL PARAM. MAIN. OUTPUTS. FRONT. RIGHT PARAM. MAIN. OUTPUTS. FRONT. RIGHT. DISTANCE PARAM. MAIN. OUTPUTS. FRONT. RIGHT. OUTLEVEL PARAM. MAIN. OUTPUTS. CENTER PARAM. MAIN. OUTPUTS. CENTER. HP_XOVER PARAM. MAIN. OUTPUTS. CENTER. DISTANCE PARAM. MAIN. OUTPUTS. CENTER. OUTLEVEL PARAM. MAIN. OUTPUTS. SIDE PARAM. MAIN. OUTPUTS. SIDE. HP_XOVER PARAM. MAIN. OUTPUTS. SIDE. LEFT PARAM. MAIN. OUTPUTS. SIDE. LEFT. DISTANCE PARAM. MAIN. OUTPUTS. SIDE. LEFT. OUTLEVEL PARAM. MAIN. OUTPUTS. SIDE. RIGHT PARAM. MAIN. OUTPUTS. SIDE. RIGHT. DISTANCE PARAM. MAIN. OUTPUTS. SIDE. RIGHT. OUTLEVEL PARAM. MAIN. OUTPUTS. REAR PARAM. MAIN. OUTPUTS. REAR. HP_XOVER PARAM. MAIN. OUTPUTS. REAR. LEFT PARAM. MAIN. OUTPUTS. REAR. LEFT. DISTANCE PARAM. MAIN. OUTPUTS. REAR. LEFT. OUTLEVEL PARAM. MAIN. OUTPUTS. REAR. RIGHT PARAM. MAIN. OUTPUTS. REAR. RIGHT. DISTANCE PARAM. MAIN. OUTPUTS. REAR. RIGHT. OUTLEVEL © 2004 Lexicon, Inc. RV-8 Serial Communications Protocol 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 0x17B 0x17C 0x17D 0x17E 0x17F 0x180 0x181 0x182 0x183 0x184 0x185 0x186 0x187 0x188 0x189 0x18A 0x18B 0x18C 0x18D 0x18E 0x18F 0x190 0x191 0x192 0x193 0x194 0x195 0x196 0x197 0x198 0x199 0x19A 0x19B 0x19C 0x19D 0x19E 0x19F 0x1A0 0x1A1 0x1A2 0x1A3 0x1A4 0x1A5 0x1A6 0x1A7 0x1A8 0x1A9 0x1AA 0x1AB 0x1AC 0x1AD 0x1AE PARAM. MAIN. OUTPUTS. SUB PARAM. MAIN. OUTPUTS. SUB. LP_XOVER PARAM. MAIN. OUTPUTS. SUB. LEFT PARAM. MAIN. OUTPUTS. SUB. LEFT. DISTANCE PARAM. MAIN. OUTPUTS. SUB. LEFT. OUTLEVEL PARAM. MAIN. OUTPUTS. SUB. RIGHT PARAM. MAIN. OUTPUTS. SUB. RIGHT. DISTANCE PARAM. MAIN. OUTPUTS. SUB. RIGHT. OUTLEVEL PARAM. MAIN. OUTPUTS. SUB. CONFIG PARAM. MAIN. OUTPUTS. SUB. LIMITEN PARAM. MAIN. OUTPUTS. SUB. LIMITADJ PARAM. MAIN. OUTPUTS. LFE PARAM. MAIN. OUTPUTS. LFE. DISTANCE PARAM. MAIN. OUTPUTS. LFE. OUTLEVEL PARAM. MAIN. OUTPUTS. LFE. LIMITEN PARAM. MAIN. OUTPUTS. LFE. LIMITADJ PARAM. MAIN. OUTPUTS. LFE. PRESENT PARAM. MAIN. OUTPUTS. DISTUNITS PARAM. MAIN. OUTPUTS. SUBNOISE PARAM. MAIN. OUTPUTS. THX_ULTRA2_SUB PARAM. MAIN. OUTPUTS. THX_BGC PARAM. MAIN. OUTPUTS. THX_ASA PARAM. MAIN. DATA_STREAM PARAM. MAIN. DATA_STREAM. SAMPLE_RATE PARAM. MAIN. DATA_STREAM. DATA_TYPE PARAM. MAIN. DATA_STREAM. CHANNELS PARAM. MAIN. DATA_STREAM. SILENT PARAM. MAIN. INPUT PARAM. MAIN. EFFECT PARAM. MAIN. VOLUME PARAM. MAIN. BALANCE PARAM. MAIN. FADER PARAM. MAIN. PWRONVOL PARAM. MAIN. MUTEBY PARAM. MAIN. BASS PARAM. MAIN. TREBLE PARAM. MAIN. TILT PARAM. MAIN. MUTE PARAM. MAIN. MODE PARAM. MAIN. LOUDNESS PARAM. MAIN. DOLBYDATA PARAM. MAIN. DOLBYDATA. DD_CHAN PARAM. MAIN. DOLBYDATA. ENCODING PARAM. MAIN. DOLBYDATA. REF_OFFSET PARAM. MAIN. DOLBYDATA. DDBITRATE PARAM. MAIN. DOLBYDATA. EXDETECT PARAM. MAIN. DOLBYDATA. ROOMTYPE PARAM. MAIN. DOLBYDATA. CLEV PARAM. MAIN. DOLBYDATA. SLEV PARAM. MAIN. DTSDATA PARAM. MAIN. DTSDATA. DTS_CHAN PARAM. MAIN. DTSDATA. ES_FLAG Printed on: 01/18/05 © 2004 Lexicon, Inc. RV-8 Serial Communications Protocol 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 0x1AF 0x1B0 0x1B1 0x1B2 0x1B3 0x1B4 0x1B5 0x1B6 0x1B7 0x1B8 0x1B9 0x1BA 0x1BB 0x1BC 0x1BD 0x1BE 0x1BF 0x1C0 0x1C1 0x1C2 0x1C3 0x1C4 0x1C5 0x1C6 0x1C7 0x1C8 0x1C9 0x1CA 0x1CB 0x1CC 0x1CD 0x1CE 0x1CF 0x1D0 0x1D1 0x1D2 0x1D3 0x1D4 0x1D5 0x1D6 0x1D7 0x1D8 0x1D9 0x1DA 0x1DB 0x1DC 0x1DD 0x1DE 0x1DF 0x1E0 0x1E1 0x1E2 Printed on: 01/18/05 PARAM. MAIN. DTSDATA. DTSBITRATE PARAM. MAIN. DTSDATA. WORDLEN PARAM. MAIN. DTSDATA. SFREQ PARAM. MAIN. DTSDATA. _9624FLAG PARAM. MAIN. LASTVOLUME PARAM. ZONE3 PARAM. ZONE3. DATA_STREAM PARAM. ZONE3. DATA_STREAM. SAMPLE_RATE PARAM. ZONE3. DATA_STREAM. DATA_TYPE PARAM. ZONE3. DATA_STREAM. CHANNELS PARAM. ZONE3. INPUT PARAM. ZONE3. VOLUME PARAM. ZONE3. BALANCE PARAM. ZONE3. PWRONVOL PARAM. ZONE3. MUTE PARAM. ZONE3. TRIGGER1 PARAM. ZONE3. TRIGGER2 PARAM. EFFECTS PARAM. EFFECTS. INT_NOISE PARAM. EFFECTS. INT_NOISE. NAME PARAM. EFFECTS. INT_NOISE. OUTPUTLEVELS PARAM. EFFECTS. INT_NOISE. OUTPUTLEVELS. CNTROUTLEVEL PARAM. EFFECTS. INT_NOISE. OUTPUTLEVELS. SIDEOUTLEVEL PARAM. EFFECTS. INT_NOISE. OUTPUTLEVELS. REAROUTLEVEL PARAM. EFFECTS. INT_NOISE. OUTPUTLEVELS. SUBOUTLEVEL PARAM. EFFECTS. INT_NOISE. OUTPUTLEVELS. LFEOUTLEVEL PARAM. EFFECTS. INT_NOISE. TRIGGER1 PARAM. EFFECTS. INT_NOISE. TRIGGER2 PARAM. EFFECTS. INT_NOISE. FRONTOUTLEVEL PARAM. EFFECTS. DTS_NEO_THX PARAM. EFFECTS. DTS_NEO_THX. NAME PARAM. EFFECTS. DTS_NEO_THX. OUTPUTLEVELS PARAM. EFFECTS. DTS_NEO_THX. OUTPUTLEVELS. CNTROUTLEVEL PARAM. EFFECTS. DTS_NEO_THX. OUTPUTLEVELS. SIDEOUTLEVEL PARAM. EFFECTS. DTS_NEO_THX. OUTPUTLEVELS. REAROUTLEVEL PARAM. EFFECTS. DTS_NEO_THX. OUTPUTLEVELS. SUBOUTLEVEL PARAM. EFFECTS. DTS_NEO_THX. OUTPUTLEVELS. LFEOUTLEVEL PARAM. EFFECTS. DTS_NEO_THX. TRIGGER1 PARAM. EFFECTS. DTS_NEO_THX. TRIGGER2 PARAM. EFFECTS. DTS_NEO_THX. DECORRELATE PARAM. EFFECTS. DTS_NEO_THX. MONOREARON PARAM. EFFECTS. DTS_NEO_THX. REEQ PARAM. EFFECTS. DTS_NEO_THX. TIMBRE PARAM. EFFECTS. DTS_NEO_THX. REARTIMBRE PARAM. EFFECTS. LOGIC7 PARAM. EFFECTS. LOGIC7. NAME PARAM. EFFECTS. LOGIC7. OUTPUTLEVELS PARAM. EFFECTS. LOGIC7. OUTPUTLEVELS. CNTROUTLEVEL PARAM. EFFECTS. LOGIC7. OUTPUTLEVELS. SIDEOUTLEVEL PARAM. EFFECTS. LOGIC7. OUTPUTLEVELS. REAROUTLEVEL PARAM. EFFECTS. LOGIC7. OUTPUTLEVELS. SUBOUTLEVEL PARAM. EFFECTS. LOGIC7. OUTPUTLEVELS. LFEOUTLEVEL © 2004 Lexicon, Inc. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE LEXICON RV8 V1.0




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual LEXICON RV8 V1.0 will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.