0
votes
3answers
26 views
Using Processing on a server to create images behind the scenes
The way I see most people use Processing is for drawing an image directly onto a screen or webpage on the client side.
How would one use Processing to create an image without a visual canvas, then …
0
votes
1answer
15 views
get output of last Process on SSAS cube
I have processed a SSAS cube. After it was done processing, I hit the close button - and then realized that I should have saved the output.
I know SSAS stores the processing log somewhere, but I do …
2
votes
6answers
69 views
Is it possible to write a program that extracts a specific melody/beat/rhythm from a specific instument from a mixed wave (or other music format) file?
Is it possible to write a program that can extract a melody/beat/rhythm provided by a specific instument in a wave (or other music format) file made up of multiple instruments?
Which algorithms could …
0
votes
2answers
91 views
Why is my Processing app not behaving?
I am learning to use Processing, and have modified one of the examples to create this applet. I have two questions:
Why are the spheres oblate? The spheres in the example I cribbed from were nice …
0
votes
2answers
49 views
How to change a GLSL shader parameter in Processing
I'm playing with shaders in openGL using Processing. I'm pretty noob at this and a bit lost.
I found this thread that has an example on how to use GLSL shaders in Processing.
I'm just trying to the …
6
votes
1answer
169 views
how to extrude a path in 3d ?
Hi,
I'm trying to extrude a path in 3d. Nothing fancy yet, just following some points and using a regular polygon for 'tubing'. I'm using Processing for now to quickly prototype, but will later turn …
3
votes
9answers
801 views
Best book to learn the Processing programming language?
I am a programmer interested in learning Processing (the programming language). The main Processing site is obviously the primary resource. Indeed they have much great information. They even …
0
votes
7answers
202 views
help me convert Processing code to C#
I am trying to convert this code from java to C# (located here)
I have some winform experience but not a lot with the drawing of pixels on a winform applications.
I feel fairly confident I can …
0
votes
4answers
43 views
Using C++ in xcode for image and video processing
I am studying in the area of image and video processing - specifically in the field of pattern recognition (objects, people etc.). I wish to use a programming language to apply the transformation to …
0
votes
2answers
56 views
How would I go about plotting “live” stock market data with Processing, jQuery, Pure Data or Max/MSP?
This is intended as a question quite open to any suggestions, hints or pointers. I wish to start playing around with home brewed automated investment models, the beginnings of which I have concepts …
0
votes
0answers
23 views
I switched my credit card processing service from Quickbooks intuit to United Bank Card [closed]
I have used quickbooks for years and have used the intuit service that processes credit cards. I recently switched and the company provided a plug-in for quickbooks. Everything worked well until i …
0
votes
7answers
73 views
Finding the joy of Javascript or searching for another UI-focused languages?
Hey everyone,
I'm a GUI designer/interactive musician wanting to improve my programming chops. I already know the basics(variables, loops, arrays, if/else, some logic), but I'm looking to learn in a …
0
votes
0answers
20 views
How to tell when an @font-face rule is applied
Is there any way to tell when an @font-face rule is applied? I'm creating @font-face rules that use data: URIs from a font file requested with an synchronous XMLHttpRequest in JavaScript and then …
1
vote
2answers
57 views
HashMap and incrementing values in Procesing
Hi there,
I have a HashMap that I'm using in Processing and I'd like to increment the value in the map. I Google'd it and it showed me that the following code is correct:
if …
0
votes
2answers
25 views
Image postprocessing for CMS
Does anybody know a good PHP library for basic image postprocessing functions like hue / lightness / contrast using pure GD?
