Shader parameters.. where are they
Im trying to find the parameters for the max msp jitter shaders so that I can customize these shaders. Does anyone know where I can find this out?
come on help files and such yadayada ;)
2 ways:
1.)
open the shader file in a text editor and look at the first few lines. All of them are in:
C:Program FilesCycling '74MaxMSP 4.6Cycling '74jitter-shaders
(windows something else similar in mac)
2.)
open the help file on jit.gl.slab and the html help
quote:
getparamlist
Sends the names of all the internal jit.gl.shader object shader parameters out the right-most outlet.
getparamtype [name (symbol)]
Sends the name of the datatype for the indicated shader parameter for the internal jit.gl.shader object out the right-most outlet.