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.
How to automate visual responsiveness of waveshape
Moderators: BTT, andy55, b.dwall, keycompton
Re: How to automate visual responsiveness of waveshape
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
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.
Regards BTT
ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.
Re: How to automate visual responsiveness of waveshape
I found it
vis.ScaleResponseScale( put a value here between 001 and 1000)


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




Re: How to automate visual responsiveness of waveshape
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
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

Re: How to automate visual responsiveness of waveshape
Hello cosmowyn
Well done, and pleased you have things the way you wanted.
Well done, and pleased you have things the way you wanted.
.
Regards BTT
ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.
Regards BTT
ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.