Serenity config
Moderators: BTT, andy55, b.dwall, juxtiphi
Serenity config
After several days away from home, i found some time to work on a new config. I hope you like it.
Oh, and by the way, GO COLTS !!!
//Waveshape Name: DD-Serenity
Aspc=1
Stps="100"
B0=".5*t"
B1="cos(c2+b0)"
B2="sin(c2+b0)"
B3="pos(sgn(b6-.2))"
B4="(b6+b3*.2)*1.8"
B5="1/(b3*2+1)"
B6="cos(sin(s*t))*.28"
B7="pos(sgn(b10-.2))"
B8="(b10+b7*.2)*1.5"
B9="1/(b7*2+1)"
B10="cos(sin(s*t))*.28"
C0="(b5*s+b3*.25*trnc(s*3))*6.5"
C1="(b9*s+b7*.25*trnc(s*3))*6.5"
C2=".05*fft(s)+.6"
X0="sin(c0*b1)*b4"
Y0="cos(c0*b1)*b4"
X1="sin(-c0*b1)*b4"
Y1="-cos(-c0*b1)*b4"
X2="sin(c1*b2)*b8"
Y2="cos(c1*b2)*b8"
X3="sin(-c1*b2)*b8"
Y3="-cos(-c1*b2)*b8"
X4="cos(c0*b1)*b4"
Y4="sin(c0*b1)*b4"
X5="-cos(-c0*b1)*b4"
Y5="sin(-c0*b1)*b4"
X6="cos(c1*b2)*b8"
Y6="sin(c1*b2)*b8"
X7="-cos(-c1*b2)*b8"
Y7="sin(-c1*b2)*b8"
Meta="reactive=4 detail=4 density=4 morphable=4"
ConB=1
LWdt="5-(s*4)"
Pen="1.2-s"
Vers=100
Oh, and by the way, GO COLTS !!!
//Waveshape Name: DD-Serenity
Aspc=1
Stps="100"
B0=".5*t"
B1="cos(c2+b0)"
B2="sin(c2+b0)"
B3="pos(sgn(b6-.2))"
B4="(b6+b3*.2)*1.8"
B5="1/(b3*2+1)"
B6="cos(sin(s*t))*.28"
B7="pos(sgn(b10-.2))"
B8="(b10+b7*.2)*1.5"
B9="1/(b7*2+1)"
B10="cos(sin(s*t))*.28"
C0="(b5*s+b3*.25*trnc(s*3))*6.5"
C1="(b9*s+b7*.25*trnc(s*3))*6.5"
C2=".05*fft(s)+.6"
X0="sin(c0*b1)*b4"
Y0="cos(c0*b1)*b4"
X1="sin(-c0*b1)*b4"
Y1="-cos(-c0*b1)*b4"
X2="sin(c1*b2)*b8"
Y2="cos(c1*b2)*b8"
X3="sin(-c1*b2)*b8"
Y3="-cos(-c1*b2)*b8"
X4="cos(c0*b1)*b4"
Y4="sin(c0*b1)*b4"
X5="-cos(-c0*b1)*b4"
Y5="sin(-c0*b1)*b4"
X6="cos(c1*b2)*b8"
Y6="sin(c1*b2)*b8"
X7="-cos(-c1*b2)*b8"
Y7="sin(-c1*b2)*b8"
Meta="reactive=4 detail=4 density=4 morphable=4"
ConB=1
LWdt="5-(s*4)"
Pen="1.2-s"
Vers=100
Hi pooky
jaypro has started a thread for posting any configs that you and others my create. see here > http://www.soundspectrum-forums.com/vie ... php?t=2631
keeping all the configs posted in one thread will make it easier to find them when looking for new stuff and it will keep the number of new posts to the main page down.
I hope you wont mind posting all your new configs in the afore mentioned thread.
nice work by the way
jaypro has started a thread for posting any configs that you and others my create. see here > http://www.soundspectrum-forums.com/vie ... php?t=2631
keeping all the configs posted in one thread will make it easier to find them when looking for new stuff and it will keep the number of new posts to the main page down.
I hope you wont mind posting all your new configs in the afore mentioned thread.
nice work by the way

Thanks. I didn't see that thread before i posted. I don't have a problem posting configs in this thread. But perhaps it would be better to make it a sticky thread, so that future posters won't miss it, or have to search for it.juxtiphi wrote:Hi pooky
jaypro has started a thread for posting any configs that you and others my create. see here > http://www.soundspectrum-forums.com/vie ... php?t=2631
keeping all the configs posted in one thread will make it easier to find them when looking for new stuff and it will keep the number of new posts to the main page down.
I hope you wont mind posting all your new configs in the afore mentioned thread.
nice work by the way

