Changeset 5972babe7c40454704b75ea69ba2e12d80927eaa
- Timestamp:
- 11/02/09 19:56:59 (3 years ago)
- Parents:
- 3f477e9d20f3fbc79e60facde22e17834e54152d
- Children:
- 101487233bef68b4c66c47115e6e3c959e61b134
- git-committer:
- Robin Gareus <robin@gareus.org> / 2009-11-02T20:56:59Z+0100
- Files:
-
- 3 added
- 1 removed
- 19 moved
-
InOutExpositor/Events.pde (moved) (moved from monitoring-v1/Events.pde)
-
InOutExpositor/InOutExpositor.pde (moved) (moved from monitoring-v1/InOutExpositor.pde) (2 diffs)
-
InOutExpositor/Utils.pde (moved) (moved from monitoring-v1/Utils.pde)
-
InOutExpositor/Xml.pde (moved) (moved from monitoring-v1/Xml.pde)
-
InOutExpositor/dLink.pde (moved) (moved from monitoring-v1/dLink.pde)
-
InOutExpositor/dScore.pde (moved) (moved from monitoring-v1/dScore.pde)
-
InOutExpositor/data/Verdana-11.vlw (added)
-
InOutExpositor/data/Verdana-48.vlw (added)
-
InOutExpositor/data/Verdana.vlw (added)
-
InOutExpositor/index.html (moved) (moved from monitoring-v1/index.html)
-
InOutExpositor/loading.gif (moved) (moved from monitoring-v1/loading.gif)
-
InOutExpositor/mModes.pde (moved) (moved from monitoring-v1/mModes.pde)
-
InOutExpositor/mUtils.pde (moved) (moved from monitoring-v1/mUtils.pde)
-
InOutExpositor/oAsp.pde (moved) (moved from monitoring-v1/oAsp.pde)
-
InOutExpositor/oClient.pde (moved) (moved from monitoring-v1/oClient.pde)
-
InOutExpositor/oClientP.pde (moved) (moved from monitoring-v1/oClientP.pde)
-
InOutExpositor/oDet.pde (moved) (moved from monitoring-v1/oDet.pde)
-
InOutExpositor/oExpl.pde (moved) (moved from monitoring-v1/oExpl.pde)
-
InOutExpositor/oGraph.pde (moved) (moved from monitoring-v1/oGraph.pde)
-
InOutExpositor/oLoc.pde (moved) (moved from monitoring-v1/oLoc.pde)
-
InOutExpositor/oState.pde (moved) (moved from monitoring-v1/oState.pde)
-
InOutExpositor/oTag.pde (moved) (moved from monitoring-v1/oTag.pde)
-
monitoring-v1/InOutExpositor.java (deleted)
Legend:
- Unmodified
- Added
- Removed
-
InOutExpositor/InOutExpositor.pde
rdc16a54 r5972bab 33 33 boolean loadFromXMLlistAutoRun = true ; // auto play the XML list (anyway, try the bottom time-slider) 34 34 String xmlFilesFolder = "/xmlList/" ; // XML LIST FOLDER !! WARNING : only "inout_xxx.xml" files in the folder (not ".DS_store" or others) 35 String xmlFileAddressLive = "http://io.citu.fr/data/inout.xml" ; // current XML from server 35 //String xmlFileAddressLive = "http://io.citu.fr/data/inout.xml" ; // current XML from server 36 String xmlFileAddressLive = "http://theartcollider.net/yp/ioxml.php" ; // current XML from server 36 37 String xmlFileAddressSample = "http://io.citu.fr/data/inout_sample.xml" ; // with fictive connexions 37 38 //String xmlFileAddressSample = "inout.xml"; // local included example XML … … 185 186 void setup() 186 187 { 187 size(800,600,OPENGL); 188 // size(800,600,OPENGL); 189 size(800,600); 188 190 background(10); 189 191 smooth();
