We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everyone,
I want to check if LiveInput example is actually working - http://code.compartmental.net/minim/liveinput_class_liveinput.html
I was testing with the code and it throw me NullPointerException, which LiveInput is declared with minim.getInputStream but minim.getInputStream is returning null.
So I wonder is it correct that minim.getInputStream is returning null? Or what are the possibilities to lead the issue?