You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm trying to do some mapping using my sustain pedal connected into MIDI keyboard. It sends CC 64 127 when pressed and CC 64 0 when released. When I do mapping in midiStroke it looks like the keystroke is triggered not only on CC 64 but also on regular MIDI note 64 which is E3. Is there a way to trigger keystroke only for CC values? I thought entering value in the value column in GUI did that, but apparently that's not the case
EDIT: actually it looks like someone has raised a PR fixing exactly that here #5. Would that be possible to get it merged and released new version? Would be super cool. Thanks!
The text was updated successfully, but these errors were encountered:
am having the same issue. @charlieroberts please can you merge in!? I know the project isn't maintained but would be really good to fix this bug as the sustain pedal is a really useful and common trigger (when you can't use your hands...you can use your feet)...
@gurbraj I'm happy to merge into the repo, but I can't build / test / post, except in Mojave (and I don't really have a lot of interest in doing that). And tbh that pull request has a lot of print statements that I would prefer to see removed before merging... I'll notify the author.
Hello. I'm trying to do some mapping using my sustain pedal connected into MIDI keyboard. It sends
CC 64 127
when pressed andCC 64 0
when released. When I do mapping in midiStroke it looks like the keystroke is triggered not only onCC 64
but also on regular MIDI note 64 which is E3. Is there a way to trigger keystroke only for CC values? I thought entering value in thevalue
column in GUI did that, but apparently that's not the caseEDIT: actually it looks like someone has raised a PR fixing exactly that here #5. Would that be possible to get it merged and released new version? Would be super cool. Thanks!
The text was updated successfully, but these errors were encountered: