Changeset 5972babe7c40454704b75ea69ba2e12d80927eaa

Show
Ignore:
Timestamp:
11/02/09 19:56:59 (3 years ago)
Author:
Robin Gareus <robin@…>
Parents:
3f477e9d20f3fbc79e60facde22e17834e54152d
Children:
101487233bef68b4c66c47115e6e3c959e61b134
git-committer:
Robin Gareus <robin@gareus.org> / 2009-11-02T20:56:59Z+0100
Message:

fixed expositor to compile w/processing-1.0.9

Files:
3 added
1 removed
19 moved

Legend:

Unmodified
Added
Removed
  • InOutExpositor/InOutExpositor.pde

    rdc16a54 r5972bab  
    3333boolean loadFromXMLlistAutoRun = true ; // auto play the XML list (anyway, try the bottom time-slider) 
    3434String 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 
     36String xmlFileAddressLive = "http://theartcollider.net/yp/ioxml.php" ; // current XML from server 
    3637String xmlFileAddressSample = "http://io.citu.fr/data/inout_sample.xml" ; // with fictive connexions 
    3738//String xmlFileAddressSample = "inout.xml"; // local included example XML 
     
    185186void setup() 
    186187{ 
    187   size(800,600,OPENGL); 
     188//  size(800,600,OPENGL); 
     189  size(800,600); 
    188190  background(10); 
    189191  smooth();