matthewscharles / instrument-maker

A framework for making digital instruments with sensors, driven by a need to improve access.
http://www.instrumentmaker.org/
GNU General Public License v3.0
18 stars 5 forks source link

key objects retrigger rapidly on mac #39

Open matthewscharles opened 4 years ago

matthewscharles commented 4 years ago

I've had issues with this before -- see this: https://github.com/pure-data/pure-data/issues/213 (not sure if it's exactly the same, but seems to fit).

@alexmlucas you might want to take this into consideration for the workshop. I'm trying to patch the issue now. as a result, keypresshold has a bit of weird debouncing in my latest update, and we can revert to your original if you prefer

matthewscharles commented 4 years ago

more discussion and someone's fix here https://forum.pdpatchrepo.info/topic/6359/double-triggers-from-keyboard/4

alexmlucas commented 4 years ago

Hi Charles, this doesn't seem to be an issue for me. Although I'm using Pd 0.50.2.

On Fri, Jun 19, 2020 at 10:21 PM Charles Matthews notifications@github.com wrote:

more discussion and someone's fix here https://forum.pdpatchrepo.info/topic/6359/double-triggers-from-keyboard/4

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/matthewscharles/instrument-maker/issues/39#issuecomment-646864851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIE44QGKBLW6ZUJNIVLZQ4DRXPJGTANCNFSM4ODBLZTQ .

alexmlucas commented 4 years ago

I should mention that I'm using a Mac!

On Mon, Jun 22, 2020 at 3:44 PM Alex Lucas alexmlucas82@gmail.com wrote:

Hi Charles, this doesn't seem to be an issue for me. Although I'm using Pd 0.50.2.

On Fri, Jun 19, 2020 at 10:21 PM Charles Matthews < notifications@github.com> wrote:

more discussion and someone's fix here https://forum.pdpatchrepo.info/topic/6359/double-triggers-from-keyboard/4

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/matthewscharles/instrument-maker/issues/39#issuecomment-646864851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIE44QGKBLW6ZUJNIVLZQ4DRXPJGTANCNFSM4ODBLZTQ .

matthewscharles commented 4 years ago

Are you running Catalina by any chance?

alexmlucas commented 4 years ago

I'm on Mojave 10.14.5

matthewscharles commented 4 years ago

hmm..same here, more recent computer model perhaps?

either way, I should maybe just drop a disclaimer into the help file for now.

danomatika commented 3 years ago

For newer Pd versions on macOS, key repeat is being picked up from the system keyboard setting, so you can turn it off in System Preferences & restart Pd to see the change. There isn't currently a way to control this in Pd itself or only for Pd yet.

I'm wondering now if key repeat should simply be disabled. Comment here if you want to weight in: https://github.com/pure-data/pure-data/issues/945