Special waveshape: A flashing 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

Special waveshape: A flashing scope!

Post by DanPin »

New Year it is, so I just want to show off a new waveshape I've just written on New Year's Eve.

Naming it "Flashing Scope", I've computed it directly. This waveshape can exist as both a waveshape and a particle. Try it; the code is shown below.

Flashing Scope.txt

Code: Select all

// From DanPin. A simple but rapidly flashing line
that appears as it follows the beat.

Aspc=0

X0="2 * s - 1"
Y0=".8 * mag(s)"

ConB=1

LWdt="beat * 1.5"

Vers=540
Hope any of you like it!

Post Reply