-
I was getting key release and press events when a key autorepeats. Instead of figuring out a way to turn those off I added a short timeout between the key release event and jack-keyboard emitting a note-off event. If the key is pressed again within this timeout the release and press event are ignored (the timeout is canceled and no new note-on event is emitted).
This patch should be pretty...
2009-10-10 21:38:56 UTC by marienz
-
Instead of adding support for various keyboard layouts explicitly I was wondering if it makes sense to use what gdk calls the "hardware_keycode" directly. These do not depend on the layout set, which is convenient. I'm not sure if there are keyboards out there that have their "hardware" keys arranged differently though.
This patch is mostly a proof of concept. I left in the layout switching...
2009-10-10 21:34:00 UTC by marienz
-
trasz committed revision 13 to the Virtual keyboard for JACK MIDI SVN repository, changing 1 files.
2009-08-30 10:13:12 UTC by trasz
-
trasz committed revision 12 to the Virtual keyboard for JACK MIDI SVN repository, changing 1 files.
2009-08-29 20:27:28 UTC by trasz
-
trasz committed revision 11 to the Virtual keyboard for JACK MIDI SVN repository, changing 2 files.
2009-08-29 19:44:00 UTC by trasz
-
trasz committed revision 10 to the Virtual keyboard for JACK MIDI SVN repository, changing 2 files.
2009-08-29 19:42:01 UTC by trasz
-
... for this nice tool.
It is exactly what I searched for:
- jack complient
- complete range of keys
- easy to use.
2009-03-27 18:18:10 UTC by markue
-
trasz committed revision 9 to the Virtual keyboard for JACK MIDI SVN repository, changing 1 files.
2008-10-12 16:49:40 UTC by trasz
-
trasz committed revision 8 to the Virtual keyboard for JACK MIDI SVN repository, changing 1 files.
2008-10-12 09:54:30 UTC by trasz
-
trasz committed revision 7 to the Virtual keyboard for JACK MIDI SVN repository, changing 1 files.
2008-10-12 09:41:02 UTC by trasz