<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/recordtablet/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 14 Sep 2012 11:29:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/recordtablet/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v20
+++ v21
@@ -29,7 +29,7 @@
 to get the name and ID of your device.
 
 __ Set the device be a "floating" device __
-In order to intercept the events of X server, the state of the device has to be "float". A floating device is not linked to any X diplay pointer. When a device is floating, it can not anymore control the motion of the mouse on the computer display for instance. In order to do that, you have to use the xinput command again.
+In order to intercept the events of X server, the state of the device has to be "float". A floating device is not linked to any X display pointer. When a device is floating, it can not anymore control the motion of the mouse on the computer display for instance. In order to do that, you have to use the xinput command again.
 
 For instance, if your device ID is 16, you have to enter the following command :
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Fri, 14 Sep 2012 11:29:36 -0000</pubDate><guid>https://sourceforge.netf16667619ef1fb9d6e0257f703ed63e444544a5b</guid></item><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v19
+++ v20
@@ -11,7 +11,7 @@
 ------------
 Recordtablet is developped with the Qt framework. Only the sources are available. So to install this tool you have to compile it.
 
-You should have installed the development files of the Qt library.
+You should have installed the development files of the Qt library and the devlopment version of the xinput library (libxi-dev)
 You may also need the "xinput" tool in order to have the name of your device.
 
 So uncompress the zip archive, go into the directory where the sources are and type
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Thu, 13 Sep 2012 12:11:19 -0000</pubDate><guid>https://sourceforge.net8a18a5da271ebc0de96ef76108fd7fe4f5e24a7e</guid></item><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v18
+++ v19
@@ -13,6 +13,8 @@
 
 You should have installed the development files of the Qt library.
 You may also need the "xinput" tool in order to have the name of your device.
+
+So uncompress the zip archive, go into the directory where the sources are and type
 
 &gt; qmake
 &gt; make
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 12 Sep 2012 19:45:49 -0000</pubDate><guid>https://sourceforge.net80aed46b454cc684bcf7b78101408f006308e36e</guid></item><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v17
+++ v18
@@ -4,6 +4,8 @@
 Introduction
 ------------
 This software is a command-line tool to display or record the data related to the motion of either the pen or the finger on the device. Recordtablet capture the X events triggered by the movement. The data of the motion event are displayed on the standard output but they can also be redirected to a file (see the examples)
+
+That tool can be useful to test and evaluate a graphic tablet or to record very precisely the movements of a finger or a pen (for scientific purposes for instance).
 
 Installation
 ------------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 12 Sep 2012 19:24:23 -0000</pubDate><guid>https://sourceforge.net0d5d8b2102a8c209e0a5182a326a432cbccbbc6d</guid></item><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v16
+++ v17
@@ -122,6 +122,26 @@
 &gt; 1.167251 1 13501 1536 0 0 0 -900
 &gt; 1.175251 1 13524 1516 4 0 0 -900
 
+If the data are written in a file, they do not appear in the console.
+Instead you should only see the 'stderr' output of recordtablet, something like :
+
+&gt; recordtablet by Sylvain Hanneton (2012)
+&gt; Any feedback is welcome
+&gt; Please type the 's' key to start the acquisition...
+&gt; and the 'e' key to end it...
+
+&gt; Target device : Wacom Bamboo stylus
+&gt; Connecting to X Server...
+&gt; Trying to connect Wacom Bamboo stylus
+&gt; Connected...
+&gt; Connexion opened...
+&gt; Device ID = 16
+&gt; Events can be received...
+
+&gt; Acquisition started
+&gt; Acquisition stopped
+
+
 Feedback
 --------
 PLEASE let me know if your have troubles with that tool.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 12 Sep 2012 19:21:59 -0000</pubDate><guid>https://sourceforge.netb2a56c6b7d66389d93b164fca5650abe71507637</guid></item><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v15
+++ v16
@@ -17,7 +17,6 @@
 
 Preparation
 -----------
-
 __Get the name of the device__
 Enter the command 
 
@@ -58,7 +57,6 @@
 
 Utilisation
 -----------
-
 Once you have compiled the sources, you should obtain a binary named "recordtablet".
 The usage of recordtablet is :
 __recordtablet name_of_the_device__
@@ -77,7 +75,6 @@
 
 Outputs
 -------
-
 Recordtablet outputs a formatted stream of ascii characters. This stream __does not include the button events__. Recordtablet displays only the proximity and motion events.
 
 __proximity events :__ a proximity event is trigerred when the stylus is near the surface of the tablet. Motion events are generated only after a proximity ON event. Motion events are not more generated after a proximity OFF event (when the stylus leave the tablet).
@@ -125,6 +122,10 @@
 &gt; 1.167251 1 13501 1536 0 0 0 -900
 &gt; 1.175251 1 13524 1516 4 0 0 -900
 
+Feedback
+--------
+PLEASE let me know if your have troubles with that tool.
+
 Links
 -----
 
