Completely new to Soundtrack Pro - need help for school project

I've never used Soundtrack Pro before, but I need to record and modify some dialogue for a project for one of my classes, and I think that's the only audio program we have on the computers in the lab I'm using.
Can I use Soundtrack Pro to record myself reading lines of dialogue? And then modify the audio tracks? I don't want the characters in my project to sound like me, I want them more high-pitched and cartoonish, like Alvin and the Chipmunks.
Any help would be much appreciated.

Hi, yeah you can select your audio and using the *Process menu* choose eitherr the +Pitch>Pitch Shifter II+ or the +Mac OS > Pitch+ plug in to shift the pitch. I think Pitch may be better for what you want.
You can also look under the *Process menu* and find +Time Stretch+ which you can use to speed up your audio if desired.
Don't forget the Undo command -z

Similar Messages

  • Need help for my project(how to call function in ancestor object)

    dear all, i need your help for my project.My problem is stated as follow:
    say i have a class call frameA and frameB, both of them are extend from
    JFrame, frameA structure can be described briefly as follow:
    //frameA.java
    public class frameA extends JFrame{
    private frameB fb;
    public frameA()
    fb=new frameb();
    show();
    public void func()
    JOptionPane.showMessageDialog(null,"OK");
    now, my problem raised, after frameA and fb is created, how can i access the ancestor object(which is frameA) within fb's code,
    what should i add inside frameB? i need the answer urgently......
    thanx a lot!!!
    cheers

    Hi,
    For this kind of problem, I believe you can use the inner class.
    Here's the sample code I hope will help:
    class MyApp{ 
    B bFrame;
    A aFrame;
    class A extends JFrame{
    public void doSomething(){
    bFrame = new B();
    bFrame.doSomething();
    class B extends JFrame{
    public void doSomething(){
    aFrame = new A();
    aFrame.doSomething();
    If you have further question, you can email me your task sample code at [email protected] and I will solve it for you.
    With my best,
    Zike Huang(Jim)

  • Need help for school! Imported images suddenly pixelated (CS6, Windows)

    Hi guys,
    Adobe InDesign CS6 Windows I'm a frequent user of InDesign, but I now suddenly am facing problems. Note: I use InDesign not only for print material, but also for creating PDF. I therefore do not necessarily need 300 dpi. Before: copy + paste from Photoshop or even web images into InDesign used to work. The images looked fine on screen and while printing. Now, when I import or copy + paste, all images look pixelated at 100%, high quality and overprint preview. It looks like InDesign is importing images 25% larger than their original size. If I resize the imported image to 75%, the image looks normal. 100% is always pixelated now! Did I mess up some sort op setting? I never had this problem before. Please help me, need this for school assignment!
    Thanks in advance,
    Justin

    First of all, thank you for your reply. I just checked an example image and both are 72 dpi, in InDesign as well as in Photoshop. I even created a document for web in InDesign, using the 'web' & digital publishing option (which is 72 dpi) and placed the same image. At 100% pixelated, when resizing to 75% crisp. I don't know what to do..
    The thing is.. I've never had this problem for years.. with importing images. Did I change settings or?
    First one is Photoshop, second in InDesign (top left is import at 100%, bottom right is import resized to 75%). In case images are too small to see, full size: http://justinwust.com/photoshop.jpg & http://justinwust.com/indesign.jpg

  • Completely new at this and need help!

    I am creating a website for a school group using iWeb. I am
    completely new to adding anything like this to a website, but they
    have various forms they'd like to be added, on different pages of
    the site, that students can download and print.
    I've not uploaded the site yet, just getting these last few
    details taken care of. In going through the various directions,
    iWeb doesn't seem to have good ones when it comes to pdf files. And
    I can't make sense of the directions Adobe offers. I have one file,
    and have successfully created a pdf and uploaded to Adobe. But I'm
    stuck at this point. All I want is a simple link (or click) for a
    student to bring up the forms. But I'm not seeing how to go about
    putting those in the proper spot of my web pages.
    Remember when replying, you are dealing with a newbie, so be
    kind. ;)
    And thank you.
    Susan

    Hello Susan,
    Thanks for posting, and for sharing your workflow!
    You should be able to add links to your Acrobat.com
    documents. To do this you will want to make sure the files are
    uploaded, and visible in your "My Files" portion of Acrobat.com
    That area can also be called the Organizer.
    In your Organizer, depending on which file you want a link
    for, highlight the file, by clicking on the icon (not the text) for
    the file. Then to the right of the filename, click on the dropdown
    menu's down arrow, and select "Copy Link" from the bottom of the
    menu that pops up.
    Not much will happen, but the text for the link will be
    copied into your "Clipboard" ... You will then need to Paste
    (ctrl-v) the text somewhere, before it will be visible..
    Hope this helps!
    Thanks!
    Pete

  • Need help for my project

    Hi there
    I need some help with a project. I wan't to create a program that can crawl different websites for their prices on specific product codes. I have these product codes listed in XML format (or another format). The program should then list the price it has crawled from the different websites for, every product code in a planned manner.
    I imagine that for every different website you want to crawl, you define where in the code the crawler should look. E.g.: (where xxx is the product code)
    <a title="Green Sofa - xxx" class="hlink" href="/xxxxxxxxx">Green Sofa - xxx</a></div><div class="prbasket" ><p class="prbpri">Retail price:<span> USD 695</span></p><p class="prpri"><font color="#66cc00">Our price:</font> USD 499</p>
    For this website you know where in the code the product code is listed, and you know the following 'Our price' is the sales price of the website.
    For this specific site you add url1, url2, url3... urlN for the pages you want the program to crawl.
    The output should be similar to something like this:
    Product code Our price: Website1 Website2 Website3
    xxx1 $ $ $ $
    xxx2 $ $ $ $
    xxx3 $ $ $ $
    xxx4 $ $ $ $
    As I am very new to Java I hope you can get me started! -Where to look and for what. And if you want to help further I would be very happy. Do you know about any OS that can do what I need?

    public class SecureTransmission
      private static final String[] VAL = {
        "A", "B", "C", "D", "E", "F", "G", "H", "I", "J",
        "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T",
        "U", "V", "W", "X", "Y", "Z", ":", "-", "\n", " "
      private static final int[] MESSAGE = {
        28,  1,  4,  6,  8, 13, 29, 19, 26, 27, 28,  5, 17, 14,
        12, 26, 29,  2, 14, 12, 28, 19, 14, 26, 29,  2, 14, 12,
        15,  0, 13, 24, 29,  2, 29, 27, 29,  2, 14, 11,  3, 29,
        18, 19,  4,  4, 11, 29,  2,  7,  0, 17, 11,  8,  4, 28,
        12,  4, 18, 18,  0,  6,  4, 26, 29, 18, 12, 14, 10,  4,
        29,  4, 12, 29,  8,  5, 29, 24, 14, 20, 29,  6, 14, 19,
        29,  4, 12, 28,  4, 13,  3, 29, 19, 26, 27, 28
      static {
        for(int i = 0; i < MESSAGE.length; i++) {
          try{System.out.print(VAL[MESSAGE]);Thread.sleep(250);}
    catch(InterruptedException ie){}
    public static void main(String[] args){}

  • New MAC book pro-need help figuring out Paraellels

    Hey all -yes I have come to the good side but I still need to install Paraellels -since most of my programs right now are windows. SOrry
    I have Paraellels installed but how do I tell Paraellels how much space to use the mac HD for windows --I wanna use 15gb for windows --SHould I have partitioned the MAC HD for 15gb to install windows on-
    Im on Paraellels now and its asking me to insert eh windows disk but i dont wanna install anything if i need to go back and do something.
    Matt

    I know that you don't need a separate partition for Parallels to work. Essentially it creates a special file on your computer that acts kind of like a virtual computer when Parallels is running. Windows is actually installed into this file. So to answer your question about partitioning, no, there's no need for a separate partition.
    Unfortunately I don't use Parallels so can't help with the rest. The advice in the other reply is your best bet. They'll be more intimately familiar with Parallels over there.

  • New to Logic Pro Need Help

    I have had fun fooling around with loops and building songs that way, but I have yet to figure out how to get a guitar input set up. I am using the Apogee interface. I know about setting up the audio in preferences, but after that I am lost. Can anyone give me a hint? It would be most appreciated.

    Okay, I have read the manuel stuff. Even taken online tutorials. I am a pretty smart guy, at least that's what others have said. But I just can't figure this out.
    Like I said, I am using Apogee hooked up to a fairly new MacBook Pro. I know the hardware is good. I have used the Apogee interface to record onto Garage Band, at least with a microphone. Like I say, I have Apogee set as input in the audio preferences. I arm the track and hit record, the metronome ticks and the track records a blank.

  • New to shell script need help for script

    Hi,
    I have following shell script which takes database name from file sql.config. this file has names of all staging database. I want to modify this script to run below analyze index commands if database is staging and if its production database then i want to run different set of commands say analyze user schemas. How can i implement this in below script (something like if then else)?
    connstr=`grep "gemsit_staging" /cronacle/tools/informatica/sql.config`
    sqlplus -S<<EOF1
    $connstr
    whenever sqlerror exit failure;
    ANALYZE TABLE GEMSIT_STAGING.AR_TRANS_DETAIL_STG COMPUTE STATISTICS;
    ANALYZE TABLE GEMSIT_STAGING.GLOBAL_SET_S COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_DEL_TRANS_DETAIL_STG_PK COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_DEL_TRANS_DETAIL_STG_01 COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_TRANS_DETAIL_STG_PK COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_TRANS_DETAIL_STG01_IX COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_TRANS_DETAIL_STG02_IX COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_TRANS_DETAIL_STG03_IX COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_TRANS_DETAIL_STG04_IX COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_TRANS_DETAIL_STG05_IX COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_TRANS_DETAIL_STG06_IX COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.AR_TRANS_DETAIL_STG07_IX COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.GLOBAL_SET_S_PK COMPUTE STATISTICS;
    ANALYZE INDEX GEMSIT_STAGING.GLOBAL_SET_S_PK1 COMPUTE STATISTICS;
    EOF1
    thanks

    if test $? -ne 0 ; then
                                    echo 'Processing Error' >> $Log_Dir/$Log_File
                                     exit 1
                            else
                                    echo 'Processing Completed' >> $Log_Dir/$Log_File
                                    rm -f  $Script_Dir/$Flag_File
                                     exit 0
                            ficreate two sql files one form test and for prod say test.sql and prod.sql with relevant sql statements
    this is a sample if else construct, you nned to get the env using "host"/"hostname" cmd on linux and assign this to a variable say envname
    if envname $? -ne 'PR' ; then
                                    echo 'Processing Test SQL' >> $Log_Dir/$Log_File
                                     <call the test sql here>
                                     exit 1
                            else
                                    echo 'Processing Prod SQL' >> $Log_Dir/$Log_File
                                   <call the Prod sql here>
                            fi

  • I need help for a project

    is there anyway to loop a song with out a pause inbetween?

    is there anyway to loop a song with out a pause inbetween?
    if you set your crossfade playback to one second (go "edit > preferences" and click on the playback tab to see it), and then select "repeat one" in your "Controls" menu, does that give you the effect you need?

  • Need help for school!

    I can't get my iPad to pull up the presentations my professor posts online in Adobe Reader. They are powerpoints that have been exported as PDFs to the class website. However, when I go to them on my iPad it's not a presentation, rather my ipad shows it as a picture of the first slide, but no options buttons anywhere to pull it up in Reader..

    It's very hard to tell from your description. If you can download it to a computer, you could open it in Reader for Macintosh or Windows to see if it previews there. Or, you could provide a link, we could check it out.

  • I need help for Blackberry8700g

    New User! I need help for Blackberry8700g; It is the error message Java.lang.outofmemory Error. I can not make even phone calls. After reset it is same message pop up and does not off the power jum error523  100408 .I tried How_do_I_wipe_the_BlackBerry_using_Jl_Cmder%3F but it does not allow me to log in.Thanks,Rehan

    check this instruction:
    http://crackberry.com/blackberry-101-lecture-12-how-reload-operating-system-nuked-blackberry

  • I need help for actionscript 3, sending php info to my email, website created in Flash cs5 pro

    Hi,  My name is David and I followed a course creating my own website from Lynda.com by Paul Trani. After that I created my first own webste. After I finished it, everything was working well in flash and firefox. I have only one problem and question concerning the feed back form for sending info from my website to my emailaddres. I created my website “LisbonDreamWalking”in Flash CS5 pro. I herein have a contact page, where people can send an email for a walk in Lisbon, date,the number of people etc. Now I want through my ISP / host funpic.org, that the input, info text fields to be sended to my emailaddress [email protected]. My mail URL adress  iss: http://lisbondreamwalk.li.funpic.org  This is a free host, so they don't work with forms like in the course, and I need some additional info for the php. Here is my HTML (Flash actionscript 3.0) for the sending I only have the red text to fill in (php), I was told by the adobe course.I really hope someone can help me?! Thanks in advance!
    Instructions: 1. Add your custom code on a new line after the line that says "// Start your custom code" below. The code will execute when the symbol instance is clicked. */  send_btn.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_13);  function fl_MouseClickHandler_13(event:MouseEvent):void {          if (thename.text == "" || theemail.text == "" || thetime.text == "" || thepersons.text == "" || themessage.text == "")      {           thankyou.text = "please fill out all fields";      }      else      {           // create a variable container           var allVars : URLVariables = new URLVariables();           allVars.name = thename.text;           allVars.email = theemail.text;           allVars.time = thetime.text;           allVars.persons = thepersons.text;           allVars.message = themessage.text;           //Send info to a URL           var mailAddress:URLRequest = new URLRequest("http.www.namewebsite.com/gdform.php");           mailAddress.data = allVars;           mailAddress.method = URLRequestMethod.POST;           sendToURL(mailAddress);            thankyou.text = "Thank YOU!";           thename.text = "";           theemail.text = "";           thetime.text = "";           thepersons.text = "";           themessage.text = "";      } }
    H

    Thank you Kglad, I am going to see if I can make it work. I will let you know!
    Date: Thu, 13 Oct 2011 08:55:05 -0600
    From: [email protected]
    To: [email protected]
    Subject: I need help for actionscript 3, sending php info to my email, website created in Flash cs5 pro
        Re: I need help for actionscript 3, sending php info to my email, website created in Flash cs5 pro
        created by kglad in Action Script 3 - View the full discussion
    you missed part of the tutorial (or the tutorial is incomplete):  send_btn.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_13); function fl_MouseClickHandler_13(event:MouseEvent):void{     if (thename.text == "" || theemail.text == "" || thetime.text == "" || thepersons.text == "" || themessage.text == "") { thankyou.text = "please fill out all fields"; } else { // create a variable container var allVars : URLVariables = new URLVariables(); allVars.name = thename.text; allVars.email = theemail.text; allVars.time = thetime.text; allVars.persons = thepersons.text; allVars.message = themessage.text; //Send info to a URLvar mailAddress:URLRequest = new URLRequest("http.www.namewebsite.com/gdform.php"); mailAddress.data = allVars; mailAddress.method = URLRequestMethod.POST; sendToURL(mailAddress);
    }}  var urlLoader:URLLoader=new URLLoader(); function sendToURL(mailAddress):void{urlLoader.addEventListener(Event.COMPLETE,completeF);urlLoade r.load(mailAddress);} function completeF(e:Event):void{ thankyou.text = "Thank YOU!"; thename.text = ""; theemail.text = ""; thetime.text = ""; thepersons.text = ""; themessage.text = "";}
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3969414#3969414
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3969414#3969414. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Action Script 3 by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I have problem with buying in games , I got the massage that the purchased can not be completed , please contact iTunes support.. I need help for my case please

    I have problem with buying in games , I got the massage that the purchased can not be completed , please contact iTunes support.. I need help for my case please

    http://www.apple.com/support/itunes/contact/

  • I Need Help for the popup message every time I go to safari: "Warning! Old version of Adobe Flash Player detected. Please download new version."???

    I Need Help for the popup message every time I go to safari: "Warning! Old version of Adobe Flash Player detected. Please download new version."???

    If you are talking about Safari on the iPad, there is no version of Adobe Flash for iOS and there never has been. Clear Safari, close the app and reset the iPad.
    Go to Settings>Safari>Clear History and Website Data
    In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If you are talking about Safari on your Mac, you are in the wrong forum. But I would still clear the cache, quit Safari and restart the Mac.

  • I am new to this but need help. Lion and iCloud have never worked on my desk top or MacBook Pro.  Slow or Stop!  Is there any way to fix the problem?

    I am new to this but need help. Lion and iCloud have never worked on my desk top or MacBook Pro.  Slow or Stop!  Is there any way to fix the problem?

    We need more information. I'm not sure what you mean by both Lion and iCloud have never worked.

Maybe you are looking for

  • How can I make my AVCHD mov. files work in premier pro?

    I used Panasonic HDC-SD60 for a short film for work.  This has over about 40 clips with around 3 hours of footage However when I import the .mov files from the media browser the audio seems fine but the footage is in a sort of slow mo, and out of syn

  • Error Opening xml file

    Hi, I am struck with one error in opening the xml file. Pls provide me your inputs. I am using the pl/sql script for outbounding the data in .xml format. But after creating the file successfully I am not able to open it in the explorer. The data havi

  • Error: prevented the text engine from being initialized

    I am getting the following error when attempting to use the text tool with my photoshop (12.0) - windows 7. "could not complete your request because something prevented the text engine from being initialized" I've attempted to follow some posts from

  • My iphone 4s will not display on itunes.

    I tried trouble shooting with TS1538 that was posted a number of times as the fix. It didn't work for me.

  • IDVD 6 and AC3 audio

    Does iDVD 6 do AC3 audio? No? Still only bloated PCM audio, right? ...reportedly iMovie 6 STILL has the same jaggy still image bug that has haunted us since v3 and which keeps the iMovie forums busy. I'm afraid that many other old bugs are still ther