Kurt Revis
Kurt Revis
It's unlikely I will make a command-line version, since sendmidi already exists, and looks pretty complete. Sorry. (I could definitely look into Automator, though.) There might be a workaround. In...
Hmmm. Napkin math: * 120 KB = 122880 bytes * MIDI transmits at 3125 bytes / second * It should take 122880 / 3125 = 39.3 seconds at full speed....
(But thanks for running the experiment.)
Nobody has asked me about using the frameworks from Swift, let alone using Swift Package Manager. I'm not too familiar with it, but I can do some research and find...
I just did a release of MIDI Monitor 1.5 and SysEx Librarian 1.5, which was an (almost) total rewrite in Swift. So the code is a LOT more modern, and...
Another: > it would make my life a whole lot easier if I would've been able to simply filter out all the sustain pedal messages
Thank you, not a bad idea! At first glance this seems pretty simple and straightforward. Things I'll check on: - Ideally if you select multiple messages, we would show all...
(Even better, we might as well add a way to export the selected sysex messages as .syx or .mid. Would just need to add a menu item or button somewhere.)
Sure, sounds reasonable, feel free to mess with it. You've got the code and you can make it do what you want! This is pretty similar to #87. Other related...