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

Using processing.io in Eclipse

Trying to use processing.io in Eclipse, but instead of a jar File to add as a dependency there's only this "libprocessing-io.so" file. What's the easiest way to get this working in Eclipse?

View Article


Help for installing libusbjava

Hi everyone, I'm currently trying to use libusbjava as shown on this website, but I get an error, and can't manage to get it to work, since I'm not so experienced with raw Java... The thing is this...

View Article


Changing prosessing sketch from gif to realtime

I am following a tutorial patch and it is to create a specific framed number giff, so far so good.. But now I would like to change it so that it loops forever in realtime rather than outputs its...

View Article

PixelFlow: Optical Flow, getting access to directional vector values in the...

I've been exploring the PixelFlow library a bit and am at a bit of a loss with how to get access to the internal values within the library. For example, in the OpticalFlow Basic example and the...

View Article

Creating an ArrayList of SinOsc objects, trouble with adding, removing, play...

As the title says I'm trying to create an ArrayList of SinOsc objects. When I click the mouse I want it to add a new SinOsc object to the ArrayList which will play a sine wave. The sin wave will differ...

View Article


How can I make a very simple FSK(Frequency Shit Key) generator?

I'm trying to make a very bare bones replica of a linux program(I use windows) called minimodem. What I'm trying to replicate is the part at 18 seconds, the transmitting part. How would I go about...

View Article

Sound library update not working

So processing was working with my code perfectly before this sound library update (2.0.1). When the code gets to this section (it's just the first one there so that's probably why it does the specific...

View Article

Image may be NSFW.
Clik here to view.

Reliably send images over net

Hello, I’m trying to transfer images over net between Processing-sketches on different computers. I’ve been making making some small test sketches to test this out. I’m using built-in java library to...

View Article


clearing an ArrayList

I've around this issue a few times. I have a particle system that contains an ArrayList of particles. I use a separate window for the interface programmed using Control P5. usually my particle system...

View Article


Play just a selection from a sound sample?

I'm able to create and play long sound samples with code like this: wave = minim.createSample( samples, format, buffersize ); wave.trigger(); But the array samples is huge, and sometimes I want to play...

View Article

G4P library crashes with multi-window

hello #Quark I have noticed several time instability problems when using the G4P library to generate multiwindows. I'm using G4P builder tool in Processing 3.7. I stripped the code to the bare minimum...

View Article

GP4 tool loses track of sequences and generates program errors

I think that I might be using this tool incorrectly. I successfully created and used several panels with control groups and option buttons. When I went back to add more panels and controls, the...

View Article

Program controllers

I want to use some controllers in a java game that I am creating and am wondering if it is even possible and if so, how.

View Article


How to reconnect/stop OscP5 TCPIP ?

Hello, i want to stop and start new connection, but oscP5tcpClient.stop(); not working... CLIENT import oscP5.*; OscP5 oscP5tcpClient; OscMessage m; String input; void setup() { size(500, 500);...

View Article

stl file reading

how can i import an stl ASCII format file in processing? and how can i slice it??

View Article


Does BezierSQL still work with MySQL server 8.0 ?

Hi, It seems for me that the library BezierSQL doesn't work anymore with MySQL server 8.0. Did someone noticed that ? Thank you for your help. Fabrice

View Article
Browsing all 2896 articles
Browse latest View live