How to use third party plugin with FCP, I'm lost...

Hello,
I need informations about how to use plugins with FCP.
I do edit mostly classical concerts. I'd like to do basic audio post prod, without swaping between Soundtrack and FCP.
I need two simple things : add reverb (the built in reverb is really bad), and enhancer. So I looked for specialised third party audio plugins, but I couldn't manage to find something that work for me...
- Do FCP support VST plugins ? How to install them ?
- I tried a few audio units plugins. It works, but I couldn't get a friendly visual interface, like VST effects racks. Is it possible in FCP ?
- does anybody know a good reverb plugin with a friendly interface compatible with FCP ?
Please help, I'm lost !
Emmanuel

I need two simple things : add reverb (the built in reverb is really bad), and enhancer.< </div>
What you NEED is a better recordist at the concert, someone who understands the peculiarities of your specific video deliver plans.
Soundtrack Pro is right up there with Motion in its impossible-to-understand interface paradigm shift away from industry standard tools. However, if you are in the position of being a sound editor, you must find a tool that works for you. STP might not be the one, certainly isn't for me. You could always try Logic. Yeah, good luck with THAT.
bogiesan

Similar Messages

  • How to use third party plugins in PP CC 2014

    This is my first venture to use a third party plugin, in this case it's a transition plugin, and I'm trying to get it to work in my newly updated Premiere Pro CC 2014 on my Windows computer. I unzipped the files for the plugin into the Program Files/Adobe/Common/Plug-ins/7.0/MediaCore folder. When I open PP and go to add one of the new transitions, they don't appear in the Video Transitions drop down menu to select and apply them. I did some googling and saw a workaround involving an adjustment layer, but also saw several posts that said the 2014 version enables drag and drop compatibility. Any input greatly appreciated.

    It's called the Fancy Particles Transition Pack authored by Stefato which I found on Videohive here: Motion Graphics - Fancy Particle Transitions Pack | VideoHive. There were four versions which came zipped and I unzipped them to the MediaCore folder reference in my original post. When I saw the 7.0 in the path I kinda figured something may have changed on the internals between PP 7 and PP8. Still hoping someone will come through with a solution.

  • How to use third party APIs with Sun J2ME Toolkit

    I've installed Sun J2ME Toolkit 2.1. If I intend to use other third party APIs with my existing toolkit, how do I do that. I can manage to get the jar file of the associated API classes, but how to integrate the same with the toolkit. Thanks in advance to all who support.

    if I remember right, it is enough, if you put the .jar of the api in the lib/ directory of your project (<WTK>/apps/<yourProject>/lib/ )
    hth
    Kay

  • How to use Third Party DLL in Adobe Illustrator Plug In

    Hi Everyone,
    I want to design plug-in for Adobe illustrator CS6(64 bit). As first step I am referring sample plug ins from ../SDK/SampleCode. I am not getting how to use third party DLL in plug in.
    Please let me know how to refer C# DLL in illustrator plug in.
    Thanks in advance.

    There's no C# API for the Illustrator SDK, so your plugin must be C++ at the very least. That said, you can probably write a bridge if you need to call out to a C# library/DLL.

  • How to link third party software with labview program ?

    I have designed a labview  
    program to analyse and make  
    graph and save the datas  
    from the photon counter using  
    ni USB DAQ 6008. And the  
    photon counter is controlled  
    by the third party software with  
    itself. both programs are  
    executing successfully. But  
    my task is run both the  
    program at the same time. i.e.  
    link the third party software  
    with my labview program.  
    How to i do this?

    Your question is too vague since you give no information as to this third party application. Is it an application you wrote? Is it an application that you cannot change? Does it have a programming interface? Can you eliminate this third-party application and control the photon counter yourself? Have you tried to do a search, as this question has come up before many times. For example:
    http://forums.ni.com/t5/LabVIEW/how-do-I-use-labview-to-control-other-programs/m-p/424765
    http://forums.ni.com/t5/LabVIEW/How-to-operate-another-application-s-GUI-from-LV/m-p/668088

  • How to access third party plugin (inmath styles) in indesign SDK

    Hi All,
    I would like to know that how can we access third party plugins like inmath styles in indesign SDK using VC++. And also I got C++ header file from the third party to interface their style into indesign. Please help me how can we do that.
    Thanks
    Saravanan Rethinam

    You have the header file from inmath. It must contains something like this:
    #define kTPPrefixNumber 0x89ABC      // Prefix number of the plug-in issued by Adobe
    DECLARE_PMID(kInterfaceIDSpace, IID_ITHIRDPARTY, kTPPrefixNumber + 12)   //
    class IThirdParty : public IPMUnknown
         public:
         enum { kDefaultIID = IID_ITHIRDPARTY };
         virtual bool16 IsThirdPartyEnabled() =0;
    To use it in your code obtain an interface to object. You need to know where to look for it. Here is an example where it is on the Application boss:
    #include "../ThirdParty.h"
    InterfacePtr<IApplication> theApp(gSession->QueryApplication());
    InterfacePtr< IThirdParty > iThirdParty(theApp, UseDefaultIID());
    if (iThirdParty != nil) {
         // Safe to call functions on the Interface ...
         if (iThirdParty-> IsThirdPartyEnabled()) {

  • How to use  third party package in java application

    hi, i am a student , new to java world can any of u tell me how to import third party package in our java application.
    i want to know how CLI is done in java.
    i am going thru this link http://www.codezoo.com/pub/component/5574
    not able to get anything.
    please please help me

    There are two steps -
    1. Import the classes you need from the package(s) using the Java import statement in your classes that need access to them.
    2. include the 3rd part code (one or more .jar files and/or root directories holding the code's package tree and .class files) to your javac and java class path and optionaly to the class path found in your .jar's manifest file.

  • Using third party jars with Oracle Business Rules

    Hi
    I am working on Oracle AS 10g release 2.
    We are using Oracle Business Rules in integration with Oracle BPEL.
    While using third party jars however, Oracle Business Rules end is facing errors.
    Error during unmarshallingProvider com.sun.xml.bind.ContextFactory_1_0_1 not found
    oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: com.sun.xml.bind.ContextFactory_1_0_1
    Dependent class: javax.xml.bind.ContextFinder
    Loader: oracle.xml:10.1.0_2
    Code-Source: /D:/oracleasr3/lib/xml.jar
    Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\oracleasr3\j2ee\home\oc4j.jar
    Can anybody help in figuring out where Jaxb jars(3rd party jars) are to be kept so that OAS access it?
    We tried using the applib folder to load the jars but we are getting class loading errors.
    When new instances are created, class loading is not happening.
    Pls help.
    Thanks
    Kavya

    Are you using Application Server Release 3 or Release 2? There are different versions listed in your mail.
    I think you probably want to add this as a shared library via EM and then import the shared library to your application with the application's xml config files.

  • How to access third party plugin through vc++ Programming

    Hi,
    i am new to vc++ and InDesign, i am using windows xp as OS and Indesign CS3 as version
    now my work is to access the Third Party plugin styles, the third Pary plugin is all about InMath, that is all for mathematical relations using inmath plugin styles, my work is to accessing the styles through programming by using a InMath header files,
    i tried to the best of myself, but i not get the solution,can u please give some thing usefull do this.
    is it possible to access third party plugin through VC++ prgramming usign a single header file??
    regards,
    ram

    Hi,
    Can anyone please help me to accesss InMath styles in InDesign SDK using VC++ Programming.
    Thanks
    Saravanan

  • How to use third party library (like .dll and .lib files) in flascc?

    I have a number of .dll and .lib files of the  third party library, which are generated from C++ code.
    I read about flascc on other web site says:
    "If you want to use third party library in your Flascc project,you must have either the source code or the linkable file which is compiled of the third party library   "
    Dose the linkable file mean .dll file or .lib file?
    AND
    How can I use the fuctions in them in my flascc project.?

    Native code is not interchangeable between platform.
    It means that you can't use library that wasn't build specifically for flascc.
    And when they say linkable files they mean libraries compiled for flascc, not any libraries.
    So if your libs are for windows, no luck, you have to recompile everything

  • How to use third party usb 485 interface

    I have a third party usb-485 interface that we frequently use within our company and want to be able to use Labview to create a program to talk to our systems. The interface is a kk systems usb-rs485 isolated converter which I have been able to recognise in MAX explorer after using the NI VISA driver wizard but I am unsure how to now use it for 485 comms within Labview. I don't seem to be able to detect it with the VISA configure serial port vi. I have used the NI usb-485 interface before and found this quite easy to set up but am not sure how to use this third party interface. I have attatched screen shots of the MAX window to show what it is seeing. Any help would be greatly appriciated.
    Attachments:
    MAX usb 485 screen shot.PNG ‏102 KB
    MAX usb 485 screen shot2.PNG ‏120 KB

    I have undone everything as recommended and the comm port does appear in the devices tree but when I try to use the device I don't seem to be able to get any response even though I can select the port as the VISA device name in my vi. I am pretty sure I have the baud rate etc.set the same as when we use the interface in other software,is there something else I need to do? I am using the rs485 example in labview as my code which works with the ni-usb485 we have. 

  • How to use third party jdbc drivers ?

    Hi,
    Im new to sun one app server.i have some existing CMP
    bean (currently testing under J2EE RI).database used is
    SQL server 2000 and using a 3 rd party JDBC Driver.
    my question is. if i switch to sun one app server, do i need
    anyother third party stuff to support CMP using SQL
    Server? (other than the exisiting jdbc driver andSQL Server).
    I read somewhere that in sun one we need to get a
    persistance manger from the 3 rd part. is it necessary?
    can i use my plain jdbc driver with the builtin persistance
    manager of sun one app server?. how can i do that ?
    thanks in advance
    -mr ex

    Hi,
    Persistence manager from 3rd party is not required.You
    can use the built in persistence manager of Sun one application server.
    You can refer the following link for creating new persistence manager
    http://docs.sun.com/source/816-7156-10/agj2eres.html#47595
    Get back in case of issues

  • Plz suggest me How to use Third party jar files in ODI

    Hi all,
    I need to know how to use the third party jar files or our own customised jar file in ODI.
    regards
    palash

    Hi all,
    I am unable to implement..................
    I have one question, if I add any type 4 coneection supported jar file in my ODI_CLASSPATH can I use them in writing procedure to connect Databases
    I am trying to connect Oracle database by putting Ojdbc14.jar in the class path of ODI_CLASSPATH so that in my procedure I can use it .............but failed I dont know how to solve this problem.
    another thing Open Tools are delivered as a Java package (.zip or .jar) containing several files:
    A compiled Java .class file
    Other resources, such as icon files is it so ..............Then I can use full java apllication by preparing required bunch of classes and by set them appropriately in open tool
    need ur suggestion....
    regards
    palash

  • How to use third party themes in swing application?

    I want to use some third party themes (like [http://www.javasoft.de/synthetica/themes/|Synthetica] ) in my swing appliaction. i am using eclipse ide, got the jar file of theme and added the following code(according to the readme file i got with theme) with my application code
    try
       UIManager.setLookAndFeel(new SyntheticaBlackMoonLookAndFeel());
      catch (Exception e)
       e.printStackTrace();
      }but after this modification its showing the following error
    The type de.javasoft.plaf.synthetica.SyntheticaLookAndFeel cannot be resolved. It is indirectly referenced from required .class fileswhat does this mean? i tried searching on net but cant really find any useful answers
    Contents of Readme file:
    System Requirements
    ===================
    Java SE 5 (JRE 1.5.0) or above
    Synthetica V2.2.0 or above
    Integration
    ===========
    1. Ensure that your classpath contains all Synthetica libraries (including
       Synthetica's core library 'synthetica.jar').
    2. Enable the Synthetica Look and Feel at startup time in your application:
        import de.javasoft.plaf.synthetica.SyntheticaBlackMoonLookAndFeel;
        try
          UIManager.setLookAndFeel(new SyntheticaBlackMoonLookAndFeel());
        catch (Exception e)
          e.printStackTrace();
        }   

    It seems that you have the library that contains the SyntheticaBlackMoonLookAndFeel class, but you don't have the library which contains the SyntheticaLookAndFeel class which is needed by the LaF you're trying to load.
    And their website even says in clear english: "The 'BlackMoon Look and Feel' can not be used standalone (without Synthetica)".

  • How To Use Director's Cut with FCP

    How do I use Director's Cut with Final Cut Pro? I know it'll work, but I just don't know how. I connect it and FCP says VTR connected, but then when I try to capture it it says to make sure device is in VTR mode.
    -Angela

    Think you'll have to choose non-controllable device in fcp menu>AV Settings>Device Contol Preset tab.

Maybe you are looking for

  • Application not stoping in Console

    Hi Everyone, I am working on weblogic10.3. In process of redeploying the application i have stopped the application.I can see "Sucessfully Completed Deployment task for xyzAppkucation" in logs.But still showing Active in console. I have restarted all

  • Recovered files now UNIX Executable Files???

    After my previous external hard drive failed I had the data recovered and placed onto a new external drive. After looking at the files I have found that a number of them have become "unix executable files." I don't know what this is or how to fix it.

  • Object variable

    I am new to java. If I have a class Adder with two properties num1 & num2 so I do Adder A=new Adder(); A.setnum1(5); A.setnum2(3); Object obj=new Object(); obj=A; my question is how can I get the value of num1 and num2 from variable obj thanks in adv

  • Shuffling movies

    Does anyone know if it is possible to shuffle your movies? Say I created a playlist of short movies and I wanted to watch them all without manually starting each one every time the last one just ended. Is this possible? iMac   Mac OS X (10.4.6)  

  • Poor X-FI Xtreme Music sound quality due to speake

    I purchased a X-FI Xtreme music the other day, poped her in, and she sounded beautiful. That is until a couple days ago, when some songs I play having static sound (games run alot better now, because I was running a SB Li've! 24 BIt, it used alot of