Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
1–10 of 24 posts
Re: Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
#2[deleted]
Re: Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
#3I always thought using something like this for debugger shortcuts could be fun
Re: Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
#4This is dope. Would love to bring it to linux
Re: Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
#5This is dope. Would love to bring it to linux
Repo is 2,500loc, all-in, according to SCC. Should be really easy to point your favorite coding agent at the repo and have it one or two shot something similiar in the language of your choice.
Re: Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
#6This is dope. Would love to bring it to linux
I have something like this in linux using a novation launchcontrol, it's quite straightforward using aseqdump, say I use the buttons to switch desktops, I have this launched as part of my session and always in background. While developing this I just printed $line to see what aseqdump sent to figure out the regexes
while IFS=' ' read -r line; do
if [[ "$line" == *"client"*"Launch Control"\* ]]; then
device=$(echo "$line" | cut -d' ' -f2)
fi
done Re: Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
#7This is like vim pedal (https://github.com/foxweb/vim-pedal) on steroids. I love it.
Re: Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
#8I have one of these! And I almost made this exact thing myself! Love this thank you. PS would love a little UI for this if there isn't one already
Re: Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
#9Love it! Trying to use it with my nanoPAD2 and it only outputs `note_on` and `note_off` events. Can we bind on these? Example output:
22:56:38.740 note_on channel=1 note=36 velocity=89 [nanoPAD2 PAD]
Re: Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS
#10This is like vim pedal ( https://github.com/foxweb/vim-pedal ) on steroids. I love it.
Sir, Emacs pedals came way earlier, we needed to avoid "Emacs pinky"!