Oh sorry.
The Touch Board is a microcontroller board with dedicated capacitive touch and MP3
decoder ICs. It has a headphone socket and micro SD card holder (for file storage), as well
as having 12 capacitive touch electrodes. It is based around the ATmega32U4 and runs
at 16MHz from 5V. It has a micro USB connector, a JST connector for an external lithium
polymer (LiPo) cell, a power switch and a reset button.
It is similar to the Arduino Leonardo board and can be programmed using the Arduino
IDE. The ATmega32U4 can appear to a connected computer as a mouse or a keyboard,
(HID) serial port (CDC) or USB MIDI device.
Traktor on the other hand, is a DAW(digital audio workstation), that DJs use fo mixing. It reads the incoming assgined MIDI messages from the interface and responds accordingly.
The program that I adapted, from various sample projects from Bare Conductive, reads the capacitance of one of the electrodes of the TouchBoard and aims at producing a varying MIDI message to move the jogwheel(scratching etc). I increased the sensitivity with the function fscale, and I used that variable for the velocity data of the CC Midi message. As previously mentioned, my MIDI gets terribly confused, and I can't seem to find out why.