Skip to main content
Participating Frequently
March 3, 2024
Answered

How do I create a Control Surface plug-in using the Premiere Pro SDK (C++)?

  • March 3, 2024
  • 1 reply
  • 323 views

Premiere Pro SDK 를 이용해 타임라인조절과 Lumetri Color를 조절하는 하드웨어를 만들고싶습니다.

이 플러그인을 개발하려고하는데 문서에 자세한 내용이 없습니다.
제가 읽은 문서는
"https://ppro-plugins.docsforadobe.dev/intro/premiere-pro-plugin-types.html"
입니다.

Control Suface 플러그인을 만드려면 어떻게 시작해야하나요?

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

You would start from the Control Surface sample, replacing (step by step) the example code with actual support for your own hardware controller.

1 reply

Participating Frequently
March 3, 2024

Please read the post above, the translation is wrong.

Bruce Bullis
Bruce BullisCorrect answer
Legend
March 4, 2024

You would start from the Control Surface sample, replacing (step by step) the example code with actual support for your own hardware controller.