Audio media player reset at patch change

does any one know how to right a script so that when you exit a rackspace or song the audio media player resets. When I exit a rackspace if I forget to turn of audio media player, when/then, I go back to the patch it resumes where it left it instead of stopped. I really need to not worry in a live show of accidentally forgetting and when I switch back to it, it is already playing. Maybe there is an option I overlooked .

can you upload a small gig showing the issue?

Are you using Gig Performer 4?
If yes, where did you place the Audio File Player? Local rackspace, or the Global rackspace?

You could use this Rackspace Script
Give your Audiofile Player the GPScript Handle the name AFP

//$<AutoDeclare>
// DO NOT EDIT THIS SECTION MANUALLY
Var
   AFP : PluginBlock
//$</AutoDeclare>


on Activate
 SetParameter(AFP, 0, 0.0)
end

Thank you so much “Pianopaul”. I really appreciate your quick response. I absolutely love Gigperformer 4. I can’t think of any other platform that comes even close to the flexibility of this program. I moved from a Korg Kronos to Gigperformer and I’m never ever going to go back!

2 Likes

I think you could also try the options in the widget Value tab, where you can set an explicit value for the widget when the gig file loads and also when you switch to the rackspace.

Half way down this page in the docs:

1 Like