Is there a current value for the playback state?

Hi guys,

I would like to use the state of the playback button (playback active or not active) in GPScript. Is there a way to find out whether playback is running or not?

I´m sending OSC commands to a M4L plugin in order to fire a certain scene. And I would like to be able to trigger that script only when a new rackspace get´s activated while playback is running or in the moment I activate playback.

Thanks a lot
Christian

All GPScript system functions can be found here: https://gigperformer.com/downloads/GPScript/SystemFunctionList.html

The system section has the following

IsPlayheadEnabled : Indicates whether the playhead is running

  • Declaration: function IsPlayheadEnabled () returns Boolean
  • Category: System
  • returns Boolean
1 Like

Perfect! This list might be helpful to me. :grinning: