Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 2
    Simplest would be to use a GUI toolkit to make a GUI application. GTK+ would do the job - anything that can give you keypress / keyrelease events. Commented May 23, 2015 at 19:27
  • yeah, that is why I said it is trivial in anything but python. Not sure how (or even why) it works with python GTK. Commented May 23, 2015 at 21:26
  • @Spiked3 when you say "anything" but python, could you suggest something to use instead? I am using python just because it's what I am most familiar with, but it's not fundamental at all to use strictly python. Commented May 23, 2015 at 21:28
  • C# would be (is) my primary choice. I'm looking for a piano keyboard gtk app that might run with python but have not found any yet. I think even Processing probably could do it but I am not sure. It is probably worth looking at though, since it is so similar to Arduino (IDE) Commented May 23, 2015 at 21:32
  • 1
    processing.org/reference/keyPressed_.html Commented May 23, 2015 at 21:33