@@ -132,8 +133,5 @@
 - The record tablet utility is inspired by the linuxwacom project : https://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page
 - Thanks to Wessley for the getch() alternative function : http://wesley.vidiqatch.org/code-snippets/alternative-for-getch-and-getche-on-linux/
 
-
-
-
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 12 Sep 2012 18:52:21 -0000</pubDate><guid>https://sourceforge.netca704622435a54a468bdbe35aab25df38a526ad2</guid></item><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v14
+++ v15
@@ -95,6 +95,36 @@
 
 But be careful since it can depend on the device. With a Wacom Bamboo Touch tablet for instance, you do not have any pressure data. 
 
+Example of lines of data :
+
+&gt; 0.979328 1 12516 2180 0 0 0 -900
+&gt; 0.987650 1 12539 2175 9 0 0 -900
+&gt; 0.994838 1 12588 2165 9 0 0 -900
+&gt; 1.003213 1 12662 2149 9 0 0 -900
+&gt; 1.011213 1 12757 2128 9 0 0 -900
+&gt; 1.018904 1 12845 2104 14 0 0 -900
+&gt; 1.026896 1 12922 2079 0 0 0 -900
+&gt; 1.031252 1 12987 2051 4 0 0 -900
+&gt; 1.039245 1 13039 2022 0 0 0 -900
+&gt; 1.046930 1 13083 1992 4 0 0 -900
+&gt; 1.055250 1 13121 1963 4 0 0 -900
+&gt; 1.063252 1 13156 1937 4 0 0 -900
+&gt; 1.071256 1 13191 1913 0 0 0 -900
+&gt; 1.079255 1 13226 1891 4 0 0 -900
+&gt; 1.087253 1 13261 1871 4 0 0 -900
+&gt; 1.091242 1 13290 1850 4 0 0 -900
+&gt; 1.099247 1 13313 1828 4 0 0 -900
+&gt; 1.107245 1 13330 1805 0 0 0 -900
+&gt; 1.115245 1 13343 1780 4 0 0 -900
+&gt; 1.123251 1 13354 1751 0 0 0 -900
+&gt; 1.131250 1 13370 1715 4 0 0 -900
+&gt; 1.139249 1 13390 1674 0 0 0 -900
+&gt; 1.147216 1 13414 1633 0 0 0 -900
+&gt; 1.151246 1 13444 1593 0 0 0 -900
+&gt; 1.159247 1 13473 1561 4 0 0 -900
+&gt; 1.167251 1 13501 1536 0 0 0 -900
+&gt; 1.175251 1 13524 1516 4 0 0 -900
+
 Links
 -----
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 12 Sep 2012 18:50:32 -0000</pubDate><guid>https://sourceforge.netf6166eccb02b9d2a46c4972055264c71d69f981d</guid></item><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v13
+++ v14
@@ -3,7 +3,7 @@
 
 Introduction
 ------------
-This software is a command-line tool to display ou record the data related to the motion of either the pen or the finger on the device. Recordtablet capture the X events triggered by the movement. The data of the motion event are displayed on the standard output but they can also be redirected to a file (see the examples)
+This software is a command-line tool to display or record the data related to the motion of either the pen or the finger on the device. Recordtablet capture the X events triggered by the movement. The data of the motion event are displayed on the standard output but they can also be redirected to a file (see the examples)
 
 Installation
 ------------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 12 Sep 2012 17:20:19 -0000</pubDate><guid>https://sourceforge.net4eb909dd1501ab1f0120d58a9a7329970d204e8f</guid></item><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v12
+++ v13
@@ -98,7 +98,7 @@
 Links
 -----
 
-- The __miditouch__ project : a tool to generate midi events with a graphic tablet.
+- The __miditouch__ project : a tool to generate midi events with a graphic tablet (https://sourceforge.net/projects/linuxmiditouch ).
 - The record tablet utility is inspired by the linuxwacom project : https://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page
 - Thanks to Wessley for the getch() alternative function : http://wesley.vidiqatch.org/code-snippets/alternative-for-getch-and-getche-on-linux/
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 12 Sep 2012 17:19:40 -0000</pubDate><guid>https://sourceforge.netec84d44beb99bf97aec3ac8e9cbe0aba63f31ed0</guid></item><item><title>WikiPage Home modified by shanneton</title><link>https://sourceforge.net/p/recordtablet/wiki/Home/</link><description>&lt;pre&gt;--- v11
+++ v12
@@ -100,6 +100,7 @@
 
 - The __miditouch__ project : a tool to generate midi events with a graphic tablet.
 - The record tablet utility is inspired by the linuxwacom project : https://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page
+- Thanks to Wessley for the getch() alternative function : http://wesley.vidiqatch.org/code-snippets/alternative-for-getch-and-getche-on-linux/
 
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shanneton</dc:creator><pubDate>Wed, 12 Sep 2012 17:18:27 -0000</pubDate><guid>https://sourceforge.netb568a1f5dfae32ea83e746d40bcb2d1cb5b3542a</guid></item></channel></rss>