View Personality
Green Hippo Hippotizer V3 (GH301ML1.R20)
View Table
; 'Green Hippo Hippotizer Media Layer', 25 DMX Channels, filename: GH301ML1.R20 ; ; Date By Description ; 09-07-08 Jonathan Moreton Updated to V3.0.11 from v3.09 ; 10-07-08 Jonathan Moreton Checked ; 01-08-08 David Hunt Checked ; 11-12-08 David Hunt Fixed range table channel assignments ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE GH301MDL1 mode=Media Layer 25 DMX Channels NAME "Green Hippo" "HippoV3.0.11 Media Layer(1)" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 25 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 0 0 0 ; | | | ; | | |_______ maximum tilt movement (in degrees) ; | |____________ maximum pan movement (in degrees) ; |_________________ 1 means moving mirror, 2 means moving head ; ;---------------------------------------------------------------------------- ; Patching Information. (Upto 10 lines allowed) ; Upto 10 lines of 159 chars are allowed including formulae ; Variables used d=dmx number(1..512), h=handle(1..60), n=devicename (11-char) ; Allowed modifiers ; +,-,*,/,(,) basic arithmatic ; % means remainder after divide ; & means logical AND ; | means logical OR ; R means reverse the bits of the current result (operates on a byte) ; ^ means logical Exclusive OR (operates on a byte) ; > means shift to the right ; < shift to the left ; r followed by number means get the value of that parameter ; d DMX address ; n Fixture name, a 0 terminated character string ; h The handle number DEVICEADDRESS "Handle %2d"h "Fixture %11s"n "DMX %03d"d "" "" "Set to Media Layer" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=487 ; ; DMX number must be divisible by this DIVBY=1 ; ;---------------------------------------------------------------------------- ; DMX channel description ; ; Column by column description of each DMX channel ; 1. The channels bank number (1..12) ; 2. The upper faders in the bank (1) or the lower faders in the bank (61) ; 3. Channel type (L=LTP, H=HTP, I=Instant LTP, S=16-bit instant LTP, ; s=16-bit Fadeable LTP ; 4. DMX offset (1..number of DMX channels) ; 5. The output level is proportionally recdced by this level (0..100%) ; 6. The curve number (applicable only to HTP channels), usually set to 1 ; 7. Inverted (I) or Normal (N) ; 8. Attribute type (A=Color Wheel1, B=Cyan, C=Magenta, D=Yellow, ; E=Pan, F=Tilt, G=Iris, H=Dimmer, I=Gobo1, J=Gobo2, K=Gobo1_Rotate, ; L=Focus, M=Gobo2_Rotate, N=Color Wheel2, O=Shutter, P=Prism, Q=Zoom, ; R=Effect_Rotate, S=Frost, T=Red, U=Green, V=Blue, 0=uncategorised) ; 9. Checksum channel (Always 1) ;10. Attribute name, must be enclosed in quotes and upto 12 characters allowed ;11. The ON value of this channel (0..255) ;12. The Highlight level of this channel ;13. The Lowlight level of this channel ; DMX 1 1 H 1 100 1N H 1 "Dimmer" 255 0 0 3 61 s 11 100 1N 0 1 "X-Pos" 128 0 0 0 0 L 12 100 1N 0 1 "X-Pos Low" 128 0 0 3 1 s 13 100 1N 0 1 "Y-Pos" 128 0 0 0 0 L 14 100 1N 0 1 "Y-Pos Low" 128 0 0 2 1 L 15 100 1N 0 1 "Aspect Ratio" 128 0 0 2 61 L 18 100 1N 0 1 "Aspect Mode" 0 0 0 5 61 I 2 100 1N 0 1 "Mixer Mode" 128 0 0 10 1 L 3 100 1N T 1 "Red" 128 255 0 10 61 L 4 100 1N U 1 "Green" 128 255 0 9 61 L 5 100 1N V 1 "Blue" 128 0 229 4 1 L 6 100 1N 0 1 "Brightness" 128 0 0 4 61 L 7 100 1N 0 1 "Contrast" 128 0 0 19 1 I 8 100 1N 0 1 "Negative" 0 0 0 9 1 s 9 100 1N 0 1 "Rotation" 64 0 0 0 0 L 10 100 1N 0 1 "Rotation Low" 64 0 0 5 1 s 16 100 1N 0 1 "Zoom" 128 0 0 0 0 L 17 100 1N 0 1 "Zoom Low" 128 0 0 6 1 I 19 100 1N 0 1 "Effect 1" 0 0 0 6 61 L 20 100 1N 0 1 "Effect 1 Lev" 0 0 0 7 1 L 21 100 1N 0 1 "Eff 1 Par 1" 0 0 0 7 61 I 22 100 1N 0 1 "Eff 1 Par 2" 0 0 0 8 1 L 23 100 1N 0 1 "Eff 1 Par 3" 0 0 0 8 61 L 24 100 1N 0 1 "Eff 1 Par 4" 0 0 0 19 61 L 25 100 1N 0 1 "Eff 1 Par 5" 0 0 0 END ; ;---------------------------------------------------------------------------- TEXT Green Hippo Hippotizer V3.0.11 Media Layer CH 1-25 INPUT fixture DMX No. Press a Fixture Select or Swop button to make the patch. END ATTR Function Obsolete END ;---------------------------------------------------------------------------- ; Preset Palette Tables ;---------------------------------------------------------------------------- ; Macros ;---------------------------------------------------------------------------- ; Range Tables ; Column by column description... ; 1. Low DMX value (inclusive) ; 2. High DMX value (inclusive) ; 3. Displayed text (max 11 chars) ; Variables used a=low val, b=high val, c=DMX val RANGE 15 ;Aspect Ratio 0 127 "V %3d%%"100-(((c-a)*100)/(b-a)) 128 128 "Normal" 129 255 "H %3d%%"100-(((c-a)*100)/(b-a)) REND RANGE 18 ;Aspect Mode 0 0 "Auto Scale" 1 255 "Pixel %3d%%"0+(((c-a)*100)/(b-a)) REND RANGE 2 ;Mixer Mode 0 9 "Additive D" 10 19 "Subtractive" 20 29 "Darken" 30 39 "Lighten" 40 49 "Softlight" 50 59 "Softlight I" 60 69 "Hardlight" 70 79 "Overlay" 80 89 "Difference" 90 99 "Gobo" 100 109 "Screen" 110 119 "Opaque" 120 129 "Sprite" 130 139 "Luminance K" 140 149 "Mask" 150 255 "Alpha" REND RANGE 8 ;Negative 0 254 "Off" 255 255 "On" REND RANGE 9 ;Rotation 0 127 "Index %3d"0+(((c-a)*360)/(b-a)) 128 191 "Sp Cw %3d%%"100-(((c-a)*100)/(b-a)) 192 255 "Sp Ccw %3d%%"0+(((c-a)*100)/(b-a)) REND RANGE 19 ;Effect 1 0 0 "Open" 1 1 "Blur" 2 2 "Radial Blur" 3 3 "Motion Blur" 4 4 "Mask" 5 5 "Sat/Hue/Bri" 6 6 "Multi Image" 7 7 "Inverse Lum" 8 8 "XY-Shifter" 9 9 "Shutter" 10 10 "ChromaKey" 11 11 "Johans Effe" 12 12 "Scroller" 13 13 "RGB Tint" 14 14 "Colour Stud" 15 15 "Strobe" 16 16 "Neon" 17 17 "CTB/CTO" 18 18 "DuoTone" 19 19 "RGB Pallett" 20 20 "Bloom" 21 21 "Interlace" 22 22 "Colourizer" 25 25 "Noise" 27 27 "Rings" 28 28 "Cube Style" 29 29 "Bump" 30 30 "LED" 31 31 "Pixelate" 32 32 "Film" 33 33 "Halftone" 34 34 "Recursion" 37 37 "Plasma" 38 38 "Flower 1" 39 39 "Flip" 40 40 "Kaleidoscop" 41 41 "Roto Zoom" 42 42 "Glass" 43 43 "Aqua" 44 44 "Tunnel" 45 45 "Planes" 46 46 "FluidDistor" 47 47 "Polarwave" 48 48 "Twisted" 49 49 "Rectangles" 50 50 "Ripple" 51 51 "Wave" 52 52 "Jitter" 53 53 "Stripes" 54 54 "Infinite Zo" 55 55 "Digits" 56 60 "Pixel Dust" 61 61 "Left" 62 62 "Right" 63 63 "Left & Righ" 64 64 "Top" 65 65 "Bottom" 66 66 "Top & Botto" 67 67 "Pan" 68 68 "Soft Edge F" 69 109 "DropShadow" 110 110 "Alpha Trans" 121 121 "Plane XYZ" 122 122 "Cube" 123 123 "Sphere" 124 124 "Pyramid" 125 125 "Curve" 126 126 "Plane" 127 127 "Multi Plane" 128 128 "Cubes Anim" 129 132 "Sphere Anim" 133 133 "Spin" 134 134 "R-Cube" 135 135 "Tubes" 136 136 "Frame" 137 137 "Water" 138 138 "Head" 139 139 "9 Wall" 140 255 "3x3" REND