pooky wrote:Thanks. I didn't see that thread before i posted. I don't have a problem posting configs in this thread. But perhaps it would be better to make it a sticky thread, so that future posters won't miss it, or have to search for it.juxtiphi wrote:Hi pooky
jaypro has started a thread for posting any configs that you and others my create. see here > http://www.soundspectrum-forums.com/vie ... php?t=2631
keeping all the configs posted in one thread will make it easier to find them when looking for new stuff and it will keep the number of new posts to the main page down.
I hope you wont mind posting all your new configs in the afore mentioned thread.
nice work by the way
yep i asked for a sticky but this is what jaypro posted. maybe only admin can make sticky threads.
- markofkane
- Posts: 346
- Joined: Thu Feb 03, 2005 3:08 pm
- JayPro
- Posts: 738
- Joined: Sat May 01, 2004 10:51 pm
- Location: Huntington Station, Long Island, New York
You can tweak the following lines for audio input like so to make it more reactive and IMO you have it:
B6="cos(sin(fft(s)*t))*.28"
B10="mag(b6)"
Edit: Add the following A vars for more variation (tweak even more with the values themselves if you want to also):
A0=".5+rnd(.75)"
apply to B0 thus: B0="A0*t"
A1=".05+rnd(.025)"
apply to C2 thus: "A1*fft(s)+.6"
Of course you can leave the things as you have it if you want a non-responsive particle (no sarcasm intended
)
Just don't forget my paradigm for simple non-responsive Particles:
Meta="reactive=1 detail=3 density=3" (no morph coz that's a waveshape's property)
B6="cos(sin(fft(s)*t))*.28"
B10="mag(b6)"
Edit: Add the following A vars for more variation (tweak even more with the values themselves if you want to also):
A0=".5+rnd(.75)"
apply to B0 thus: B0="A0*t"
A1=".05+rnd(.025)"
apply to C2 thus: "A1*fft(s)+.6"
Of course you can leave the things as you have it if you want a non-responsive particle (no sarcasm intended

Just don't forget my paradigm for simple non-responsive Particles:
Meta="reactive=1 detail=3 density=3" (no morph coz that's a waveshape's property)
"God is syntax."
It seems the thread http://www.soundspectrum-forums.com/vie ... php?t=2631 has disappeared. I get a message that this thread does not exist.juxtiphi wrote:Hi pooky
jaypro has started a thread for posting any configs that you and others my create. see here > http://www.soundspectrum-forums.com/vie ... php?t=2631
keeping all the configs posted in one thread will make it easier to find them when looking for new stuff and it will keep the number of new posts to the main page down.
I hope you wont mind posting all your new configs in the afore mentioned thread.
I noticed that yesterdaypooky wrote:It seems the thread http://www.soundspectrum-forums.com/vie ... php?t=2631 has disappeared. I get a message that this thread does not exist.juxtiphi wrote:Hi pooky
jaypro has started a thread for posting any configs that you and others my create. see here > http://www.soundspectrum-forums.com/vie ... php?t=2631
keeping all the configs posted in one thread will make it easier to find them when looking for new stuff and it will keep the number of new posts to the main page down.
I hope you wont mind posting all your new configs in the afore mentioned thread.
I guess jaypro felt he had to remove the post. its the only reason I can think of for why its gone.
- JayPro
- Posts: 738
- Joined: Sat May 01, 2004 10:51 pm
- Location: Huntington Station, Long Island, New York
Quick Explanation:
I deleted the thread of my own volition--and against my better judgment--as there were no member postings there (or almost anywhere else on the forum) for a few days till now.
However...
I will repost it under a different name very shortly. This time, though, I should anticipate a most decent thread to develop within this topic (Hint Hint
).
I deleted the thread of my own volition--and against my better judgment--as there were no member postings there (or almost anywhere else on the forum) for a few days till now.
However...
I will repost it under a different name very shortly. This time, though, I should anticipate a most decent thread to develop within this topic (Hint Hint

"God is syntax."
JayPro
the new thread should be a new folder. It will get very confusing to have discussions going on about a number of config submissions in the same thread. Just look what happens in one of pooky's threads: he posts a config, you comment and make suggestions, Mark comments, others comment, Pooky posts changes, etc. Now imagine all those steps interrupted by other config posts and other comments.
the new thread should be a new folder. It will get very confusing to have discussions going on about a number of config submissions in the same thread. Just look what happens in one of pooky's threads: he posts a config, you comment and make suggestions, Mark comments, others comment, Pooky posts changes, etc. Now imagine all those steps interrupted by other config posts and other comments.
- JayPro
- Posts: 738
- Joined: Sat May 01, 2004 10:51 pm
- Location: Huntington Station, Long Island, New York
These are good point; and I'd like to petition the Administration to get a separate subforum going.willrob wrote:JayPro
the new thread should be a new folder. It will get very confusing to have discussions going on about a number of config submissions in the same thread. Just look what happens in one of pooky's threads: he posts a config, you comment and make suggestions, Mark comments, others comment, Pooky posts changes, etc. Now imagine all those steps interrupted by other config posts and other comments.
But IMO for the time being, I see this as the easiest way to do things. First of all, we apparently don't have too many artists to begin with; and the free choice they have to post their ideas or not is a matter I can and do honor.
So it just seems like Pooky's the only one letting himself loose on the world right now; and I'm giving him his own playground to do just that.
Secondly, keeping his and others' ideas within the borders of a single temporary folder will save someone like me the effort of scouring this forum for individual threads. To make it easier yet, I can simply have contributors post their stuff and let interested "config-grabbers" toy with them at their leisure.
I could also limit on-thread suggestions to one or two so as not to have things go too far afield. Although given your suggestions, I'd prefer the "post n' play with it privately" suggestion I offered.
"God is syntax."