-
trasz added marienz to the Virtual keyboard for JACK MIDI project.
2009-12-08 18:11:46 UTC by trasz
-
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