How do I start at a specific Timestamp with scripting

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
Pixeldelics
Posts: 1
Joined: Wed Jul 05, 2017 10:54 pm
Location: Oakland, Ca

How do I start at a specific Timestamp with scripting

Post by Pixeldelics »

So I'm syncing up G-Force visualizers to a 30min music piece with scripting. I'm doing a lot of transitions each minute. But my problem is I want to review my work instantly. So far I've written 3mins of script, but every time i want to review it I have to start at 0:00 and watch the whole thing to see it it looks good towards the end.

Is there there a way to make a line at the beginning of my python script that makes it jump to and start at a at certain timestamp.

Lets say I want to review and watch visualizers at timestamp 25:00, but I don't want to wait 25mins to view it?

Here are the first 7sec of my python script. What would I put in to make in start at 0:05 and not 0:00?

@_time( '0:00' )
def action0( ):
vis.StartConfig( "ColorMap", "Colbalt Supernova", ss_QuickTransition )
vis.StartConfig( "WaveShape", "Boxed In", ss_QuickTransition )
vis.StartConfig( "FlowField", "Bits Between Bits - Vertical", 0 )
@_time( '0:05' )
def action0( ):
vis.StartConfig( "ColorMap", "Apple", ss_QuickTransition )
@_time( '0:07' )
def action0( ):
vis.StartConfig( "ColorMap", "Colbalt Supernova", 0.5 )

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

Post by BTT »

Hello Pixeldelics

Your question can only be answered by the author of G-Force. I suggest you contact SoundSpectrum by clicking on the link below:-

http://www.soundspectrum.com/support/contact.html
.
Regards BTT

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

Post Reply