Add OSC action to set media loop mode
It's possible to import files into columns/layers via OSC. However, any video imported this way is set to loop (infinite) and this cannot be changed.
Ideally add a parameter to the
/selectedLayer/import ["path to file", 7]
to specify the loop mode of the inserted file, e.g.
/selectedLayer/import ["path to file", 7, "freeze"]
1
vote
