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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<FloatPanorama.Channel>final FloatSignalSourceprotected floatprotected floatfinal FloatSignalSourceFields inherited from interface eu.bandm.sig.adlib.Realtime
DEFAULT_AFAP_INTERRUPT_LATENCY, DEFAULT_SLEEP_TIME_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInput(FloatSignalSource signal, FloatSignalSource factor, FloatSignalSource pan) voidrun()Processes an event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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