- Edited
So I've spent months trying to perfect my Bela:Soundfont program (and unifying my codebase to also run as a PC Juce application for testing) and it's almost there....
I'm wondering whether it's possible to stop a running program from a switch (through a digital pin I suppose) and restart it from another one ? At the moment my Bela is plugged into my PC and I can restart the program if it crashes - it does occasionally due to some racing conditions which I'm fixing. Assuming it'll be set free from my laptop (USB powered) then I'd still like to opportunity to recover if it falls over (without restarting the whole board which takes some time).
I can steal the hardware and port scanning from somebody else's hard work - but I'm stuck on interacting with the compiler / IDE from the real world ?