Quantcast
Channel: Adobe Community : Popular Discussions - Audition
Viewing all articles
Browse latest Browse all 8789

How To Extend Adobe Audition CS5.5

$
0
0

I've received a number of questions on how to extend Adobe Audition with questions similar to:

  • How do I import file format X?
  • How do I import a project from application Y?
  • Will there be an SDK available?
  • How do I add plug-ins to Audition?

 

I had made a post similar to this in the public beta of Audition for Mac, but I can no longer find the thread. So I'll reiterate some stuff here:

 

AreaInfo
Adding VST Plug-Ins

Most of you have found this already, but the best place to start is in the Audio Plug-In Manager

Screen shot 2011-05-12 at 9.40.10 AM.jpg

If you want to "write" new plug-ins for Audition, writing a VST plug-in will be the best option as it will allow you to write something that will work on Windows as well as OSX.  Info on writing a VST plug-in may be found here (http://www.steinberg.net/en/company/developer.html)

Adding Audio Unit Plug-Ins (Mac OSX)Same as Above.   Note that OSX ships with some built-in AU plug-ins that Audition can utilize for free if you just scan at least once.   We don't scan on startup because there's several plug-ins out there in the world that don't behave well.  Info on Audio Unit plug-in development can be found here (http://developer.apple.com/library/mac/#documentation/MusicAudio/Conceptual/AudioUnitProgr ammingGuide/TheAudioUnit/TheAudioUnit.html)
Adding more import formats via libsndfilelibsndfile is an open-source C library for reading and writing audio files (http://www.mega-nerd.com/libsndfile/)   Ambitious people could download the source, write support for another format, and create their own custom-rolled library of libsndfile.  You would then replace the version of libsndfile with which Audition CS5.5 ships, with the one you rolled.   Due to the way we use libsndfile, any format you add would show up in Audition.   This is also true if there's an official update to libsndfile that comes out in the future, you could just plop it in and it should work.

 

If you're interested in exporting or writing formats that libnsdfile supports, please tell us which formats are the most important to you and in what way you use them in your workflow.

Adding more import formats via QuickTime components

QuickTime has the ability to be extended via QuickTime Components.   There's several examples out there, but here are some websites to check out:

 

In most cases, just adding the various QuickTime components will automatically add the import functionality to Audition.

Importing project formats from other applicationsAs seen on other threads in this forum, Ses2sesx (http://www.aatranslator.com.au/ses2sesx.html) and AATranslator (http://www.aatranslator.com.au/) seem to add quite a bit of support.
SDKAt this time, we haven't released an SDK for Audition.   If you're interested in one, however, please tell us what you would want from an SDK for Audition and we'll take it into consideration.

 

Message was edited by: Charles VW Added links to AU and VST development info


Viewing all articles
Browse latest Browse all 8789

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>