James Israel

Results 21 comments of James Israel

Well, I ran: $ sudo apt-get install pkg-config libusb-dev ...and then the 'make' command worked. I guess I needed that library. But now if I use the 'footswitch -r' command,...

okay, i entered 'sudo make install', but still had to use sudo in the footswitch command anyway. Would I need to uninstall & reinstall to avoid using sudo everytime? Anyway,...

How do you find the switches needed to program certain keystrokes, for example, I'd like a pedal to enter: arrow down; double click.

Found the hex code for arrow down, but can't find anything for touchpad double-click. unfortunately, just using ENTER won't work in this application, nor will Ctrl-O, as that opens a...

The equivalent of right-click, open would work too.

Question. Chrisben, you say, "You can then use the cached image as a fallback when an image fails to load (offline case) _or_ you could replace all image sources from...

It seems the above error is a result of imgcache not finding the cached files where it expects, correct? And if I understand the documentation correctly, image files being called...

@chrisben, thanks for the response! So, would it be possible to create an array using the: `$('img').each(function() { ImgCache.useCachedFile($(this)); });` method, rather than the `ImgCache.cacheFile('http://my-cdn.com/users/2/profile.jpg');` method for individual images? You...

Yes, it seems random for me too. Get it all working, then BAM. It seems to having something to do with the session storage. Whenever this happens, at the same...