The library is working as intended on the first launch of a sketch. The controller is identified and all knobs and pads are responsive. However, on subsequent launches of the same sketch, it just hangs and shows the spinning pinwheel. The only way to reconnect to the controller is to quit and relaunch Processing and run the sketch again (but as described it only works on the first launch).
I'm no Java whizz but it seems like Processing isn't properly disposing of the controller connection upon sketch close-down. Maybe the issue isn't related to the pLaunchController library but rather OSX or the Java VM?
BTW thanks for putting this library together and sharing it. It's immensely useful to me.
- Processing 4.0.1
- Mac 12.4 (Monterey)
- MacBook Pro (2019, 2,6 GHz 6-Core Intel Core i7, 16 GB 2400 MHz DDR4, Intel UHD Graphics 630 1536 MB)
The library is working as intended on the first launch of a sketch. The controller is identified and all knobs and pads are responsive. However, on subsequent launches of the same sketch, it just hangs and shows the spinning pinwheel. The only way to reconnect to the controller is to quit and relaunch Processing and run the sketch again (but as described it only works on the first launch).
I'm no Java whizz but it seems like Processing isn't properly disposing of the controller connection upon sketch close-down. Maybe the issue isn't related to the pLaunchController library but rather OSX or the Java VM?
BTW thanks for putting this library together and sharing it. It's immensely useful to me.