cannot convert from element type object to aug3.arobjrct
cannot convert from element type object to aug3.arobjrct what to do?
View ArticleSeveral attractors using toxiclibs
Hello, I am trying to build an interactive installation as following: There should be 12 attractors that attract particles depending on their color. I am trying to build 12 different particle systems...
View ArticleHow can associate Amplitude analyze() (sound library) with a GImageButton...
How can I associate the rms.input with a GImageButton? I think that the problem is that if I have these arguments: seq3.play(k, 1.0); rms = new Amplitude(this); rms.input(seq3); in the setup() and I...
View ArticleHow would something like this Moving Brand magic be made?
from 15 seconds and onwards processing is being used to make interactive graphics. How was this made, I see ControlP5, but what else is in the making here? I just want to say I'm just starting to...
View ArticleWhy does processing.sound make horrible screeching?
I am creating a click sound, and it works and plays (no looping), but as soon as the file is over, processing makes a horrible screech through my speakers. Very rarely it works with no screech, but...
View ArticleWhy Libraries don't work in all Processing versions? Is there a "one time...
As a beginner i am exploring basics and few libraries.I am messed up that some libraries don't work which i feel are very useful for me.Many suggested using multiple versions of Processing.Can...
View ArticleColors from array running only once within draw()
Hi there guys, Have been struggling with this piece of code. Basically creating an array of rotated rectangles in a circle. I want to use my specific color palette but since the code is in the draw()...
View ArticleFast Fourrier Transform fft
I want to do a fast fourier transform (fft) with 2^15 = 32768 bands. Even if it basically works I get often crashes while starting the sektch : Java(TM) Platform SE binary does not function So I need...
View ArticleControlP5 controller dynamically added when mouse clicked from class
Hi Everyone, I am on beginner level in processing and have been writing a code using ControlP5, yet having issues how to add a button in a class triggered by mouse click. Found this...
View ArticleSaito,objloader uv problem
Hello,i made i model that corresponds to my original model,it was based to the example of the saito library,but i want also to transfer the texture.I can take the uv in 3d space coordinates from the...
View ArticleArray of points, nullpointer exception
Hello all; If you look at another one of my discussions you will see I have been working on a genetic algorithm. I currently am experiencing a problem whilst trying to plot points of data in another...
View ArticleAccessing selected list elements from ControlP5 dropdown list
Hi guys, What should I do to be able to print the relevant item? eg: I want the console to print out just the word 'ADD' or 'SUBTRACT' and so on. I want to later use this as part of a String Variable...
View ArticleMQTT - Qatja ability to connect using username and password ?
Many cloud services use MQTT and they require an initial connection using a username and password. I have not found the ability to set these parameters with any of the MQTT type libraries i have found...
View Articleprocessing and phones
For a project I need to interact with a phone menu (like Computer Telephony Integration voice/tones menu) How can I do this? Is there an interface to connect a land phone and hear Text-to speech...
View ArticleHow to control tint of image in Processing with audio output volume
Ok, so I'd like to project a few pictures to the wall. I'd like the tint to change gradually, depending on the volume of audio output. The audio is coming from audio samples (so not MIDI instruments,...
View ArticleCustom generator/processor in Sound Library
Is there a way to implement a custom generator/processor using the Sound Library? I did it very easily with the minim library (e.g. I implemented my custom reverb) but I cannot find any example with...
View ArticleKeepin 0,0 translate on Cp5-elements but not on the rest.
I would like to pushMatrix before the translate statement and pop it after the text statement. But it's no possible. Is there another way to keep the cp5 elements from listening to the translate(400,...
View Articlerecording a video
Hello, I wrote a programme for audio-reactive visuals … usually I perform live in clubs (like here), but this time I need to record a video (sound doesn’t matter). I tried to write out jpegs, and a...
View ArticleWeather Data Library - Missing Links
Hi all, I'm looking for a library or piece of code that can link processing to weather data, either real time, or in the form of the standard typical meteorological year (TMY) of EnergyPlus. Any ideas...
View Article