Is transport/clock running or not?

Discuss how to use FL Studio

Return to “FL Studio Users Forum (Looptalk)”

Forum rules
Please read them here.
[You can only see part of this thread as you are not logged in to the forums]
Alphagem-O
Wed Jun 29, 2022 6:08 am

x

Is transport/clock running or not?

I would like to implement a function that is active only when the FL Clock/Transport is running. Ideally, I would like the output of Fruity Formula Controller to be 1 if transport is on and 0 if off.

Tried the formula:

Code: Select all

IfG(songtime,0)

It works fine (i.e. result is 1) when starting transport, but only yields 0 when resetting the playhead to the beginning, not when pausing it.

Is there a command that can sense the status of transport? Or is there any other way?

Any help from specialists would be much appreciated!

levendis
Wed Jun 29, 2022 9:41 am

x

Re: Is transport/clock running or not?

i believe there's no 'playing' boolean for form...
You do not have the required permissions to view the files attached to this post.

Alphagem-O
Wed Jun 29, 2022 12:45 pm

x

Re: Is transport/clock running or not?

Thank you, @levendis! I, too, thought about th...

levendis
Wed Jun 29, 2022 5:15 pm

x

Re: Is transport/clock running or not?

Your solution works well. i usually avoid promo...

Alphagem-O
Wed Jun 29, 2022 6:07 pm

x

Re: Is transport/clock running or not?

Thank you, I absolutely agree regarding CPU, no...

levendis
Wed Jun 29, 2022 6:55 pm

x

Re: Is transport/clock running or not?

Alphagem-O wrote: ↑Wed Jun 29, 2022 6:07 pm … I...


Return to “FL Studio Users Forum (Looptalk)”