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

audition "Remix" using JSX

New Here ,
Nov 26, 2019 Nov 26, 2019

Copy link to clipboard

Copied

I want to use script to remix an audio file, but i do not find an API function to call.

 

var file = new File('D:/Projects/VideoSyncMusic/remixtest/Untitled Session 1/Untitled Session 1.sesx');
var docOpenParam = new DocumentOpenParameter(file.fsName); // Audition specific Open Parameter
var sesDoc = app.openDocument(docOpenParam); // Opens the file in Audition
var current = app.activeDocument; 


app.invokeCommand(Application.COMMAND_CLIP_ANALYZEFORRETARGETING);

//------
// code here to to change the duration
//------

 

apiapi

 

 
TOPICS
Feature requests , How to

Views

472

Translate

Translate

Report

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 ,
Dec 06, 2022 Dec 06, 2022

Copy link to clipboard

Copied

LATEST

Hi! I'm currently looking at doing something similar - did you find a solution to this?

Votes

Translate

Translate

Report

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