vibrating strings

2
Vibrating Strings This is a vibrating string simulation that is accomplished with a simple oscillating expression applied to a slider control, which is then linked to the Tangent controls of the Bezier Warp filter (AE Pro version only). You start by creating a long, narrow solid. You apply a slider control to the solid and apply this expression to it: amp = 15; //amplitude (pixels) freq = 10; //frequency (cycles per second) amp*Math.sin(freq*time*Math.PI*2) Set "amp" to the desired amplitude and "freq" to the desired vibration frequency. Then apply the Bezier Warp filter and apply this expression to the Top Left Tangent, Top Right Tangent, Bottom Right Tangent, and Bottom Left Tangent: value + [0,effect("Slider Control").param("Slider")] For this example, I duplicated the solid twice and changed the frequency value for the copies. TRADUCIDO AL ESPAÑOL Los Cordones vibrantes Ésta es una simulación del cordón vibrante que es cumplido con una expresión oscilante simple aplicada a un mando del deslizador que se une entonces a los mandos Tangentes del Bezier Warp el filtro (AE En pro de la versión sólo).

Upload: richardcoro

Post on 05-Feb-2016

7 views

Category:

Documents


0 download

DESCRIPTION

Vibrating Strings

TRANSCRIPT

Page 1: Vibrating Strings

Vibrating Strings

This is a vibrating string simulation that is accomplished with a simple oscillating expression applied to a slider control, which is then linked to the Tangent controls of the Bezier Warp filter (AE Pro version only).

You start by creating a long, narrow solid. You apply a slider control to the solid and apply this expression to it:

amp = 15; //amplitude (pixels)freq = 10; //frequency (cycles per second)

amp*Math.sin(freq*time*Math.PI*2)

Set "amp" to the desired amplitude and "freq" to the desired vibration frequency.

Then apply the Bezier Warp filter and apply this expression to the Top Left Tangent, Top Right Tangent, Bottom Right Tangent, and Bottom Left Tangent:

value + [0,effect("Slider Control").param("Slider")]

For this example, I duplicated the solid twice and changed the frequency value for the copies.

TRADUCIDO AL ESPAÑOL

Los Cordones vibrantesÉsta es una simulación del cordón vibrante que es cumplido con una expresión oscilante simple aplicada a un mando del deslizador que se une entonces a los mandos Tangentes del Bezier Warp el filtro (AE En pro de la versión sólo). Usted empieza creando un sólido largo, estrecho. Usted aplica un mando del deslizador al sólido y aplica esta expresión a él:

amp = 15; // la amplitud (los pixeles)freq = 10; // la frecuencia (ciclos por segundo)

amp*Math.sin(freq*time*Math.PI*2)

El "amperio" fijo a la amplitud deseada y "freq" a la frecuencia de vibración deseada.

Page 2: Vibrating Strings

Entonces aplique el Bezier Warp el filtro y aplique esta expresión a la Cima Salida que la Tangente, Tangente de Derecho de Cima, Tangente de Derecho de Fondo, y Fondo Dejaron a la Tangente:

value + [0,effect("Slider Control").param("Slider")]

Para este ejemplo, yo reproduje el sólido dos veces y cambié el valor de frecuencia por las copias.