soc attribute in Max 7?

Co Fi's icon

So I can't seem to find the soc attribute of jit.movie, with which to send sound to a spigot~ object. It doesn't appear in the reference (as it does in a tutorial I'm following), and it doesn't seem to send anything to spigot, judging by a meter.

Has it been changed?

Rob Ramirez's icon

soc and spigot~ are only available if you use the qt engine (jit.movie @engine qt, or changed via the Video Engine Max Preference).

Max Patch
Copy patch and select New From Clipboard in Max.

a much better solution is to import into buffer~, playback with groove~, and sync your jit.movie to the groove~ sync out like so:

Co Fi's icon

Thank you!