S2L EQ / Spectrum

   Print  Previous  Next

Functions Provided By S2L EQ / Spectrum

This effect uses the following functions:

This Effect uses Directions. Learn more »Using Directions
This Effect uses the Gradient Dialog. Learn more »Using Gradient Dialog
This Effect uses Look-At Types. Learn more »Using Look-At Types
This Effect uses Shapes. Learn more »Using Shapes

 

Function

Description

void SetDrop(int value)

Sets the Drop value.

float GetDrop()

Returns the Drop value.

void SetFade(int value)

Sets the Fade value.

int GetFade()

Returns the Fade value.

void SetWidth1(float value)

Sets the Width 1 value.

float GetWidth1()

Returns the Width 1 value.

void SetPixelWidth1(int value)

Sets the Width 1 in pixels.

int GetPixelWidth1()

Returns the Width 1 in pixels.

void SetPitch1(float value)

Sets the Pitch 1 value.

float GetPitch1()

Returns the Pitch 1 value.

void SetPixelPitch1(int value)

Sets the Pitch 1 in pixels.

int GetPixelPitch1()

Returns the Pitch 1 in pixels.

void SetWidth2(float value)

Sets the Width 2 value.

float GetWidth2()

Returns the Width 2 value.

void SetPixelWidth2(int value)

Sets the Width 2 in pixels.

int GetPixelWidth2()

Returns the Width 2 in pixels.

void SetPitch2(float value)

Sets the Pitch 2 value.

int GetPitch2()

Returns the Pitch 2 value.

void SetPixelPitch2(int value)

Sets the Pitch 2 in pixels.

int GetPixelPitch2()

Returns the Pitch 2 in pixels.

void SetLogarithmic(int value)

Sets the Logarithmic option. Use TRUE to activate it. Use FALSE to deactivate it.

int GetLogarithmic()

Returns TRUE, if the Logarithmic option is activated, otherwise FALSE.

void ToggleLogarithmic()

Toggles the Logarithmic option.

void SetAmplification(int value)

Sets the Amplification value.

int GetAmplification()

Returns the Amplification value.

void SetInvert(int value)

Sets the Invert option. Use TRUE to activate it. Use FALSE to deactivate it.

int GetInvert()

Returns TRUE, if the Invert option is activated, otherwise FALSE.

void ToggleInvert()

Toggle the Invert option.

void SetMirror(int value)

Sets the Mirror option. Use TRUE to activate it. Use FALSE to deactivate it.

int GetMirror()

Returns TRUE, if the Mirror option is activated, otherwise FALSE.

void ToggleMirror()

Toggle the Mirror option.

void SetColorMode(int value)

Sets the Color Mode. See below for a list of constants.

int GetColorMode()

Returns the current Color Mode. See below for a list of constants.

void SetDRC(int value)

Sets the DRC option. Use TRUE to activate it. Use FALSE to deactivate it.

int GetDRC()

Returns TRUE, if the DRC option is activated, otherwise FALSE.

void ToggleDRC()

Toggle the DRC option.

void SetShift(int value)

Sets the Shift value.

int GetShift()

Returns the Shift value.

 

Color Mode Constants

Constant

Description

int COLOR_MODE_MONOCHROME

Sets the color mode to Monochrome.

int COLOR_MODE_BAND

Sets the color mode to Band.

int COLOR_MODE_MATRIX

Sets the color mode to Matrix.

 

Deprecated Functions

Deprecated functions are outdated functions and should not be used anymore.

Function/Constant

Description

void SetAmplify(int value)

Use void SetAmplification(int value) instead.

int GetAmplify()

Use int GetAmplification() instead.

void SetViewLog(int value)

Use void SetLogarithmic(int value) instead.

int GetViewLog()

Use int GetLogarithmic() instead.

void ToggleViewLog()

Use void ToggleLogarithmic() instead.

void SetPushHF(int value)

Use void SetDRC(int value) instead.

int GetPushHF()

Use int GetDRC() instead.

void TogglePushHF()

Use void ToggleDRC() instead.

 

MADRIX 2.X To MADRIX 3.X Migration Hints

The MADRIX 2.X effect S2L Equalizer has been renamed to S2L EQ / Spectrum in MADRIX 3.X. The following functions and constants are not supported anymore. Please follow the hints to migrate your macros.

Function/Constant

Description

void SetDoubleOutToIn(int value)

Use SetDirection(int value) instead.

int GetDoubleOutToIn()

Use GetDirection() instead.

void SetDoubleInToOut(int value)

Use SetDirection(int value) instead.

int GetDoubleInToOut()

Use GetDirection() instead.

void SetBands(int value)

Use SetPitch1(float value) and SetPitch2(float value) instead.

If you would like to see no gabs or overlapping tubes use SetWidth1(float value) and SetWidth2(float value) with the same values as the pitch values.

int GetBands()

Use GetPitch1() and GetPitch2() instead.

void SetMonochrome(int value)

Use SetColorMode(COLOR_MODE_MONOCHROME) instead.

int GetMonochrome()

Use GetColorMode() instead.

void SetBandMode(int value)

Use SetColorMode(COLOR_MODE_BAND) instead.

int GetBandMode()

Use GetColorMode() instead.

void SetDrawMode(int value)

Use SetDirection(int value) and SetShapeType(int value) instead.

int GetDrawMode()

Use GetDirection() and GetShapeType() instead.

 

MADRIX Version: 3.6j | Script Version: 2.22
[Ctrl & +/-] = Zoom In/Out | [Ctrl & 0] = 100%
Print   Previous   Next