-
Notifications
You must be signed in to change notification settings - Fork 3
Configuration
Daniel Gallardo Grassot edited this page May 7, 2013
·
2 revisions
MTCF graphical server can be configured through an xml file called GlobalConfig.xml located in data/. If the file do not exists it will be created and filled by default values when running the program. These are some particularly useful bits:
-
<FEEDBACK>
provides the configuration for the visual feedback-
<CURSOR>
in this part you can change the finger feedback as well as the drawn tail. -
<TAP>
configuration of the tap gesture (don't recommended to modify it).
-
-
<FIGURE>
provides the necessary variables to modify the aspect of the tabletop figure feedback -
<INPUT><TUIO>
the port where MTCF listens for reactivion's TUIO messages. -
<OSCDISPATCHER>
in this part you can modify the port and server that talks with PD-
<RECEIVER><PORT>
income port -
<SENDER><ADDR>
Puredata machine address (it use tho be the same as MTCF: localhost) -
<SENDER><PORT>
Puredata sender port
-
-
<PROGRAM>
in this part you can modify some parts of the graphic server-
<FULLSCREEN>
Setts the graphic server to be opened at full screen at init. -
<HEIGHT>
Window Size height. -
<WIDTH>
Window size width.
-
-
<GLOBAL><RENDERTOTEXTURE>
Sometimes setting this to 1 makes the lines look nicer.