[perl-win32-gui-users] HighRes Timing and Sleep in GUI MIDI Apps

2007-09-06 Thread Veli-Pekka Tätilä
Hi, How good is the Win32::GUI timer for semi realtime applications? I've codedd a drum machine, minus some final tweaks and testing, in Perl using Win32::GUI as the GUI lib and Win32::MIDI for MIDI. I generate my own note off events (note on velocity 0) so that Win32::MIDI does not have to sleep.

[perl-win32-gui-users] Kbd Fires Click Twice for Radiobuttons, Why?

2007-09-06 Thread Veli-Pekka Tätilä
Hi list, I think I might have found a bug in the event handling of Radio Buttons, or else have just somehow misunderstood how their event handling works. EIther way, I'd appreciate any comments and clarifications. Issue: if I create two radio buttons in a dialog, set them up in the tab order, and