UPDATED - A little help pls

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

User avatar
ShohS
Posts: 43
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

UPDATED - A little help pls

Post by ShohS »

Hello everyone I need a little help for these waveshapes please.

here are the waveshapes:

Code: Select all


// Rotor Blades - WaveShape - Author ShohS
// Suggestion by BTT - Looks better with LWdt="2"

NUM = "2 * round( rnd(7) )"
stps=1000
Aspc=1

A0="4 * -2 + num * 0.5"
A1="2 * pi"

B0=""
B1="1.1 * cos( t * A0 + A1 + 2 * pi * ID / NUM )"
B2="1.1 * sin( t * A0 + A1 + 2 * pi * ID / NUM )"

C0="BASS*( s )"
C1="s * 1"
C2="c0 * cos( c1 )"
C3="c0 * sin( c1 )"

X0="B1 * c2 - B2 * C3"
Y0="B1 * c3 + B2 * C2"
X1="-B1 * c2 + B2 * C3"
Y1="-B1 * c3 - B2 * C2"

LWdt="1"
ConB=0

Meta="reactive=4 detail=4 density=5 morphable=4"

Vers=270

Code: Select all


// Naka Geki - WaveShape - Author ShohS

Aspc=1 
stps="1001"
Num="2 + round(rnd(4))"

A0="2 * pi"

B0=".3"
B1="t * B0 + A0 + 2 * pi * ID / NUM"
B2="num*2"

C0="0.5 + .1 + sgn(cos(s*120/B2*pi)) * fft(s/num) * .3"
C1="0.5 + .1 + sgn(cos(s*120/B2*pi)) * fft(s/num) * -.3"
C2="s * 6.28318530/B2"
C3="-s * 6.28318530/B2 + B2 * pi"
C4="C0 * sin(C2)" 
C5="C0 * cos(C2)"
C6="C1 * sin(C2)" 
C7="C1 * cos(C2)"
C8="C0 * sin(C3)" 
C9="C0 * cos(C3)"
C10="C1 * sin(C3)" 
C11="C1 * cos(C3)"

X0="C4 * cos( B1 ) + C5 * sin( B1 )"
Y0="C4 * sin( B1 ) - C5 * cos( B1 )"
X1="C6 * cos( B1 ) + C7 * sin( B1 )"
Y1="C6 * sin( B1 ) - C7 * cos( B1 )"
X2="C8 * cos( B1 ) + C9 * sin( B1 )"
Y2="C8 * sin( B1 ) - C9 * cos( B1 )"
X3="C10 * cos( B1 ) + C11 * sin( B1 )"
Y3="C10 * sin( B1 ) - C11 * cos( B1 )"

ConB=1 
LWdt="1.5 + energy" 
Pen="1"

Vers=540 

Code: Select all


// Sake Arom - WaveShape - Author ShohS

Aspc=1 

B0="t*1"
B1="B1+energy*.1"
B0=".05+bass*.02"

C0="0.5 + .1 - sgn(cos(s*12*pi)) * bass * .04", // Radius 
C1="s * 6.28318530 + B1", // Angle 
C2=".6 + sgn(cos(s*2*pi))*energy*.6"
C3="B1 + pi + sin(sin(s*2*pi)/2)"
C4="B1 + pi + sin(sin(s*2*pi)/2) + (2 * PI / 3)"
C5="B1 + pi + sin(sin(s*2*pi)/2) + (4 * PI / 3)"

X0="C0 * sin(C1)" 
Y0="C0 * cos(C1)"
X1="0.5*(C2 * sin(C3))" 
Y1="0.5*(C2 * cos(C3))" 
X2="0.5*(C2 * sin(C4))" 
Y2="0.5*(C2 * cos(C4))" 
X3="0.5*(C2 * sin(C5))" 
Y3="0.5*(C2 * cos(C5))" 
X4="B0 * sin(C1)" 
Y4="B0 * cos(C1)"

ConB=1 
LWdt="1.5 + energy" 

Vers=540 

Code: Select all


// Kana Kone - WaveShape - Author ShohS

Aspc=1 
stps="4000"
Num="2 + round(rnd(4))"

A0="2 * pi"

B0=".3"
B1="t * B0 + A0 + 2 * pi * ID / NUM"
B2="num*2"

C0="0.5 + .1 + sgn(cos(s*120/B2*pi)) * fft(s/num) * .3"
C1="0.5 + .1 + sgn(cos(s*120/B2*pi)) * fft(s/num) * -.3"
C2="s * 6.28318530/B2"
C3="-s * 6.28318530/B2 + B2 * pi"
C4="C0 * sin(C2)" 
C5="C0 * cos(C2)"
C6="C1 * sin(C2)" 
C7="C1 * cos(C2)"
C8="C0 * sin(C3)" 
C9="C0 * cos(C3)"
C10="C1 * sin(C3)" 
C11="C1 * cos(C3)"

