Skip navigation links
B G I M O P R S T V W X Y 

B

blinkColorEmbedded(int, int, int, int) - Method in class tramontana.library.Tramontana
blinkColorEmbedded works similar to setColorEmbedded.

G

getBatteryLevel() - Method in class tramontana.library.Tramontana
 
getLatch() - Method in class tramontana.library.WebsocketClientEventsTramontana
 

I

ipAddress - Variable in class tramontana.library.Tramontana
 
isOpen - Variable in class tramontana.library.WebsocketClientEventsTramontana
 

M

makeVibrate() - Method in class tramontana.library.Tramontana
Actuate the haptic engine.

O

onConnect(Session) - Method in class tramontana.library.WebsocketClientEventsTramontana
Handling establishment of the connection
onError(Throwable) - Method in class tramontana.library.WebsocketClientEventsTramontana
Handles errors occurring and writing them to the console
onMessageEvent(String) - Method in class tramontana.library.Tramontana
Deprecated.
Don't listen to onMessageEvent.
onText(Session, String) - Method in class tramontana.library.WebsocketClientEventsTramontana
Sending incoming messages to the Processing sketch's websocket event function

P

playAudio(String) - Method in class tramontana.library.Tramontana
Play a sound file (must be MP3 or WAV or AIF).
playVideo(String) - Method in class tramontana.library.Tramontana
Play a video file (must be MP4).
pulseFlashLight(int, float, float) - Method in class tramontana.library.Tramontana
Pulse the led light for the numberOfPulses (first parameter).

R

reconnect() - Method in class tramontana.library.Tramontana
Reconnect can be called if you lose connection with a tramontana node.
releaseAnalogEmbedded() - Method in class tramontana.library.Tramontana
 
releaseAttitude() - Method in class tramontana.library.Tramontana
 
releaseAudioJack() - Method in class tramontana.library.Tramontana
 
releaseButtonsEventEmbedded() - Method in class tramontana.library.Tramontana
 
releaseDistance() - Method in class tramontana.library.Tramontana
 
releaseLDREmbedded() - Method in class tramontana.library.Tramontana
 
releaseMagnetometer() - Method in class tramontana.library.Tramontana
 
releaseOrientation() - Method in class tramontana.library.Tramontana
 
releasePowerSource() - Method in class tramontana.library.Tramontana
 
releaseRxEmbedded() - Method in class tramontana.library.Tramontana
 
releaseTouch() - Method in class tramontana.library.Tramontana
 
releaseTouchDrag() - Method in class tramontana.library.Tramontana
 

S

sendAttitudeDataToOSC(float, int) - Method in class tramontana.library.Tramontana
Activate the OSC engine to send accelerometer information, useful to communicate with wekinator for example or a live performance installation that requires better realtime performances than websockets.
sendAttitudeDataToOSC(float, int, String) - Method in class tramontana.library.Tramontana
 
sendMessage(String) - Method in class tramontana.library.Tramontana
Deprecated.
Don't use sendMessage.
sendMessage(String) - Method in class tramontana.library.WebsocketClientEventsTramontana
Sends message to the websocket server
sendSerialMessageEmbedded(String) - Method in class tramontana.library.Tramontana
sendSerialMessageEmbedded allows to connect a tramontana board with an other serial board like an Arduino.
sendTouchDataToOSC(int) - Method in class tramontana.library.Tramontana
Activate the OSC engine to send touch data, useful to communicate with wekinator for example or a live performance installation that requires better realtime performances than websockets.
sendTouchDataToOSC(int, int) - Method in class tramontana.library.Tramontana
 
sendTouchDataToOSC(int, int, String) - Method in class tramontana.library.Tramontana
 
