How can I make my code more efficent when it comes to implementing sound files
as i have this set up as a tree and i want it to look better and work more effiecently than it already does So if you could help with my tree that would be greatly appricated `import...
View ArticleSound Library
MacBook Pro, OSX 10.13.4, Processing 3.3.7. Sound Library example sketch, when run no sound on the left channel, and it crashes on exit. /** * Processing Sound Library, Example 5 * * This sketch shows...
View ArticleEmotion API and POST and HTTP requests library
Hi all. I have tried to resolve this to no avail. I just don't know what I'm doing wrong. I really hope someone out there can point me in the right direction. Apologies if my use of terminology is...
View ArticleDoes this speech recognition works for anyone?
Could someone be so friendly to tell if they can get this to work: http://florianschulz.info/stt/ For me it does nothing. Keep in mind you have to use chrome. best Doeke
View Articleproblem instaling OBJEXPORT and HE_Mesh
I have been trying to install OBJEXPORT from libraries but i always receive a message that says "could not find a library in the downloaded file" is there a problem in the library? I need the library...
View ArticleWhich version of Processing is compatible with the openCV library?
Hey, **I'm a beginner and I want to make a program in which my camera detects how a frame differs from a previous frame. If it differs, I want my camera to automatically take a picture. ** I found...
View ArticleCurrent ray tracing method
I'm back after a couple of years hiatus and would like to get going with ray tracing again. Back in the day I used to use P5sunflowapiapi and Joons Renderer. What are the best current options, working...
View Articleimport hypermedia.net
In Arduino Cookbook (both 1st and 2nd edition) there is a Processing sketch in chapter 15.13 that has a line " import hypermedia.net.*/". I have looked for this library on the web, no luck under that...
View ArticleLiquidFun box2d textures?
Can anyone please show me the right way to draw textures in this lib? Like instead of a box, draw a PImage. I made this through trial and error, which I use to draw an image that's close but not...
View ArticleHow to send HTTP-PUT-request?
Hello all, I am trying to make use of the REST interface in processing, I am currently using the "HTTP Requests for Processing" and I'm successfully able to read the information I want using the GET...
View ArticleSerial library
Hi All, does anyone have an example where multiple serial ports are open and closed i.e. reading from hot plugged USB based serial connections? Also has anyone used the serial libraries in a...
View ArticlePosition of Spritesheet
Within the sprite-sheet when using the S4P library does the position of the sprite-sheet have to be an almost / perfectly matching square ? I have found using spritesheets which do not have an proper...
View ArticleVideo library only supports webcams?
Can someone confirm that the processing Video Lib. only supports webcams or cameras that appear as image devices under device manager? Easy Cap analog video to usb is a video device under Sound, Game...
View ArticleSend an HTTP Request with Oauth Authorisation (HMAC)
Hi guys, have asked this question on the new forum too but not really sure its up and kicking too much yet? Basically i have have a sketch that uploads a file to my Wordpress site using an HTTP Post...
View ArticleJumping using the Sprites library.
So I am trying to implement jumping using the Sprites library I can see all the functions to implement them but cannot use it. ( I cannot even get a working example ) Anyone can put me on track on how...
View ArticleHow to switch from one text to another according to time with the Geomerative...
Hi, I have an issue with Geomerative. I'd like to switch from text to text using this library according to a time schedule. It works but when switching to a shorter text I still see the previous text!...
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 move a 3D object according to the screen's XY axis, instead of the...
hi! Im writing a 3D sketch in which the user rotates the camera with peasyCam while left clicking and moving the mouse. The thing is that I want to move the objects while right click is pressed so that...
View ArticleG4P creating different GUI under different modes
Hi everyone, I am new to Processing and G4P. I am making a project that could present different GUI for different mode. For example, when I click on a button in my main function, the mode is changed...
View ArticleHow do I record the audio input to a new audio render using minim
So, i´ve been tryng to make the minim recorder to record the audio from the Audioplayer object when is played without any succes. Something like the combination of this 2 examples :...
View Article