Hi,
I am working on a patch that would act as a video sequencer. so far i managed to do this https://www.dropbox.com/s/awr7alq94vree92/callmenames.v4p
what it does:
-plays video in loop
-if you turn loop play button on, “do seek” pin on filestream is forced to be at 1 and sequencer loops its sequence into “seek position” pin
-if you turn loop play off, the video continues normally
-when you turn on recording button, sequencer node starts recording file position
-when you turn it off, the position sequence is saved into sequencer and starts looping
I didn’t expect this to work, but somehow it does. I use a fast SSD disk and it doesnt seem to affect performance. however this method looks really crude, so i was wondering if there is a more intelligent way to do this. thanks for any feedback