setAllColorEmbedded(int, int, int) - Method in class tramontana.library.Tramontana
setAllColorEmbedded will affect all the leds connected to a tramontana board (max 255).
setBrightness(float) - Method in class tramontana.library.Tramontana
Change iDevice brightness.
setColor(int, int, int, int) - Method in class tramontana.library.Tramontana
Change the screen color.
setColor(float, float, float, float) - Method in class tramontana.library.Tramontana
Change the screen color.
setColorEmbedded(int, int, int, int) - Method in class tramontana.library.Tramontana
setColorEmbedded allows to change the color of leds connected to tramontana board (led should be WS2812).
setFlashLight(float) - Method in class tramontana.library.Tramontana
Actuate the flash light.
setRelayEmbeddedOff(int) - Method in class tramontana.library.Tramontana
setRelayEmbedded is a method to deactivate relay modules on tramontana boards.
setRelayEmbeddedOn(int) - Method in class tramontana.library.Tramontana
setRelayEmbeddedOn is a method to activate relay modules on tramontana boards.
setServoEmbedded(int, int) - Method in class tramontana.library.Tramontana
SetServoEmbedded is a method to control servo motors on tramontana boards.
showImage(String) - Method in class tramontana.library.Tramontana
Display an image from URL (must be PNG, JPEG or GIF[won't be animated, send videos instead]).
stopAttitudeDataToOSC() - Method in class tramontana.library.Tramontana
 
stopTouchDataToOSC() - Method in class tramontana.library.Tramontana
 
subscribeAnalogEmbedded(int) - Method in class tramontana.library.Tramontana
EMBEDDED You can subscribe to the analog input on Tramontana NANO or Tramontana PICO.
subscribeAttitude() - Method in class tramontana.library.Tramontana
Subscribe to Motion sensor (accelerometer).
subscribeAttitude(int) - Method in class tramontana.library.Tramontana
 
subscribeAudioJack() - Method in class tramontana.library.Tramontana
Be notified if the audio jack is inserted or removed.
subscribeButtonsEventEmbedded() - Method in class tramontana.library.Tramontana
EMBEDDED Listen for buttons event from Tramontana NANO or Tramontana PICO.
subscribeDistance() - Method in class tramontana.library.Tramontana
Subscribe to the distance sensor.
subscribeLDREmbedded(int) - Method in class tramontana.library.Tramontana
EMBEDDED You can subscribe to the integrated LDR on Tramontana NANO or Tramontana PICO.
subscribeMagnetometer() - Method in class tramontana.library.Tramontana
Subscribe to magnetometer.
subscribeOrientation() - Method in class tramontana.library.Tramontana
Subscribe to orientation change.
subscribePowerSource() - Method in class tramontana.library.Tramontana
Be notified if the power source change.
subscribeRxEmbedded() - Method in class tramontana.library.Tramontana
EMBEDDED Subscribe RX will make Tramontana NANO or Tramontana PICO act as proxy for incoming messaging coming on the serial port It is possible to intercept the messages from Processing with the method: void onEmbeddedRxEvent(String ip,String msg) { println("serial message received:"+msg); }
subscribeTouch() - Method in class tramontana.library.Tramontana
Subscribe to the touch events.
subscribeTouch(Boolean) - Method in class tramontana.library.Tramontana
 
subscribeTouchDrag() - Method in class tramontana.library.Tramontana
 
subscribeTouchDrag(Boolean) - Method in class tramontana.library.Tramontana
 

T

takePicture() - Method in class tramontana.library.Tramontana
takePicture will take a picture with your camera.
takePicture(int) - Method in class tramontana.library.Tramontana
 
takePictureWithUI(int) - Method in class tramontana.library.Tramontana
takePictureWithUI will take a picture showing the modal view provided by iOS for taking pictures.
Tramontana - Class in tramontana.library
Tramontana is a platform for interactive spaces.
Tramontana(PApplet, String) - Constructor for class tramontana.library.Tramontana
 
tramontana.library - package tramontana.library
 
transitionColors(float, float, float, float, float, float, float, float, float) - Method in class tramontana.library.Tramontana
Provide two colors and duration.
TVector - Class in tramontana.library
 
TVector(int, int) - Constructor for class tramontana.library.TVector
 

V

VERSION - Static variable in class tramontana.library.Tramontana
 
version() - Static method in class tramontana.library.Tramontana
return the version of the Library.

W

WebsocketClientEventsTramontana - Class in tramontana.library
 
WebsocketClientEventsTramontana(Tramontana, Method) - Constructor for class tramontana.library.WebsocketClientEventsTramontana
 

X

x - Variable in class tramontana.library.TVector
 

Y

y - Variable in class tramontana.library.TVector
 
B G I M O P R S T V W X Y 
Skip navigation links

Processing Library tramontana_processing by Pierluigi Dalla Rosa. pierdr(c) 2018