What possibilities of connection are there? As the rest of my organ works over a (closed) Midi-system, would it be possible/useful to go over Midi too?
My organ has a Midi-In, but I'm not sure if this signal would be forwarded to my computer. On the other hand I dont have and cant find a Midi-table of the organ, so not sure, whats in use. So I would rather not want to mess with it
The moment the button is pressed, I just want to have one single signal (like a click) and none when it its released.
SO you want to connect a button to the computer for that you also need to have a app on your computer where you can select the com port to which your arduino is connected to and then utilise a Serial Port component to read the bits from arduino.
The way of doing this in steps is:
Attach a button to Arduino(any one you want like a very simple push button or any complicated button you think you like) after that write an application in the language you know about like c# to accumulate all that information coming from Arduino that what to do when button on arduino is pressed.