krevis / MIDIApps

MIDI apps for Mac OS X: MIDI Monitor and SysEx Librarian.
http://www.snoize.com/
BSD 3-Clause "New" or "Revised" License
714 stars 112 forks source link

Pause button in MIDIMonitor #76

Open kisielk opened 4 years ago

kisielk commented 4 years ago

It would be great if there was a way to pause event collection in MIDI monitor. Currently I need to just deselect all inputs or outputs, or change the filters, but that becomes cumbersome when I want to re-enable a bunch of them each time.

kisielk commented 3 years ago

Just bumping this since I came across the same issue again today :) I noticed that clicking one of the menus pauses things momentarily which is ok for quick inspections, but then I cannot scroll the list.

krevis commented 3 years ago

Thanks, it's a good idea, I just need to figure out the exact UI. If done badly, it could cause more confusion, since it means the app wouldn't "work". Keeping it on my list.

BTW if you scroll the list of events upwards (so it's not showing the most recent event), it should keep its position even when new events arrive. That way you can keep your place. Combined with setting the number of events to remember to something really large -- so you never drop any old events -- that might be enough to keep track of older events. Not ideal though.