How to Display Images based on frequency?
Is there a way to display images based on how high the frequency the program is detecting? Like if the program detects a frequency of around 1000 Hz, it will display one image representing an emotion,...
View Articlehow to introduce speech recognition into game.
Hi, I am currently working on a university final year project, where I am taking an existing piece of work and adding a useful element to it. I have started building the classic brick breaker game but...
View ArticleHow to smoothly playback 1080p video ?
Hi, I am trying to playback 1080p video in Processing and using the Loop sample from the video library looks a bit choppy. What's the best way to playback 1080p video smoothly in Processing on Linux...
View ArticleMake objects/shapes appear on top of other objects/shapes dynamically
I have a bunch of objects that are square videos(in an array). If the mouse hovers over one of them - it will expand (and play). the problem I have is that if an object expands but there is an object...
View ArticleMovie playback in Linux Ubuntu 16.04
Hello there. I'm trying to use the movie examples, but I can't get it to work. I had similar problems when using capture, but installing some libraries related and from gstreamer, I managed it to work....
View ArticleHow to modulate the frequency of samples
Hi! I'm making a synthesizer by using Minim on processing, I'd like to play notes by changing the frequency of a sample found on freewavesamples.com. Actually i only can play notes with the playNote()...
View ArticleControlP5 Slider Exponential
Hi, I'm using quite a couple of controlP5 sliders but for some of them I'd like more precision on the lower end of the scale. Is there a possibility to change the interpolation between the range of a...
View Articlereorder draw/stack index?
Hi , Im having a problem with objects (Tiles) - I set where a bunch of Tiles appear on the canvass and if the mouse cursor is over one of the Tiles it enlarges and plays a video. All this is working...
View Article3dconnexion SpaceMouse Pro / Spacenavigator
I've been searching for days on forums to find a library that works on the 3dconnexion devices for Processing V3. In the past it looks there was a working proControll library which is now replaced with...
View ArticleHow can you make effects/glitch/lay videos over the webcam when you click a...
I got live video on screen with this code: import processing.video.*; Capture cam; float xpos; float ypos; void setup() { size(1920,1080); String[] cameras = Capture.list(); cam = new Capture(this,...
View ArticleWhy Music visualiser does not work, when I add an "ellipse" into code?
int radius = 100; float nScale = 200; import ddf.minim.*; import ddf.minim.analysis.*; Minim minim; AudioPlayer player; AudioMetaData meta; BeatDetect beat; float noiseMulti = 300; void setup() {...
View ArticleIssue installing processing-sound library
I am new to Processing and I have some issues installing the processing-sound library. I installed the oscP5 libary here and it works fine: C:\Users\51syvjan\Documents\Processing\libraries\oscP5...
View ArticleHow can you blend a video into a webcam screen, or add effects to the live...
I got live video on screen with this code: import processing.video.*; Capture cam; float xpos; float ypos; void setup() { size(1920,1080); String[] cameras = Capture.list(); cam = new Capture(this,...
View ArticleHigh CPU usage with Video
Hello all, I'm fairly new to Processing. I'm using Processing 3.0 on a 2013 Macbook Pro running El Capitan. I'm doing, what seems to me, some fairly simple video manipulation for an installation I'm...
View ArticleNot sure how to go about it. (play video on key press)
Hi, I'm trying to figure out how I would go about creating a code that will trigger a video when I hit a certain key on the keyboard. the key doesn't have to be specific, I have found various other...
View Articleplease please can someone help me with this codemy submission is in few hours...
I need to make a simple bar chart or anything to put in my sketch every time i try to link the data it gives me errors can you help. PImage img; Drop[] drops = new Drop[300]; void setup() { size(900,...
View ArticleSend data from a java application to processing for display
Hello All, I would like to send a constant stream of data/objects from a java application to processing for rendering/display. The java application could be running remotely, say in AWS, and so this is...
View ArticleHow can you lay a video on top of another?
I need it so that it looks like their blended. I'm trying to lay a video on top of a live webcam video, so you will see the contents of the video happening over yourself. Please help. I know I've kinda...
View ArticleHow to display coordinates of all the particles in Arraylist
Hi there, I'm quite new here and try to find a solution to a certain problem I have. Unfortunately, I have little experience in Processing. I'm using Plethora to create swarm like simulation. I have an...
View ArticleMinim pause() does not work
Hi, I am working on a tangible music player with Arduino and for this I am using the minim library. However, the player.pause() function does not work in my code. It only stops the song for a few...
View Article