Sudden new error - started today! 3/28/18
I have the latest Processing on Win10 - has been working just fine. Today I do a compile and get this error: Failed to initialize device Splashtop Virtual Hid because of: java.io.IOException: Failed to...
View ArticleNo library found for g4p_controls
Hi, i'm trying to learn programing using Java processing, I want to run G4P examples, but the tool is not working right I reinstall it . I found this , but it never got answered. I am using Ubuntu,...
View ArticleUnfolding - Cannot change x and y co-ordinates of map
Hi, no matter what co-ordinates i put in the x and y position of the map does not change. The height and width of the map is also wrong but can be changed...any help would be much appreciated! import...
View ArticleFiltering Capture.list()
Im printing out contents of a capture.list(), and ive managed to only print cameras with 10 fps like this: String[] cameras = Capture.list(); String fps = "fps=10"; // String size = "size"; for (int i...
View ArticleAir Quality (AQ) API JSON Data
Hi - I am working on an installation that will be using 'real time' data from an AQ mesh pod API. I want to turn the data (which provides a minute-to-minute output of this data) into a JS object and...
View ArticleShapes3D is beyond Coool : But can I do dynamic textures
I'm using Shapes3D with Processing 2. I downloaded a starmap and used the library to project onto an ellipsoid as a texture. If I zoom into the ellipsoid, I get a planetarium view of the stars. Now,...
View ArticleHow to get the mouse position coordinates in a GWindow window (=not the main)
Hello, Is there any way to retrieve the mouse position in a GWindow window? In other word an equivalent to the mouseMoved() available in the main but for a GWindow window. I tried to pass mouseMove()...
View ArticleArray of identical samples. Minim triggering sample issue.
Hi there. I have an array of identical samples for two bouncing orbs which are also in an array. A sample is to play each time a ball falls below a virtual water level. They trigger just fine, but...
View ArticleBeginner Array Question
I have an array of narrow vertical rectangles. Each rectangle moves randomly back and forth (left to right) across the screen. When *any of these overlap I want an event to happen, eg. println...
View ArticlePitch, Roll, Yaw using rotateX/Y/Z query
I am trying to represent the orientation of my phone being held upright. I'm using a simple rectangle for starters. I am sending messages over OSC. Each of my 3 values; pitch, roll and yaw (Azimuth)...
View ArticleHow do I tell if a GLMovie is done playing?
I'm having a hard time figuring out when a GLMovie is done playing. Here's my code, a very slightly modified version of the "SingleVideo" example from the GL Video library: import gohai.glvideo.*;...
View ArticleStringIndexOutOfBoundsException?
Hi All-- I'm trying to troubleshoot an error I'm getting that's freezing my code. I've made a gui using controlP5 and underlying code to process text files and send characters over serial. I don't have...
View ArticleNetworking A Game
I have been working on this game and I tried to make a multiplayer function with a server and a client but I can't seem to get it working with many problems such as a chance that the server will send...
View ArticleManipulate a custom type made with .UFO
Hi, I´m working in a project which need to manipulate the typeface structure. The originals vectors are made it in Robofont and all the glyphs are made with just a single stroke, as you can see in the...
View ArticleTurn camera when using P3D?
I made a simple 3D project to see what it could do. I wanted to make a first-person sort of perspective. You can walk around but you are always looking in one direction. What do I have to do to get the...
View ArticleHow to send captured sketch images to website(html)
Hello, I made a simple paint tool in processing and tried to search the examples for this but I couldn't. I just want to upload a captured image which is saved as jpg from processing to website(html)....
View ArticleServer or Client Lagging?
I have a game and basically, the client will send its player location every draw loop, and the server will send it back (the server sends to all the clients). Then the client gets it back and says "if...
View ArticleUnfolding Maps: How to map separate lat/long coordinates in an array to screen.
I've constructed this code based on the principles of Daniel Schiffmans 'exercise_18_15_new_bubbles_xml.pde' on Github. All is going well, except that I am having difficulty applying it using Unfolding...
View ArticleSpectrogram to audio?
Hi there...im wondering if someone has ever implemented an image of a spectrogram to audio conversion in Processing? The only thing I found was:...
View Article