Generic Scope

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

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

Generic Scope

Post by DanPin »

As a followup on my creation of custom-made visuals (though I haven't submitted any of them for a while), I just made my waveshape, Generic Scope, which consists of two lines horizontalized while LWdt and Pen respectively react to the music.

There were major issues with the shape, and I tweaked it several times.

Here it is:

Code: Select all

// Generic Scope by DanPin

Aspc=0

C0="2 * s - 1"
C1="1 + 128 * mag(s)" // Width
C2="64 * mag(s)" // Pen

X0="C0"
Y0=".1"

X1="C0"
Y1="-.1"

LWdt="C1"
Pen="C2"

ConB=1

Vers=540
It looks kinda odd where there are no edged outlines and no filling color (generally applies to Pen).

Consequently, I have no idea what to do. It needs more tweaking.

Please help!

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

Post by BTT »

Hello DanPin

That's the way to go......well 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 »

BTT wrote:That's the way to go......well done.
Well (possibly besides that), thanks for trying it out as it's not a mod of others, but I'm saying it needs more tweaking to make it more clear; there are no edged outlines and no filling color (generally applies to Pen). I still need help!

Post Reply