I'm having an unusual problem with Minim: when I run my program from within Processing, the sound works just fine. When I build for Linux and then run, the program works fine, but the sound is really choppy. I've imported all my sounds with a 2048 buffer size. Any recommendations? Thanks!
Under normal circumstances, the ESCAPE key exits the currently running Processing program. I'm making a game, and I want to use the ESCAPE key to allow a player to leave the game and transition into a menu. How can I get Processing to ignore the normal exit function for the ESCAPE key and instead allow me to do other things with it?