orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-time-operators
/
org.openrndr.extra.timeoperators
/
LFO
LFO
class
LFO
(
wave
:
LFOWave
=
LFOWave.Saw
)
:
TimeTools
(
source
)
Members
Constructors
LFO
Link copied to clipboard
constructor
(
wave
:
LFOWave
=
LFOWave.Saw
)
Properties
wave
Link copied to clipboard
var
wave
:
LFOWave
Functions
sample
Link copied to clipboard
fun
sample
(
frequency
:
Double
=
1.0
,
phase
:
Double
=
0.0
)
:
Double
saw
Link copied to clipboard
fun
saw
(
frequency
:
Double
=
1.0
,
phase
:
Double
=
0.0
)
:
Double
sine
Link copied to clipboard
fun
sine
(
frequency
:
Double
=
1.0
,
phase
:
Double
=
0.0
)
:
Double
square
Link copied to clipboard
fun
square
(
frequency
:
Double
=
1.0
,
phase
:
Double
=
0.0
)
:
Double
tick
Link copied to clipboard
open
override
fun
tick
(
seconds
:
Double
,
deltaTime
:
Double
,
frameCount
:
Int
)
triangle
Link copied to clipboard
fun
triangle
(
frequency
:
Double
=
1.0
,
phase
:
Double
=
0.0
)
:
Double