Skip to main content
Bruce Bullis
Legend
November 3, 2016
Answered

PProPanel sample updated for 11.0 (CC 2017)

  • November 3, 2016
  • 3 replies
  • 2995 views

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel

New stuff!

  • Panels can now access and modify nearly all characteristics of clips in sequences (without resorting to QE DOM subterfuge)
  • Get/set param values and keyframes
  • The Encoder object can now render any projectItem; you can also just have it transcode a file path
  • Get/set selection, within the timeline

Some general sample improvements as well. I show how panels can emulate PPro's new ingest functionality, and I've added a listener for a Vulcan-based message, sent by the After Effects sample panel (which I'll be updating soon).

This topic has been closed for replies.
Correct answer Bruce Bullis

Not yet modifiable, Harel.

3 replies

Inspiring
March 10, 2017

Do we still have the "Due to the io.js move, Node.js and the Browser context don’t talk to each other anymore." issue in PPro?

https://www.davidebarranca.com/2015/12/html-panel-tips-19-cc2015-1-cep6-1-node-js-fixes/

I just enameled node on a panel and it broke all my jquery code so I assume yes, but not sure my manifest is setup correctly.

I checked out your example panel update and saw you're enabling node.js but can't see where's it's used anywhere.

TNKS!

G

Bruce Bullis
Legend
March 12, 2017

See CEP HTML Test Extension, for node.js usage.

Samples/CEP_HTML_Test_Extension at master · Adobe-CEP/Samples · GitHub

Participant
February 27, 2017

Hello Bruce!

I can see your great news regarding: "...Panels can now access and modify nearly all characteristics of clips in sequences (without resorting to QE DOM subterfuge)..."

I can definitely access the clips and their characteristics, but I cannot modify them. In particular, I'd like to modify the clip's start, inPoint and duration. I tried the assign-operator, but that wouldn't help (I guess those attributes are "read-only"). Is there any other way of doing that ?

Bruce Bullis
Bruce BullisAuthorCorrect answer
Legend
February 27, 2017

Not yet modifiable, Harel.

Participant
February 27, 2017

Thanks a lot for your prompt answer.

1) Is there any dirty way around it today ? Can I, using the C++ SDK or ExtendScript delete the item and re-import it with the correct attributes ?

2) Do we have some kind of ETA when will it be modifiable ?

sberic
Legend
November 8, 2016

This is exciting news! A few questions for you:

  1. Does Premiere Pro CC 2017 use CEP 7.0 yet or are we still on CEP 6.1?
  2. What does the QE in "QE DOM" stand for (for those of us who are new to this ecosystem)?
  3. In another context, we discussed changes to the api_doc.html page but that didn't seem to get updated with this latest commit. Is there something further coming with respect to this?

Thanks for all the work that went into this!

Bruce Bullis
Legend
November 8, 2016

1. CEP 6.1

2. "Quality Engineering"

3. Yep, looks like I stomped my own changes—will update soon.

sberic
Legend
November 8, 2016
  1. What's the situation with the CEP versions? Any particular reason things aren't moving in lockstep?
  2. Understood! Thanks!
  3. Great! Thanks for the update!