|
FreeJ scripting | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--GoomLayer
The GoomLayer is drawing a trippy oscilloscope that reacts
to the sound output of an Audio collector, the result can be
controlled via various parameters.
Constructor Summary | |
GoomLayer()
The Goom Layer constructor is user to create a new instance of Goom |
Method Summary | |
void
|
hypercos(hyperval)
Set the Goom hypercosine value |
void
|
middle(x,y)
Set the middle point |
void
|
mode(<int> modenum)
Change the Goom mode |
void
|
noise(noiselevel)
Set the level of noise in Goom |
void
|
plane(x,y)
Shift the Goom plane |
void
|
reverse(n)
Reverse the Goom |
void
|
speed(speed)
Change Goom speed |
void
|
wave(waveval)
Set the Goom wave |
Constructor Detail |
GoomLayer()
Method Detail |
void hypercos(hyperval)
hyperval
- value for the hypercosine transformations
void middle(x,y)
x
- horizontal coordinate
y
- vertical coordinate
void mode(<int> modenum)
modenum
- mode number
void noise(noiselevel)
noiselevel
- level of noise in Goom
void plane(x,y)
x
- horizontal coordinate
y
- vertical coordinate
void reverse(n)
n
- reverse number
void speed(speed)
speed
- speed value
void wave(waveval)
waveval
- value of wave height
|
FreeJ scripting | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |