Serialized Form


Package sky.monome.event

Class sky.monome.event.GenericEvent extends java.util.EventObject implements Serializable

Serialized Fields

when

long when
Time of this generic event, in milliseconds since the time zero of Unix world.


Package sky.monome.event.analog

Class sky.monome.event.analog.AnalogEvent extends GenericEvent<Analog> implements Serializable

Serialized Fields

value

float value
Value associated with this analog event.


Package sky.monome.event.button

Class sky.monome.event.button.ButtonEvent extends GenericEvent<B extends ButtonManager<B>> implements Serializable

Serialized Fields

buttonAction

ButtonEvent.ButtonAction buttonAction
Action associated with this button event.


Package sky.monome.event.frame

Class sky.monome.event.frame.FrameEvent extends GenericEvent<F extends DynamicFrame<F>> implements Serializable


Package sky.monome.event.sequencer

Class sky.monome.event.sequencer.SequencerEvent extends GenericEvent<S extends SequencerComponent<S,B>> implements Serializable

Serialized Fields

activeStepNumber

int activeStepNumber
Number of the currently active step.


activeNote

int activeNote
Note currently activated by the sequencer.


Package sky.monome.exception

Class sky.monome.exception.MonomeException extends java.lang.Exception implements Serializable