communque

Results 9 issues of communque

I was curious if separate scripts obfuscated independently from one another can call functions from one another. I just tested, and it seems to work fine -- functions between scripts...

question

So far I haven't been able to figure this out. The examples on the sample pages weren't working for me (at least not MacOS Safari & Chrome) The following bit...

What I'm looking to achieve is the PyAvb equivalent of being on Avid, executing the "Find Bin" command (i.e. reveal bin item), and reading what's in the Start column. In...

Looking at [test_create_sequence](https://github.com/markreidvfx/pyavb/blob/main/tests/test_create.py#L112C9-L112C29), trying different frame rates. It's very impressive, literally generating an Avid sequence that Avid MC doesn't reject. So cool. But so far I'm unable to alter the...

It looks like it should be possible to do if not obvious how to an experienced pythoner, based on [this bit of code](https://github.com/markreidvfx/pyavb/blob/main/src/avb/misc.py#L883), but I'm relatively new to python.

This question is similar to [Issue 7](https://github.com/markreidvfx/pyavb/issues/7) but I wasn't able to work out a solution there.

Thanks for posting your link on https://www.amazon.com/gp/product/B07XJSRY6B/ I'm not super familiar with MOSFETs so these questions may be misguided. My impression was that by connecting the following... 1 - a...

Goal is to see the Workspace/Avid MediaFiles/MXF/ path(s) associated with a Master Clip ... the PyAvb equivalent of Avid's "Reveal File" command?

Basically I'd like to do the equivalent of the following but for an .avc (Avid script) file as opposed to .avb (Avid bin) ``` with avb.open(SourcePathToScript) as f: f.content.uid =...