You may be interested in the solution used by front of house engineer for Carl Palmer…
Please note, when used with Cantabile, VidPlayVST option ‘SYNC: Use PPQ position’ MUST BE SET
You may be interested in the solution used by front of house engineer for Carl Palmer…
Please note, when used with Cantabile, VidPlayVST option ‘SYNC: Use PPQ position’ MUST BE SET
Again on the right track - but some additional suggestions -
Re the config file, I currently am using another solution that requires using a config file and its easy to make mistakes. In “typical use 5” above, you would provide a method for a binding to send an encoded name to the server.
I looked at this option and didn’t find it to work well with Cantabile. The main issue is that I wanted “Detach Window” and “Mode: Full Screen 2” so I could display the output on my projector, but those have to be set manually - those options don’t seem to be exported in properties. Cantabile does save the song name, so it makes it easy to put a separate vidplayvst plugin into each song with the song name, but without a mechanized way to set the modes correctly this is useless for us. I did try putting it into a linked rack so that the mode settings wouldn’t change, but having the song set the video file name didn’t work. Did you get it to work?
I finally put together a little proof of concept for this.
Cantabile → MIDI → “The Server” → Web Browser
I think ths could work.
Hi, @brad
That would work for me if I can select a different video for each song and start and stop it on transport start/stop and some other trigger when you need to start manually.
If you could also display static images as well on a trigger that would be great as well - for band info pre-gig, post gig and during the interval
That would certainly float my boat for Floyd type video playback to be timed to backing/click start/stop
The latency looked good as well. Using SCS11 I never got a perfect start/stop, there was always some noticeable lag which was variable so working out a timed offset never sorted that.
Yes this will be possible by either A) a program list configured in the server to map MIDI program numbers to media files, or B) by accepting sys-ex events with media file names encoded. I haven’t decided on A and/or B yet.
Yes, this will be supported.
In the demo this was obviously with Cantabile/server/browser all running on same machine. In real world you might have different machines for each bit in which case the latency would depend on the MIDI link to the server and the WebSocket connection from server to browser.
Not sure yet whether I want to support full timing sync on this, or just ability to control playback. I suspect many use cases will be covered by simple playback control - but let me know if I’m wrong.
Brad
Sysex would be great, but more ‘dangerous’ (perfect filename/string match)? I think A is good enough.
I hope that those who will be using these features will have PCs/Macs/whatever Ethernet networked. Maybe not a dual-core i3, though!
That would be a blessing for Floyd bands. Timing is really critical there.I don’t live in that world anymore, yet I know it well.
Thanks @Brad
I would go with simple to start with to see how it works. The icing on the cake can come later if needed.
I do not think tight timing sync ala MTC is needed for Floyd as I made the videos the same length as the Cantablile tracks. So long as the start can be consistent - even with a small amount of latency - that would be close enough. And only a videos had some facet to accentuate a facet of the music anyway.
The problem I had with SCS11 is it starting the videos after getting a trigger could be quite variable and noticeable. So how it waits for triggers and responds to them is probably sloppy. I am sure Brad could do much better
A little more progress:
http://localhost:3000/#ch=1
)Next up… support for static images.
Note: I’m developing this in NodeJS and will probably release it as a separate project. This will not really be an out of the box, point and click solution and something more for the tinkerers. But, it should still be simple enough that most people should be able to set it up.
Looking good. I have never heard of NodeJS before but have looked it up and it looks interesting.
More than happy to help test it once you are ready. It is depressing, but the UK summer is now close to being over (and the poorest we’ve had in years), but with the nights now noticeably drawing in, the benefit is more time in the toy room!
So happy to commit some of that time to testing it, including running it in a distributed computer setup using my video laptop connected to my GIGPC (and Cantabile) via RtPMIDI
Thank you. I’ll get the basics working, package it up, write some docs and let you know.