hi....i am getting weird glitches using key and keyup on osX
i want effect X to be triggered while i have my finger down on key Y....but in reality, the effect is "flickering" on and off,
is this a problem with my keyboard, or the mac os, or pd's key objects...??
or am i doing something else wrong???
hard off wrote:
hi....i am getting weird glitches using key and keyup on osX
i want effect X to be triggered while i have my finger down on key Y....but in reality, the effect is "flickering" on and off,
is this a problem with my keyboard, or the mac os, or pd's key objects...??
If you literally mean key 'y' it's probably sending character 'y' several times per second as long as you hold it down, unless you've found the secret command to stop autorepeat... Martin
or am i doing something else wrong???
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
thanks everyone!
it's all sorted out for the moment, i just changed the key repeat rate in my system preferences.
this is going to be fine for my gig in beijing next week...and then when i get home i will add some code into the patch itself to stop the repeating keystrokes.
thank you, really.
The [key] and [keyup] get the key press info from Tcl which interprets
the autorepeat. If you want the raw button data, use [hid], though the
MacOSX keyboard support might be a little raw right now.
.hc
On Jul 14, 2005, at 12:52 PM, hard off wrote:
thanks everyone!
it's all sorted out for the moment, i just changed the key repeat rate in my system preferences.
this is going to be fine for my gig in beijing next week...and then when i get home i will add some code into the patch itself to stop the repeating keystrokes.
thank you, really.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
There is no way to peace, peace is the way.
-A.J. Muste
On Thu, Jul 14, 2005 at 06:53:20PM +0900, hard off wrote:
hi....i am getting weird glitches using key and keyup on osX
i want effect X to be triggered while i have my finger down on key Y....but in reality, the effect is "flickering" on and off,
just a guess, that youre retriggering some envelopes or such in your patch. when you hold down a key in the binding is triggered each time theres a 'repeat', so you can either adjust the repeat rate at the system prefs (OSX) or xset r rate (X), or use the 'change' or similar object to trim duplicates...
is this a problem with my keyboard, or the mac os, or pd's key objects...??
or am i doing something else wrong???
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list