SCE Counter

   Print  Previous  Next

Functions Provided By SCE Counter

This effect uses the following functions:

This Effect uses Directions. Learn more »Using Direction
This Effect uses Look-At Types. Learn more »Using Look-At Types
This Effect uses the Color Table. Learn more »Using Color Table
This Effect uses the BPM Control. Learn more »Using BPM Control
This Effect uses the Position Controls. Learn more »Using Position Controls
 
This Effect uses the String Table. Learn more »Using String Table

 

Function

Description

void SetPitch(float value)

Sets the Pitch value in percent.

float GetPitch()

Returns the current Pitch value.

void SetScaleX(float value)

Sets the Scale factor regarding X.

float GetScaleX()

Returns the current Scale factor for X.

void SetScaleY(float value)

Sets the Scale factor regarding Y.

float GetScaleY()

Returns the current Scale factor for Y.

void SetScaleZ(float value)

Sets the Scale factor regarding Z.

float GetScaleZ()

Returns the current Scale factor for Z.

void SetScale(float value, float value, float value)

Sets the Scale value for X, Y, and Z.

void SetFadeIn(int value)

Sets the first int value of the Fade slider.

int GetFadeIn()

Returns the current first value of the Fade slider.

void SetFadeOut(int value)

Sets the second int value of the Fade slider.

int GetFadeOut()

Returns the current second value of the Fade slider.

void SetInterpolationIn(int value)

Sets the first int value of the Interpolation slider.

int GetInterpolationIn()

Returns the current first value of the Interpolation slider.

void SetInterpolationOut(int value)

Sets the second int value of the Interpolation slider.

int GetInterpolationOut()

Returns the current second value of the Interpolation slider.

void SetAutoStart(int value)

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

int GetAutoStart()

Returns TRUE, if Autostart is activated, otherwise FALSE.

void ToggleAutoStart()

Toggles Autostart.

void Start()

Forces a start.

void SetEndMode(int mode)

Sets the mode for the last element. See below for a list of constants.

(int mode) GetEndMode()

Returns the current mode for the last element.

void SetTextAlignmentHorizontal(int alignment)

Sets the horizontal text alignment of elements. See below for a list of constants.

int GetTextAlignHorizontal()

Returns the current horizontal text alignment of elements.

void SetTextAlignmentVertical(int alignment)

Sets the vertical text alignment of elements. See below for a list of constants.

int GetTextAlignmentVertical()

Returns the current vertical text alignment of elements.

void SetInterpolationType1(int type)

Sets the Interpolation Type 1. See below for a list of constants.

int GetInterpolationType1()

Returns the current Interpolation Type 1.

void SetInterpolationType2(int type)

Sets the Interpolation Type 2. See below for a list of constants.

int GetInterpolationType2()

Returns the current Interpolation Type 2.

void SetRotation(int angle)

Sets the Rotation globally for all elements of the String Table. It is possible to rotate the elements by multiples of 90°. This function is equal to the rotation button provided by the GUI of the effect. Valid values for angle are 0, 90, 180, and 270.

int GetRotation()

Returns the current Rotation value.

void SetFilteringMode(int mode)

Sets the Filtering mode. See below for details.

mode GetFilteringMode()

Returns the Filtering mode.

void SetExtrusion(float value)

Sets the Extrusion value in percent of the matrix size (depending on the current look-at type).

float GetExtrusion()

Returns the current Extrusion value in percent of the matrix size (depending on the current look-at type).

void SetPixelExtrusion(int value)

Sets the Extrusion value in pixels.

int GetPixelExtrusion()

Returns the current Extrusion value in pixels.

 

Last Element Mode Constants

Constant

Description

int ENDMODE_MOVE

Sets the Last Element Mode to Move.

int ENDMODE_STAY

Sets the Last Element Mode to Stay.

int ENDMODE_CLEAR

Sets the Last Element Mode to Clear.

 

Horizontal Text Alignment Constants

Constant

Description

int TEXT_ALIGNMENT_HORIZONTAL_LEFT

Sets the Horizontal Text Alignment to Left.

int TEXT_ALIGNMENT_HORIZONTAL_CENTER

Sets the Horizontal Text Alignment to Center.

int TEXT_ALIGNMENT_HORIZONTAL_RIGHT

Sets the Horizontal Text Alignment to Right.

 

Vertical Text Alignment Constants

Constant

Description

int TEXT_ALIGNMENT_VERTICAL_TOP

Sets the Vertical Text Alignment to Top.

int TEXT_ALIGNMENT_VERTICAL_CENTER

Sets the Vertical Text Alignment to Center.

int TEXT_ALIGNMENT_VERTICAL_BOTTOM

Sets the Vertical Text Alignment to Bottom.

 

Filtering Mode Constants

Value

Description

int FILTERING_MODE_NEAREST_NEIGHBOR

Sets the Filtering Mode to None (no filtering).

int FILTERING_MODE_LINEAR

Sets the Filtering Mode to Linear (may require additional performance).

 

Interpolation Type Constants

Constant

Description

int INTERPOLATION_TYPE_LINEAR

Sets the Interpolation Type to Linear.

int INTERPOLATION_TYPE_EASE_BOUNCE_IN

Sets the Interpolation Type to Ease In Bounce.

int INTERPOLATION_TYPE_EASE_BOUNCE_OUT

Sets the Interpolation Type to Ease Out Bounce.

int INTERPOLATION_TYPE_EASE_BOUNCE_INOUT

Sets the Interpolation Type to Ease In Out Bounce.

int INTERPOLATION_TYPE_EASE_CIRC_IN

Sets the Interpolation Type to Ease In Circular.

int INTERPOLATION_TYPE_EASE_CIRC_OUT

Sets the Interpolation Type to Ease Out Circular.

int INTERPOLATION_TYPE_EASE_CIRC_INOUT

Sets the Interpolation Type to Ease In Out Circular.

int INTERPOLATION_TYPE_EASE_CUBIC_IN

Sets the Interpolation Type to Ease In Cubic.

int INTERPOLATION_TYPE_EASE_CUBIC_OUT

Sets the Interpolation Type to Ease Out Cubic.

int INTERPOLATION_TYPE_EASE_CUBIC_INOUT

Sets the Interpolation Type to Ease In Out Cubic.

int INTERPOLATION_TYPE_EASE_SINE_IN

Sets the Interpolation Type to Ease In Sinusoidal.

int INTERPOLATION_TYPE_EASE_SINE_OUT

Sets the Interpolation Type to Ease Out Sinusoidal.

int INTERPOLATION_TYPE_EASE_SINE_INOUT

Sets the Interpolation Type to Ease In Out Sinusoidal.

int INTERPOLATION_TYPE_EASE_EXPO_IN

Sets the Interpolation Type to Ease In Exponential.

int INTERPOLATION_TYPE_EASE_EXPO_OUT

Sets the Interpolation Type to Ease Out Exponential.

int INTERPOLATION_TYPE_EASE_EXPO_INOUT

Sets the Interpolation Type to Ease In Out Exponential.

 

Deprecated Functions

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

Function/Constant

Description

void SetExtrude(float value)

Use void SetExtrusion(float value) instead.

float GetExtrude()

Use float GetExtrusion() instead.

 

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