How to automate visual responsiveness of waveshape

Common G-Force questions

Moderators: BTT, andy55, b.dwall, keycompton

Post Reply
cosmowyn
Posts: 4
Joined: Sun Jun 12, 2022 10:11 am

How to automate visual responsiveness of waveshape

Post by cosmowyn »

I can't find any clue in the python scripts how to automate the responsiveness value of the waveshape.

I want to start at a low value, and increase during run time of my script, does anyone have an idea how to do this, other than manually moving the slider?

Cheers.

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

Re: How to automate visual responsiveness of waveshape

Post by BTT »

Hello cosmowyn

You need someone who understands Python, and that's not me I am afraid. I doubt if any forum member will be able to help you. Your only option would be to contact SoundSpectrum support.

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

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

cosmowyn
Posts: 4
Joined: Sun Jun 12, 2022 10:11 am

Re: How to automate visual responsiveness of waveshape

Post by cosmowyn »

I found it :P

vis.ScaleResponseScale( put a value here between 001 and 1000)
=D> =D> =D> =D>

cosmowyn
Posts: 4
Joined: Sun Jun 12, 2022 10:11 am

Re: How to automate visual responsiveness of waveshape

Post by cosmowyn »

Actually, my previous message is wrong:

The correct statement to change the value =

vis.SetPref( 'Audio.Response.Scale', 0.001)

it accepts a value between 0.001 and 1000.

Topic is closed :mrgreen:

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

Re: How to automate visual responsiveness of waveshape

Post by BTT »

Hello cosmowyn

Well done, and pleased you have things the way you wanted.
.
Regards BTT

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

Post Reply