-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I'm developing GB software that receives MIDI. I find RP to be incredibly useful for quick testing as it cuts out the cycle of burning a ROM to a flashcart, or developing some solution to fake MIDI data over the serial port. However, it's still slightly annoying that in order to reload ROM (as far as I can tell) you need to system, load ROM, and use the file dialog to select the same ROM file. It would be useful if there was a quicker way. Here are a couple of possible ways this could be achieved.
- Assign some simple way to reload the file through a GUI shortcut, for example double or triple clicking the window. Or use the topmost item in the right click menu (the one that shows the ROM name) to reload the ROM.
- Let the plugin look for changes to the loaded file and reload if it's rewritten.
- Make the process listen for some signal that can be triggered from a build script, for example listening to a TCP port and opening a connection to that ports reloads.
If for example double clicking the window would be considered possibly confusing for users, this might be a feature that needs to be enabled in the config file.
Thanks for the consideration.
Metadata
Metadata
Assignees
Labels
No labels