X0="C4 * cos( B1 ) + C5 * sin( B1 )"
Y0="C4 * sin( B1 ) - C5 * cos( B1 )"
X1="C6 * cos( B1 ) + C7 * sin( B1 )"
Y1="C6 * sin( B1 ) - C7 * cos( B1 )"
X2="C8 * cos( B1 ) + C9 * sin( B1 )"
Y2="C8 * sin( B1 ) - C9 * cos( B1 )"
X3="C10 * cos( B1 ) + C11 * sin( B1 )"
Y3="C10 * sin( B1 ) - C11 * cos( B1 )"

ConB=1 
LWdt="1.5 + energy" 
Pen="1"

Vers=540 
I'll appreciate all of your ideas and thank you in advance. :D

jerohm
Senior Member
Posts: 419
Joined: Fri Jan 09, 2009 5:19 pm

Post by jerohm »

these ALL have potential!... I would guess they could be written more efficiently, but exactly what 'help' do you think you need???
:)

User avatar
ShohS
Posts: 43
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

Post by ShohS »

I would like to give names to them but im bad at naming things

jerohm
Senior Member
Posts: 419
Joined: Fri Jan 09, 2009 5:19 pm

Post by jerohm »

Ask BTT ... he is MUCH better at that than myself... I usually subliminally steal an existing name... and end up using 'A.txt', 'try.txt', ... you get the idea. Solve my challenge, re:
" http://www.soundspectrum-forums.com/vie ... php?t=8385"

you should have no problem.

SOMEBODY TURNED HTML OFF :x

User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Post by BTT »

Hello ShohS

Four great WaveShapes. Here are some name suggestions:-

Shape 1 = Rotor Blades (looks better with LWth="2")

Shape 2 = Naka Geki

Shape 3 - Sake Aron

Shape 4 = Kana Kone
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

User avatar
ShohS
Posts: 43
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

Post by ShohS »

BTT wrote:Hello ShohS

Four great WaveShapes. Here are some name suggestions:-

Shape 1 = Rotor Blades (looks better with LWth="2")

Shape 2 = Naka Geki

Shape 3 - Sake Aron

Shape 4 = Kana Kone
Thanks for the names :D

User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Post by BTT »

Hello ShohS

If your happy with the names of your WaveShapes I suggested would you like me to edit the configs you posted?
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

User avatar
ShohS
Posts: 43
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

Post by ShohS »

BTT wrote:Hello ShohS

If your happy with the names of your WaveShapes I suggested would you like me to edit the configs you posted?
yes pls. :D

User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Post by BTT »

Hello ShohS

Job done.
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

User avatar
DanPin
Posts: 161
Joined: Tue Mar 15, 2016 8:43 pm
Location: Los Angeles County, California

Post by DanPin »

ShosS, for better flexibility I recommend that you add the following lines to these waveshapes (replace 0 with another number if that is already taken):

Code: Select all

A1="choice({.993,1})"
Pen="A1"
It looks good with 5.5.x if you add these.

Config authors are welcome to submit their work to SoundSpectrum via their contact page if you'd wish to support future releases of G-Force. The reason is that your waveshapes are totally professional.

User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Post by BTT »

Hello ShohS

Just to clarify what DanPin was trying to say:-

G-Force Contributor Upgrade

We value contributors very highly and it's of the utmost importance to us to continue encouraging user creativity. You can receive G-Force Platinum (or WhiteCap Platinum) for free if you submit configs that go on to be bundled with G-Force (or WhiteCap). In addition to getting G-Force Platinum or WhiteCap Platinum for free, your contributions will be widely distributed and hundreds of thousands of users will see your work. For more information, see the config programming section of the G-Force documentation. To submit configs or screenshots, just contact us. All submissions are subject to the End User License Agreement.

(Source SoundSpectrum)
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

User avatar
DanPin
Posts: 161
Joined: Tue Mar 15, 2016 8:43 pm
Location: Los Angeles County, California

Post by DanPin »

Thanks for correct me, BTT.

Anyway, ShohS, are there any interests for supporting the next forthcoming releases of G-Force, perhaps if you'd like to send your work to SoundSpectrum for inclusion?

User avatar
ShohS
Posts: 43
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

Post by ShohS »

Yes and I already have done that.

User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Post by BTT »

Hello ShohS

In the next few days there will be a new version of G-Force released so don't be disappointed if any of your WaveShapes are not included with this due to time limits. I am sure some will be included in the next version after this.
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

User avatar
BTT
Administrator
Posts: 2162
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Post by BTT »

Hello Jerohm
jerohm wrote:SOMEBODY TURNED HTML OFF :x
Only just seen this, have checked the Admin control panel and HTML has not been turned off (except maybe for those who don't know how to spell COLOUR) . :wink:
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

Post Reply