jshea2 / OSC-for-OBS

Control and listen to OBS via OSC
113 stars 7 forks source link

OSC messages delay #28

Open d8bid opened 3 months ago

d8bid commented 3 months ago

Hi! I'm connecting OBS and QLab with OSC. In older versions, OSC messages were sent at the moment the OBS scene was changed, whatever the type of transition with the next scene was. Right now (updated version), the program send the OSC order when the transition is finished (for example, if there is a fade of 3 seconds, it sends the message after that 3 seconds, when in older versions sent it right away).

Is it possible to change that somehow??? Thanks in advance!