You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
The Timeline-objects has a feature where they can be defined with "logical expresions" rather than time-based expressions.
Logical expressios can look like #objectId | #objectId or !.class + 5000
The Group playout-type should be possible to set to "logical" type, and when that happens, all Part in it will become "Logical Parts".
Play/pause/stop on Group are removed
Play/pause/stop buttons on Parts are replaced by a "enable/disable" toggle
Parts can have one (or more) logical expressions
Also, other features we need to add are:
Be able to set classes on Parts and timeline-objects
A typical use case for this would be "when having Channel-logo. which should autimatically disappear whenever there's a commercial playing"
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
The Timeline-objects has a feature where they can be defined with "logical expresions" rather than time-based expressions.
Logical expressios can look like
#objectId | #objectId
or!.class + 5000
The Group playout-type should be possible to set to "logical" type, and when that happens, all Part in it will become "Logical Parts".
Also, other features we need to add are:
classes
on Parts and timeline-objectsA typical use case for this would be "when having Channel-logo. which should autimatically disappear whenever there's a commercial playing"
The text was updated successfully, but these errors were encountered: