- 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:
-
- 1 moved
-
InOutExpositor/InOutExpositor.pde (moved) (moved from monitoring-v1/InOutExpositor.pde) (2 diffs)
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();
