midiStroke icon indicating copy to clipboard operation
midiStroke copied to clipboard

CC 64 is treated the same way as Note 64 (E3)

Open mostr opened this issue 4 years ago • 2 comments

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 https://github.com/charlieroberts/midiStroke/pull/5. Would that be possible to get it merged and released new version? Would be super cool. Thanks!

mostr avatar Mar 30 '20 07:03 mostr

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)...


@mostr, did you find a workaround?

gurbraj avatar Jan 10 '21 23:01 gurbraj

@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.

charlieroberts avatar Jan 11 '21 20:01 charlieroberts