Ok i’m back on my x/y touch interface spree!!!
but this is a new idea which i’d like your input on…
So im’ building a midibox and have a decent budget to work with.
i am looking to implement 2 or more really nice touch interfaces with visual feedback…
so i saw this display…
that comes with this controller…
it says that “5 port pins of ATmega16 microcontroller (PA6, PD2, PD5, PD6, PD7) are available for your personal use”
and it also says at this link…
http://www.tvielectronics.com/TC_Controller_Descriptions.html#Touch_screen_controller
The touch screen controller can respond by sending out X and Y coordinates of touch screen contact location… to computer or microprossessor…
so my question is if i wrote some custom code into the midibox hardware would i be able to interpret that code as MIDI…
if so is there anythign else i’d need to make this work?
If not, would i be able to write a program into their ATmega16 chip (just like tk did for midibox) and just use that to send midi out and jsut stuff it into the same box as the midibox?
my intention is to put 4 of these as an x/y controller and program their (or midibox if neccesary) controller to display the position of the current state of the control.
i’m willing to lean to code these things eventually and any programming languages neccessary.