bitfocus / companion-module-getontime-ontime

MIT License
8 stars 5 forks source link

Allow loaded event time property to be set to a variable #85

Open admiralchekov opened 6 days ago

admiralchekov commented 6 days ago

I use Ontime to manage recording sessions. For a three hour session the musicians require a 15 minute brake which can be started at any point between 01:15:00 and 01:30:00.

To do this, I have Ontime in roll mode with an event for the first half of the recording session that starts at the scheduled start time for the session and the end time set to the latest time the break must have started by (01:30:00 after the start time). Currently I manually update the end time of the current event if the break starts before 01:30:00 but I would like to be able to press one button in companion to set the end time of the current loaded event to the current time now ($(ontime:clock)).

Thanks in advanced, Sam

alex-Arc commented 2 days ago

This is a good concept I will look into it when time allows