
The Multi Touch Kit Processing Library is an innovative solution designed to enhance interactive projects with multi-touch capabilities. This library seamlessly integrates with the Arduino platform, allowing developers and designers to create responsive, touch-sensitive applications with ease. With its straightforward setup and powerful features, it's an essential tool for anyone looking to explore the possibilities of multi-touch technology.
The library not only simplifies the process of managing touch inputs, but it also offers robust functionality for detecting and processing touch interactions. Ideal for artists, educators, and hobbyists alike, this library opens the door to new creative projects and interactive installations.
Easy Installation: Simply download and unzip the library into your Processing Libraries folder for quick setup, and restart Processing to begin using it.
Serial Port Configuration: Easily set the index of the serial port your Arduino is connected to, ensuring smooth communication between the devices.
Noise Reduction: The library establishes a "baseline" within the first two seconds of operation, averaging incoming sensor values to eliminate noise for clearer touch detection.
Dynamic Touchpoint Brightness: Adjust the brightness of touchpoints by reducing the maximum input range, allowing you to customize the visual feedback of interactions.
Blob Detection Threshold: Set the detection threshold for touch blobs between 0 and 1 to fine-tune the sensitivity and accuracy of touch interactions.
Automatic Drawing: Enable automatic drawing of visual representations based on touch inputs with a simple method call, making visualization effortless.
Customizable Wait Time: Configure the baseline setting time to suit your project requirements, with options for adjusting the duration in nanoseconds.
Raw and Adjusted Value Access: Retrieve real-time data with methods to obtain both raw and adjusted values, ensuring you have all the information needed for responsive design.
