Reference Guide

81
SONAR basics
Introduction
2. On the General tab, you can adust these options:
Enable X-Ray. Enable or disable this check box to turn the X-Ray Windows feature on or off.
Opacity. Adjust this value by typing in a value, or by clicking and holding the + or - button to
adjust the final opacity percentage value that an X-Rayed window reaches.
Fade Out Time. Adjust this value by typing in a value, or by clicking and holding the + or -
button to adjust the amount of time that an X-Rayed window takes to reach its final opacity
percentage value.
Fade In Time. Adjust this value by clicking and holding the + or - button to adjust the amount
of time that an X-Rayed window takes to restore its original opacity.
3. Click OK to close the dialog and accept your changes.
To exclude a plug-in from X-Ray capablity
Some plug-ins (very few) use DirectDraw to create their windows. These windows appear jittery
when x-rayed.
To exclude a plug-in from X-Ray capablity, follow these steps:
1. Open the Cakewalk Plug-in Manager: use the Tools >Cakewalk Plug- in Manager command.
2. In the Plug-in Categories window, select the category that the plug-in you want to exclude is in.
3. In the Registered Plug-ins window, select the plug-in that you want to exclude.
4. If the plug-in is a DirectX effect or an MFX, write down (or select and copy) the CLSID value that’s
in the CLSID field at the bottom of the dialog.
5. If the plug-in is a VST or VSTi, write down the VST ID value that’s in the VST ID field at the bottom
of the dialog.
6. Close the Plug-in Manager dialog.
7. Open the Xrayexclude.ini file that’s in your SONAR program folder (use Notepad).
8. At the end of the file, find the [EffectProps View] section.
You will see entries such as the following:
; Waves SSL EQ Stereo
XRayExclude11=1397510483
XRayExclude12={E451379E-F7E1-4E82-98D9-BEB87AC45E90}
9. Exclude your plug-in by creating a blank line below the last entry in the [EffectProps View]
section, and then typing:
;[name of your plug-in, but withour brackets]
XRayExclude[type the next available number in XRayExclude list, but without brackets]=[VST ID
number, with no brackets, or CLSID number, with curly braces at start and finish]
For example, if the last entry in the [EffectProps View] section was:
; Waves SSL EQ Stereo
XRayExclude11=1397510483
XRayExclude12={E451379E-F7E1-4E82-98D9-BEB87AC45E90}