Hi,
I am currently studying digital design and I need a little help with a project I want to achieve.
Indeed, I will make an interactive digital installation. In general, this system will consist of multiple boxes which can be pushed or pulled by a single user. Visual will then be projected above and evolve based on user choice.
For this I use the V-Jing software : Resolume for the mapping part and a Arduino Mega 2560 R3 card to give position moving information through small push buttons.
To link the information from the Arduino board button to Resolume software, I try to simulate the supports (typing) of a keyboard key which would launch a video.
For example, when a box would trigger the button 1, the virtual presses the button A to give information resolume launched a new visual.
My Arduino code for the button works is pretty simple I know but I'm really beginner in Arduino.
I tried to look for solutions on the forum but I did not really find any answers, I understand that the use of v-usb should be mandatory. I also thought passed through a MIDI keyboard if it would be easier (and Resolume is even better). Moreover, I am on Mac OSX but I think I will soon return to my Windows partition
If anyone would know when a fairly simple way to similer support of a button in the Arduino code that would be really cool.
Thanks in advance. (and sorry for my english)