| Interface | Description |
|---|---|
| Easing |
Easing types for use with
Property.Animator.easing |
| Graph.Dependent |
An interface for types that can be attached to a Graph and will be called
before every new buffer is processed.
|
| Linkable<T> |
Linkable is a lightweight form of reactive stream for listening to changing
values from inputs, properties, animation, etc.
|
| Linkable.Double |
A double primitive specialisation of Linkable.
|
| Linkable.Int |
An int primitive specialisation of Linkable.
|
| Class | Description |
|---|---|
| Clock |
A Clock that triggers at subdivisions of a given BPM, synchronized to the
audio playback clock.
|
| Easing.LinearEasing | |
| Graph |
A base audio graph class that replicates the audio API and UGen support
inside PraxisLIVE's audio nodes.#
|
| GraphPlayer | |
| GraphPlayer.Builder |
A builder for a GraphPlayer
|
| Property |
A wrapper type for double values that supports key frame animation in sync
with the
Graph. |
| Property.Animator |
Provides keyframe animation support for Property.
|
| Annotation Type | Description |
|---|---|
| Inject |
Annotate a field to be injected - an injected field will be automatically
added in to the
Graph subclass by GraphPlayer. |
| UGen |
Annotate a field to be injected - an injected field will be automatically
added in to the
Graph subclass by GraphPlayer. |
Copyright © 2020. All rights reserved.