I'm currently playing a bit with Spout and Processing and uploaded a bit of stuff to Github. Feel free to take a look

Github: https://github.com/keshrath/CircleTheme
Code: Select all
surface.setTitle("Path: " + config.getPath() + " BlendModes: " +
config.getBlendMode() + " K: " + config.getKickFilter() +
" S: " + config.getSnareFilter() + " H: " + config.getHatFilter() +
" FPS: " + frameRate);