Package eu.bandm.sighkn
Class FloatPanorama
java.lang.Object
eu.bandm.sighkn.FloatPanorama
- All Implemented Interfaces:
CompilableControlFlow
,Realtime
,Runnable
Panoroma.
The pan position select value is 0.0f for totally left and 1.0f for totally right.
The pan position select value is 0.0f for totally left and 1.0f for totally right.
+ | + | / \ \ | / \ \ / \ | \ +-------------+-------------+
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<FloatPanorama.Channel>
final FloatSignalSource
protected float
protected float
final FloatSignalSource
Fields inherited from interface eu.bandm.sig.adlib.Realtime
DEFAULT_AFAP_INTERRUPT_LATENCY, DEFAULT_SLEEP_TIME_MS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInput
(FloatSignalSource signal, FloatSignalSource factor, FloatSignalSource pan) void
run()
Processes an event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.sig.adlib.Realtime
afap, afap, andThen, asAsynchronousSwingEvent, compileControlFlow, every, every, frequently, frequently, frequently, times, times
-
Field Details
-
channels
-
outL
protected float outL -
outR
protected float outR -
left
-
right
-
-
Constructor Details
-
FloatPanorama
public FloatPanorama()
-
-
Method Details