Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
iridite
iridite's Profile
3
Posts
4
Responses
0
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
Minim pops & clicks...
[2 Replies]
14-May-2013 08:11 AM
Forum:
Core Library Questions
Hi all,
I am trying to load a sound file (wav, ~20min dur., 44.1/16, size ~400mb) i don't know which buffer size should i enter
cause if i leave it blank i get some clicks and artifacts when it plays back..
Does Minim supports wav. sound files @ 96/24bit?
Best,
i
Independent stroke color & weight every new line?
[2 Replies]
14-May-2013 07:56 AM
Forum:
Programming Questions
Hello all,
I want to create some lines and each of them, want to have a unique color and stroke which are changing with noise..
how can i achieve that?
For e.g:
void draw () {
float v = 0;
while (v < height) {
stroke (255 * noise(my_color1), 255, 255);
strokeWeight ( 10 * noise(my_size));
line(0, v , width, v);
v = v + 80;
my_color1 = my_color1 + 0.00001;
}
}
my_size = my_size + 0.005;
}
SuperCollider Ndef controls Processing(?)
[3 Replies]
27-Apr-2013 11:23 AM
Forum:
Integration and Hardware
Hello all,
I am trying to make an Ndef to communicate with processing..
In SC I have something like:
Ndef(\test).play;
Ndef(\test, {
var freq_1, amp_1, etc
freq_1 = Array.fill(8, {
LFDNoise3.ar(0.01).range(400.0, 800.0)
});
amp_1 = ......
How can possessing read from freq_1 and change the size of a circle for example??
Best,
i
«Prev
Next »
Moderate user : iridite
Forum