Etienne Landon febec9d1c3 Initial commit 7 yıl önce
..
README.txt febec9d1c3 Initial commit 7 yıl önce
contrast.ctl.pd febec9d1c3 Initial commit 7 yıl önce
contrast.frag febec9d1c3 Initial commit 7 yıl önce
contrast.gui.pd febec9d1c3 Initial commit 7 yıl önce
contrast.reg.pd febec9d1c3 Initial commit 7 yıl önce
contrast.vert febec9d1c3 Initial commit 7 yıl önce
desaturation.ctl.pd febec9d1c3 Initial commit 7 yıl önce
desaturation.frag febec9d1c3 Initial commit 7 yıl önce
desaturation.reg.pd febec9d1c3 Initial commit 7 yıl önce
desaturation.vert febec9d1c3 Initial commit 7 yıl önce
gain.ctl.pd febec9d1c3 Initial commit 7 yıl önce
gain.frag febec9d1c3 Initial commit 7 yıl önce
gain.reg.pd febec9d1c3 Initial commit 7 yıl önce
gain.vert febec9d1c3 Initial commit 7 yıl önce
gain_hsl.ctl.pd febec9d1c3 Initial commit 7 yıl önce
gain_hsl.frag febec9d1c3 Initial commit 7 yıl önce
gain_hsl.reg.pd febec9d1c3 Initial commit 7 yıl önce
gain_hsl.vert febec9d1c3 Initial commit 7 yıl önce
gamma.ctl.pd febec9d1c3 Initial commit 7 yıl önce
gamma.frag febec9d1c3 Initial commit 7 yıl önce
gamma.reg.pd febec9d1c3 Initial commit 7 yıl önce
gamma.vert febec9d1c3 Initial commit 7 yıl önce
gaussian_blur.2-pass.reg.pd febec9d1c3 Initial commit 7 yıl önce
gaussian_blur.h.ctl.pd febec9d1c3 Initial commit 7 yıl önce
gaussian_blur.h.frag febec9d1c3 Initial commit 7 yıl önce
gaussian_blur.h.reg.pd febec9d1c3 Initial commit 7 yıl önce
gaussian_blur.h.vert febec9d1c3 Initial commit 7 yıl önce
gaussian_blur.v.ctl.pd febec9d1c3 Initial commit 7 yıl önce
gaussian_blur.v.frag febec9d1c3 Initial commit 7 yıl önce
gaussian_blur.v.reg.pd febec9d1c3 Initial commit 7 yıl önce
gaussian_blur.v.vert febec9d1c3 Initial commit 7 yıl önce
invert.ctl.pd febec9d1c3 Initial commit 7 yıl önce
invert.frag febec9d1c3 Initial commit 7 yıl önce
invert.gui.pd febec9d1c3 Initial commit 7 yıl önce
invert.reg.pd febec9d1c3 Initial commit 7 yıl önce
invert.vert febec9d1c3 Initial commit 7 yıl önce
levels.ctl.pd febec9d1c3 Initial commit 7 yıl önce
levels.frag febec9d1c3 Initial commit 7 yıl önce
levels.reg.pd febec9d1c3 Initial commit 7 yıl önce
levels.vert febec9d1c3 Initial commit 7 yıl önce
mix2.ctl.pd febec9d1c3 Initial commit 7 yıl önce
mix2.frag febec9d1c3 Initial commit 7 yıl önce
mix2.vert febec9d1c3 Initial commit 7 yıl önce
mix3.ctl.pd febec9d1c3 Initial commit 7 yıl önce
mix3.frag febec9d1c3 Initial commit 7 yıl önce
mix3.vert febec9d1c3 Initial commit 7 yıl önce
name.ctl.pd febec9d1c3 Initial commit 7 yıl önce

README.txt

ev-glsl/glsl
============

This folder contains the shader files for the [ev_glsl] abstraction.

For each effect, there should always be a quadruplet of files:
--------------------------------------------------------------

* ".vert" contains the vertex shader

* ".frag" contains the fragment shader

* ".ctl.pd" is an abstaction to control the shader's variables from Pd.
This abstraction also contains the initial values
of the shader's variables.

* ".reg.pd" is an abstaction containing the registers for state saving
and osc communication.
This abstraction also initializes these values,