Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Browsing all 2896 articles
Browse latest View live
↧

"Latch" Onto Audio Output?

Specifically, how would I route a sound stream from say Spotify through Processing? Looking through things like minim I see where you can move from whatever the system basic capture device is, but I...

View Article


How To: Embed PeasyCam 3D "viewport" inside sketch?

It sounds so simple, but... I plan on using PeasyCam views to explore a 3D scene. But I'd like that to be displayed in a subordinate Processing area or window independent of, say, controlP5 controls or...

View Article


LoadLibrary failed with error 87: The parameter is incorrect

Trying to run Processing, getting the splash screen then a box with this error pops up. Running Windows 10 Pro 64 bit version.

View Article

Sound reactive visual, swapping movie clips

Hello! I am trying to figure out a way to create a sound reactive installation in which depending on the volume of the input sound from the computer mic it displays a specific movie clip. For example...

View Article

P3D collision

How would I make collision with boxes in P3D, using the Queasycam library?

View Article


Cannot end GROUP shape

My code is way too long to fit in a single post, so I put the link below https://pastebin.com/XNrFMtyY So my problem is when I use "vector_construct()" it throws the error "Cannot end GROUP shape" I...

View Article

Image may be NSFW.
Clik here to view.

How to display accents ?

Hi ! I have created a small soft to chat on a local network and every time someone type an accented letter, it doesn't display and I have this error : As my soft is for french users, we do need those...

View Article

Minim Library: Cannot change buffer size

I have just started learning about and using the minim library. However, if I use anything other than the default value (1024) for buffer length in the 'loadFile()" method, the audio becomes garbled....

View Article


How to create a bar-chart where the "table.sort" change on request with a...

This is my first processing question for my first processing project, so sorry everybody for my ignorance of the software and of the forum rules, I'll be deeply thankful if anyone will be so kind to...

View Article


Display window doesn't display? [OSX]

Hi all, Running macOS Sierra version 10.12.6 When I run my Processing scripts, the display window will open but not actually display anything. The rainbow wheel pops up, and I have to force quit the...

View Article

How Can I show image on GLabel or on GTextArea in G4P from MySQL database.

Hi All, I have a GUI where I want to display some information from MySQL database. I am able to display text on GTextArea from database. But I need to displaying flag of country on GLabel or GTextArea...

View Article

[PeasyCam]How to get Up Vector

Hi, it's two days that I'm trying to get the up vector of the peasycam with some problem. I have the pitch, yaw and roll of the camera float[] rotations = camera.getRotations(); // x, y, and z...

View Article

How to make Piano virtual, with hand detection for play this piano

I need to make a piano, using the image processing to go over the piano key and make the sound.

View Article


Using Minim

I am trying to use Minim to play some sounds. However, I want to be able to play a sound, while it is still playing from the last time I called it up. Is there any possible way to do this? Currently I...

View Article

Hi is it possible to create smooth animation in javascript using millis() as...

The function drawings attempts to draw a triangle strip that slowly moves down to create a rectangle.(which eventually i plan to make an alphabet) But the problem is my delaying code in function...

View Article


how to zoom in and out in a 3d project?

hello, I m starting to transform some 3d projects in VR, and to increment the immersive feeling I want the spectator travel around the sketch. Any ideas will be great, thanks.

View Article

Image may be NSFW.
Clik here to view.

How to import a CSV-file into a table and connect the result to GUI-Builder?

Hello, this is my first time using processing; I'm also new to programming. I'm a bit stuck with my first (bigger) project, and would appreciate any advice. I have data about different items, stored in...

View Article


How to extract GTextArea text to a PDF file

I have a GTextArea (using g4p_controls.*) which has text within it. What would be the easiest way to extract the text from within the GTextArea and output that text to a PDF file? I do not want the...

View Article

Help with Audio Visualizer

Hello! I am trying to create an audio visualizer. I am using live sound. The problem I keep coming into is the nullpointer exception error. Please take a look at this code and give me some tips on how...

View Article

Adding a button event handler to a child window in G4P

I've noticed that none of the examples with G4P feature working buttons in external windows (created using the GWindow factory methods). I've also noticed GWindow has no addButtonHandler() to go along...

View Article
Browsing all 2896 articles
Browse latest View live