Hi Greg,
As far as I know, there’s no way you’ll ever get an “ended” phase when sliding a finger completely off the screen, since the device simply can’t read any signals there (obviously). I’m not sure any SDK does this, and perhaps not even natively can it be done (although if somebody knows for sure that this can be done, I’d be curious to hear so).
For something like you describe, with multiple fingers sliding all over the screen, over different “organ keys” and such, you may need to construct a fairly complex system that uses the “moved” phase instead of began and ended (or it uses both). Start simple… try building two “keys” and testing different methods. Then build two more keys, and test multitouch. If you get that going, keep expanding and see what happens. I maintain (stubbornly) that this is possible in Corona, but you’ll have to keep testing.
Brent