I'm writing my Processing code in Eclipse and export as application via P5 Exporter tool which works nice. My sketch uses several images and a vlw font file which is located in the data folder. Now i want to embed those files into the application that there is no need for an extra data folder like there is now. Anyone knows a way to do this?
I want to export my P5 sketch as an OSX application using the P5Exporter tool.
Using this created an app (that is not running) with more than 800mb, because all the sound files from the data folder get included. This is what i want to prevent to have the possibility to exchange the soundfiles (they are loaded by listFileNames). I am using the TUIO and MINIM library.
Does anyone have an idea??
I started to program a little dj application, basically it is about loading mp3 files and fading them in and out. I used the Minim library for this, the performance seems okay to me but the playback makes noises and cracks while changing the volume. Somewhere in the old forum i saw the same problem solved by using the Sonia library. Is this still the way to go? Any suggestions?
I want to realize a effect similar to the vector effect in Illustrator called roughen.
I've made a screenshot to make clear what i mean:
I want this effect to be dynamic, that the result is a growing/shrinking/pulsing ellipse with distorted outlines. Like a smooth animation of the 5 steps that are shown in the picture. I would be great to get some thoughts how to solve this problem!