Skip navigation links
A C G I M O P S V 

A

analyzeMessage(OscMessage) - Method in class musegestures.GestureAnalyzer
Sends any gestures that are performed in the given OscMessage to the MuseGestureServer.

C

ConcentrationMachine - Class in musegestures
The ConcentrationMachine is used to detect changes in the concentration states.
ConcentrationMachine() - Constructor for class musegestures.ConcentrationMachine
Initializes an object of the ConcentrationMachine class.

G

GestureAnalyzer - Class in musegestures
The GestureAnalyzer class is used to analyze oscP5 messages in order to determine when certain gestures are performed.
GestureAnalyzer(MuseGestureServer) - Constructor for class musegestures.GestureAnalyzer
Initializes a GestureAnalyzer object with the given MuseGestureServer.
getGestures(OscMessage) - Method in class musegestures.GestureAnalyzer
Analyzes the given OscMessage and returns a list of all of the performed gestures.
getListener() - Method in class musegestures.MuseGestureServer
Returns the listener object of the MuseGestureServer.

I

isRunning() - Method in class musegestures.MuseGestureServer
Returns whether or not the MuseGestureServer is running.

M

move(float) - Method in class musegestures.ConcentrationMachine
 
move(int) - Method in class musegestures.PlateauMachine
Performs a move of the machine, and returns any output.
MuseGesture - Enum in musegestures
The MuseGesture enum is used to define the various different Muse gestures that can be analyzed.
musegestures - package musegestures
 
MuseGestures - Interface in musegestures
The MuseGestures interface is used to create classes that have handling for different Muse gestures.
MuseGestureServer - Class in musegestures
The MuseGestureServer class is used to run methods on objects that implement MuseGestures, whenever an action is performed.
MuseGestureServer(MuseGestures, int) - Constructor for class musegestures.MuseGestureServer
Initializes a MuseGestureServer with the given listener object and port.

O

onBlink() - Method in interface musegestures.MuseGestures
Runs when a blink is performed.
onConcentrationChange(int) - Method in interface musegestures.MuseGestures
Runs when the concentration state changes.
onGesture(MuseGesture) - Method in class musegestures.MuseGestureServer
Forwards the received gesture to the listener object.
onJawClench() - Method in interface musegestures.MuseGestures
Runs when a jaw clench is performed.
oscEvent(OscMessage) - Method in class musegestures.MuseGestureServer
Sends the received OscMessage to the GestureAnalyzer.

P

PlateauMachine - Class in musegestures
The PlateauMachine is used to handle recognition of gestures which follow a plataeu signal pattern.
PlateauMachine() - Constructor for class musegestures.PlateauMachine
Instantiates an object of the PlateauMachine class.

S

setListener(MuseGestures) - Method in class musegestures.MuseGestureServer
Changes the listener object of the MuseGestureServer to the newly specified object.
start() - Method in class musegestures.MuseGestureServer
Starts the MuseGestureServer.
stop() - Method in class musegestures.MuseGestureServer
Stops the MuseGestureServer.

V

valueOf(String) - Static method in enum musegestures.MuseGesture
Returns the enum constant of this type with the specified name.
values() - Static method in enum musegestures.MuseGesture
Returns an array containing the constants of this enum type, in the order they are declared.
A C G I M O P S V 
Skip navigation links