Customize G-Force with varible line width changes

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
carl1011
Posts: 41
Joined: Tue Mar 24, 2015 3:56 pm

Customize G-Force with varible line width changes

Post by carl1011 »

BTT provided changes to the G-Force preferences file in a prior thread titled “Customise G-Forceâ€￾. The changes were:

ColorMap.Slideshow.Interval.Duration = "11 + rnd( 10 )"

ColorMap.Transition.Duration = "4 + rnd( 10 )"

FlowField.Slideshow.Interval.Duration = "12 + rnd( 12 )"

FlowField.Transition.Duration = "4 + rnd( 10 )"

Particle.Duration = "20 + rnd( 15 )"

Particle.Slideshow.Interval.Duration = "20 + rnd( 15 )"

WaveShape.Slideshow.Interval.Duration = "12 + rnd( 10 )"

WaveShape.Transition.Duration = "4 + rnd( 10 )"

I highly recommend incorporating his changes and of course mine below!!!!

I added an additional change to make the line width variable. The “0.4â€￾ represents the minimum line width and this value added to the “1.6â€￾ equals a maximum line width of 2.0. To have a maximum line width of 2.5 change the 1.6 value to 2.1. Lowering the value of “30â€￾ increases the chance of a larger line width and increasing to a higher value lowers the chance of a larger line width.

WaveShape.LineWidth.Scale = "0.4 + (1.6 / rnd( 30 ))â€￾

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

Post by BTT »

Hello carl1011

Thanks very much for sharing your random line width mod to the preference file. I have tried it, and it certainly makes for a good variation.
.
Regards BTT

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

Post Reply