Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
paul.vollmer
About Me:
Interfacedesign student at University of applied sciences Potsdam
Blog:
http://github.com/wrongentertainment
Website:
http://wrong-entertainment.com
paul.vollmer's Profile
3
Posts
6
Responses
1
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Processing Makefile
[5 Replies]
11-Jan-2013 12:55 AM
Forum:
Library and Tool Development
Hello,
I've created a Makefile to build, run or export P5 sketches from the Terminal.
You can find the Project at:
https://github.com/WrongEntertainment/processing_makefile
greetings, paul vollmer
EDIT: i've renamed the repository. you can find it at
https://github.com/WrongEntertainment/processing.make
p5sunflow
[6 Replies]
02-Feb-2011 02:16 PM
Forum:
Contributed Library Questions
hello forum,
i want to run the hipstersinc.sunflow library with Processing 1.2.1
and i get an error that "hipstersinc.P5Sunflow needs to be updated for the current release of Processing".
which processing version will be run the hipstersinc.sunflow library?
greetings, paul
oscP5 - oscEvent OscMessage
[2 Replies]
21-Jun-2010 05:27 AM
Forum:
Contributed Library Questions
i want to set a incomming value like "theOscMessage.get(0).floatValue()" to an existing value.
a error message "Cannot find anything named "value-name"
here is my code
float position; // value for function
/* incoming osc message are forwarded to the oscEvent method. */
void oscEvent(OscMessage theOscMessage) {
// check if theOscMessage has the address pattern we are looking for.
if(theOscMessage.checkAddrPattern("/FADER 1") == true) {
// check if the typetag is the right one.
if(theOscMessage.checkTypetag("f")) {
float OSCvalue = theOscMessage.get(0).floatValue(); // get the second osc argument
println(" values: "+OSCvalue);
position = OSCvalue;
return;
}
}
}
what is wrong with the value?
«Prev
Next »
Moderate user : paul.vollmer
Forum