Interface DoubleAddress
- All Known Implementing Classes:
MIDIAddress
A channel through which doubles can be sent and recieved to and from ButtonBox hardware.
-
Method Summary
Modifier and TypeMethodDescriptionGets feedback from the address.Gets the changes to the feedback from the address since the last call to this method.voidSends data to the address.
-
Method Details
-
send
Sends data to the address. -
getFeedback
Gets feedback from the address.- Specified by:
getFeedbackin interfaceAddress<Double>- Returns:
- Double between 0 and 1 containing control feedback. Empty if no feedback has been recieved.
-
getFeedbackQueue
Gets the changes to the feedback from the address since the last call to this method.- Specified by:
getFeedbackQueuein interfaceAddress<Double>- Returns:
- Doubles between 0 and 1 containing control feedback changes, ordered from least to most recent. Empty if no feedback has been recieved.
-