I have been using this library now for a while, and have had issues using it like the other libraries I download. Normally I just download the library add it to the libraries folder make sure the names match and it works, or I use the built in libraries addon manager in processing and again very straightforward. However this one is giving me a bit of grief, and I have to resort to adding it to the code folder of a sketch folder, meaning I always have to save the sketch first. Am I the only one experiencing this?
import ketai.*;
void setup(){
};
void draw(){
};