https://github.com/hennamann/script-loader-for-adobe-audition
A simple CEP extension, for loading JSX scripts in Adobe Audition
https://github.com/hennamann/script-loader-for-adobe-audition
adobe audition cep extendscript extension html5 jsx
Last synced: 10 months ago
JSON representation
A simple CEP extension, for loading JSX scripts in Adobe Audition
- Host: GitHub
- URL: https://github.com/hennamann/script-loader-for-adobe-audition
- Owner: Hennamann
- License: mit
- Created: 2017-07-29T19:26:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T09:14:46.000Z (over 8 years ago)
- Last Synced: 2025-03-26T06:23:35.205Z (about 1 year ago)
- Topics: adobe, audition, cep, extendscript, extension, html5, jsx
- Language: JavaScript
- Size: 56.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Script Loader for Adobe Audition

Script loader for Adobe Audition is a small and simple extension for Adobe Audition intended for extension developers to easily load JSX scripts into Audition for testing outside of extensions.
It could also be used by end users as well for "user scripts" similar to scripts for InDesign, Photoshop and Illustrator. But there may be better approaches for this than a panel with a button.
## Usage
Have a .jsx or .js script ready that has been written specifically for Adobe Audition, press the load script button and choose your script in the dialog.
## TODO
- Find a way to load scripts in a user friendly way for end users to use scripts in Adobe Audition
## License
The source code is licensed under the MIT license.