Search found 5 matches

by chabad360
Sun Nov 28, 2021 05:47
Forum: Developers Developers Developers
Topic: [Beta] Display the timecode (T-) for a clip on other devices.
Replies: 7
Views: 23607

Re: [Beta] Display the timecode (T-) for a clip on other devices.

Two things: A. Check that you have Resolume set to output all OSC messages (or if you know exactly how to set it up to send the clip position, that's good too). In a letter version I'm going to attempt to add some debug messages so that you can determine that it's all working good. B. If you can ope...
by chabad360
Sun Jul 25, 2021 05:45
Forum: New Features
Topic: [IMPLEMENTED in 7.13]Clip Time remaining info
Replies: 17
Views: 32840

Re: Clip Time remaining info

I recently encountered this issue as well, and it bothered me enough to make a program that should do it in some form: https://github.com/chabad360/resolume-timecode

It was surprisingly complicated to do (not going to go into it now, but resolume has some bugs), but it works pretty well now.
by chabad360
Fri Mar 26, 2021 17:16
Forum: Developers Developers Developers
Topic: [Beta] Display the timecode (T-) for a clip on other devices.
Replies: 7
Views: 23607

Re: [Beta] Display the timecode (T-) for a clip on other devices.

Yep, that's the idea. I actually currently recommend that you use it on a second laptop, as I don't know for sure that there are no more memory leaks (I've already cleaned up a few, but I haven't been able to do enough testing to be sure).
by chabad360
Fri Mar 19, 2021 15:35
Forum: Developers Developers Developers
Topic: [Beta] Display the timecode (T-) for a clip on other devices.
Replies: 7
Views: 23607

Re: [Beta] Display the timecode (T-) for a clip on other devices.

Yea that method would work too, but the clients I've worked with tend to be a bit more last-minute, so I don't really get a chance to prepare that. Time remaining is useful less for VJ stuff and more for when you have some more lengthier videos to play. Lets everyone on the team know how much time t...
by chabad360
Fri Mar 19, 2021 05:58
Forum: Developers Developers Developers
Topic: [Beta] Display the timecode (T-) for a clip on other devices.
Replies: 7
Views: 23607

[Beta] Display the timecode (T-) for a clip on other devices.

I found it rather annoying that Resolume doesn't provide any way of displaying the time remaining on clip other than in that little spot next to the clip head. So I wrote a little program to remedy this. Behold: https://github.com/chabad360/resolume-timecode.