Animated Gif SlideShow
Hi there, I'm trying to display a dozen of animated Gif. I display them one by one : - I load and display the first Gif - after a certain time, I load and display the second gif, - after a certain...
View ArticleIs this example reading sound amplitude data?
Hi! I would like to know if the code below from the example called “MonitorInput” of the Mimim sound library is getting the sound amplitude data? Is it the sound amplitude data that is being used to...
View ArticleParse CSV string received by serial and store into an array.
Hi to all , I'm quite new of Processing and I've a problem with the serial data receiving. I must receive the below csv string from the serial interface and split character by character into an array...
View ArticleOpenCV not compatible w/ 3.0
Does anyone know who will be updating this? will I have to use a previous version of Processing to use OpenCV?
View ArticleHow can I convert groups of incoming bytes received via serial to a singel int.
Hi, I am using processing to communicate via serial with a fingerprint sensor (GT-511C3) and the messages it sends looks something like this: 55-AA-01-00-0F-10-00-00-31-00-50-01. as these are sent...
View ArticleWhy is the Sound library not working?
P3 here. I tried using the Sound library but gave me the error "This library may not me properly installed", blah, blah, 64bits, blah... I had the same error with the video one, but moving the folder...
View ArticleHow to embed processing(with library) in html
Hi guys, anyone knows how to embed library in html? I really need help, thank you
View Articleload SVG with gradient and export it to PDF
hi, i want to load SVGs with gradient (made in illustrator cs6) into my code (which works fine for displaying and even exporting as png, but now i want to export it as PDF with beginRecord(PDF... but...
View ArticleG4P Library - I cant't retrive the textfield value.
Hi I'm using the G4P library for a GUI inteface that must show some data coming via serial . I don't have problems to write value inside the texfield using data that are inside a byte[] using the below...
View ArticleIssue Saving Multiple Files
I am working on a program that uses minim and Opencv. I am having issues with Minim when I try saving multiple audio files. Although it's currently creating multiple files, they are all empty and I...
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 ArticleNeed help with Serial comms to/from Arduino
I'm looking to send some integers from Processing to Arduino. One set will be 0 to 359, the other numbers will be a max of of 10,000. Once working the Arduino doesn't need to respond, but for testing...
View Articleexample file of objloader library not working...
It seems the basic example files in the objloader library are not working ... May I ask if this is caused by the latest Processing 3.0b5? Thanks!
View ArticleFollowed Library Instructions, Not Found
The image shows that I am having library difficulty. The video library is in a "libraries" folder inside the sketch folder.
View Articlerecording audio output
Hi i am new to processing and i would like to know how to record a audio sample that i play pressing a key. I want to have the audio file with the sounds triggered by me recorded in my hd. Thanks for...
View ArticleCannot get booleanValue() with oscP5
Hello! I'm scratching my head here trying to figure this out, trying to use booleanValue() in an oscEvent is giving me problems. When I run these together, program 2 gives me an Osc error. The...
View ArticleTest on string received by serial interface.
Hi, I'm still in trouble with the receiving data via serial interface. After have solved some issues addressed in previous post, I'm now in troble with the this problem : Using microPython I send a...
View Articlexlsreader and excel 2010 (xlsx files)
Is it possible to use xlsreader with XLSX files, and if it is, how do I do, because I can't not figure out how to make it work.
View Articlehow to apply faceosc in processing
i want to edit mesh of face in faceosc in processing, and i have download the oscP5 libraries. the first thing i think i could refer some examples offered in Internet. but some problems and questions...
View ArticleHow can I import and use google apis?
Hi there, I thought I would ask here since I was a bit lost in the complexity of googles apis. I am working with the google api client and also the google drive api to go with that. I got all of the...
View Article