Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Expression "Both Channels" missing

New Here ,
Aug 08, 2024 Aug 08, 2024

Hey there,

 

i am using the expression 

 

x = thisComp.layer("Audio").effect("Both Channels")(1);
linear(x, 20,40, 0, 5)

 

the error i get is: "Error: effect named ´Both Channels´ is missing or does not exist. It may have been renamed, moved, deleted or the name may have been mistyped"

 

any ideas what the problem could be? What could be the replacement?

TOPICS
Audio , Expressions , How to , Scripting
436
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Aug 08, 2024 Aug 08, 2024

When you renamed your layer from "Audio Amplitude" to "Audio",

you might have left a space after the 'o' in "Audio "

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 08, 2024 Aug 08, 2024

hey, thanks for answering here as well.

No space that i could find, after effects just tells me that "Both Channels" is missing. (Deletet the ";" at the end of the first line, sadly didnt help)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Aug 08, 2024 Aug 08, 2024

Have you tried using the pick whip to get the correct path for the 'Both Channels' effect?
You should get into the habit of putting a ; at the end of each line/instruction,
it helps avoid problems.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 08, 2024 Aug 08, 2024

Is your audio mono maybe? (In which case it wouldn't have a "Both Channels" slider).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 09, 2024 Aug 09, 2024
LATEST

Maybe your are using a non-english version of Ae and you need to replace "Both Channels" by the name shown in your UI?

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines