Creating movement in space

Hi there,
Im working on some [stereo, not surround] cinematic projects at the moment, and I want to create a sense of movement through the audio field. Obviously, I'll be using pan for left-right movements, but I wondered if any of you had any tips for creating a sense of more complex movements.
For example, a car racing from front to back, or a helicopter rising and whooshing overhead. I know the basics - EQ for up down, Volume and Reverb for near far, but what exactly is the best way to manuipulate these parameters to create the movement..... and what techniques could I employ?
Any suggestion or tips folks?
Cheers!
Stevie

have a look at these:
http://wavearts.com/products/plugins/panorama/
and
http://www.prosoniq.com/main/ambisone/
I don't know how well you know Logic, but you can automate the controls of these plugins in the tracks in which they are used, thus having full control over the movements. see the Logic P8 User Manual, p. 581, ch 26 'Working with automation'.
regards, Erik.

Similar Messages

  • Deauthorizing to create hard drive space

    I am going to give my computer to my wife, and want to create hard drive space. This is a computer we already share, but maintain separate music libraries on iTunes under each of our user accounts. In attempting to create disc space, I wanted to remove my music from the computer, but we share the same iTunes account. So if I deauthorize the computer for my account, her music purchased from iTunes won't play either.
    I thought that as a solution I would deauthorize the computer for the account. Then delete my iTunes library, then using my wife's account on the computer (which would still have songs purchased from iTunes on it) I would reauthorize the computer so that the computer would play songs we purchased, but I could save disc space. My hope is that if my library isn't on the computer when I reauthorize it, it will still play her library (even if we have a few of the same songs). Also this will allow me to authorize the new computer that I will purchase soon.
    I hope this is clear, and hopefully someone can answer this.
    Thanks in advance.
    Russell

    Once you authorize five computers to play your music purchases, you can't listen to music you've purchased on a sixth computer until you deauthorize one of the already authorized computers. When you deauthorize a computer, you can't listen to any music that was purchased using your account on that computer. To authorize or deauthorize a computer, your computer needs to be connected to the Internet.
    Each computer can be authorized to play music purchased with multiple Apple or AOL accounts. For example, if each member of your household has an Apple account and you share one computer, each person can choose whether to authorize the computer to play music purchased with their account. Similarly, multiple users can share the same computer and account and thereby use only one of the authorizations for the songs purchased with that account.
    - source - iTunes Help
    So, I don't think it is necessary for you to deauthorize the computer. If you move your iTunes Library to another machine, you simply authorize your account on that machine.
    For further clarification, type in Authorizing or deauthorizing a computer in your search field after selecting iTunes and Music Store Help via the iTunes Help Menu.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.6)   LaCie 160gb d2 HD Canon i960 printer

  • Need help returning correct name from a code created movie clip

    Hello. I am an AS3 n00b with hopefuly a simple question I am designing a simple game in flash. This code creates an array of movie clips and asigns a picture to each one. It is a map screen. What I need is when I click on one of the created movie clips, I need it to return either the index of the clip in the array or the name of the clip. Basicaly anything I can use to tell them apart in the code. Here is the code:
    import flash.display.MovieClip;
    var MapLoader:Array = new Array();
    var strJPGext:String = ".jpg";
    var intContTileNumber:int;
    var strContTilePath:String;
    var intDistStartX:int = 63;
    var intDistStartY:int = 64;
    var intDistMultiplyY:int = 0;
    var intDistMultiplyX:int = 0;
    var intDistCount:int = 0;
    var MapSquare:Array = new Array();
    for (var i:int = 0; i < 729; i++)
             //var MapSquare:MovieClip = new MovieClip();
            MapSquare.push (new MovieClip());
            MapSquare[i].x = intDistStartX + (intDistMultiplyX * 30);
            MapSquare[i].y = intDistStartY + (intDistMultiplyY * 30);
            MapSquare[i].name = "MapSquare" + i ;
            addChild(MapSquare[i]);
            intContTileNumber = i;
            MapLoader.push (new Loader);
            strContTilePath = intContTileNumber + strJPGext;
            MapLoader[i].load(new URLRequest(strContTilePath));
            MapSquare[i].addChild(MapLoader[i]);
            intDistCount++;
            intDistMultiplyX++;
            if (intDistCount > 26){
            intDistCount = 0;
            intDistMultiplyX = 0;
            intDistMultiplyY++;
    stage.addEventListener(MouseEvent.CLICK, reportClick);
    function reportClick(event:MouseEvent):void
        trace("movieClip Instance Name = " + event.target.name);   
    Now all this works fine, it creates the map and assigns the correct picture and places them in the correct X,Y position and it is the correct grid of 27x27 squares. The problem is with the name, when I click on the movie clip, it returns "Instance2" or "Instance5" or whatever. It starts with 2 and then increases each number by 3 for each clip, so the first one is 2, then 5 then 8 and so on. This is no good. I need it to return the name that I assigned it
    . If I put the code in trace(MapSquare[1]) it will return the name "MapSquare1" so I know the name was assigned, but it isnt returning.
    Please assist
    Thanks,
    -red

    Thanks for the resopnse,
    I know I dont really need the name, I just need the index number of the array, but I cant figure out how to get the index name without specificaly coding for it. That is why in the listener event I use event.target.name because I dont know what movie clip is being clicked until it has been clicked on. Basically when a movie clip is clicked it needs to return which index of the array was clicked.
    I could do it this way:
    MapSquare[0].addEventListener(
      MouseEvent.MOUSE_UP,
      function(evt:MouseEvent):void {
        trace("I've been clicked!");
    MapSquare[1].addEventListener(
       MouseEvent.MOUSE_UP,
       function(evt:MouseEvent):void {
         trace("I've been clicked!");
    MapSquare[2].addEventListener(
       MouseEvent.MOUSE_UP,
       function(evt:MouseEvent):void {
         trace("I've been clicked!");
    ... ect
    but that is unreasonable and it kind of defeats the purpose of having the array in the first place. The code that each movie clip executes is the same, eventualy that index will be passed into a database and the data at that primary key will be retrieved and returned to the program. So I just need to know, when one of those buttons is clicked, which one was clicked and what is its index in the array.
    I am a VB programer and in VB this is very easy, the control array automatically sends its own index into the function when one of the buttons is clicked. It seems simple enough, I just dont know how to do it in action script.
    Thanks again,
    -red

  • How to set the title of pages created in Webcenter Spaces?

    Hi
    I need to set the title of the pages created in webcenter spaces. How can i do that? By default when i create the page in webcenter spaces the page name with which i created the page is coming up on the browser tab. But i want the browser title to be different from the page name. Is there a way to do this? I tried with using javascript and setting "document.title" but it works only partially. That is when the page is loading it shows the text that i have set using javascript but it doesnot remain persistent. As soon as the page loads it again resets back to the name of the page :(
    I also tried adding html markup on to the page in edit mode and tried giving in the <title> tag but it is not getting applied, as soon as i click on apply it just refreshes the page and my changes are gone.
    Please i need some help around this asap as it is critical.
    Thanks

    Thanks for the reply Jaap.
    It was really helpful. But i need further help on this.
    I need to change the browser title based on the tab selected. And here the tabs on spaces page is actually coming from a custom task flow. Any idea how can i achieve this? And there is no page refresh involved.
    Some help on this please.
    Thanks

  • Create a new space in webcenter space, no document option

    when I create a new space according to User Guide for WebCenter Space
    Step 1: Create a Space
    ■ Step 2: Add the Logo to the El Piju Space
    ■ Step 3: Make the Documents Page Available
    ■ Step 4: Upload the Banner Image
    ■ Step 5: Create Subspaces
    ■ Step 6: Add the El Piju Logo to the Subspace
    in step3 , I can not see the checkbox for Document, how to solve this issue, any help will be appreciated greatly!
    Assuming the Documents service is enabled for your WebCenter installation, you c
    make it available to your Space. By default, the Documents page is not shown, so le
    do that now. Once the page is available, you can upload content in the form of
    documents, folders, and wiki pages. You can also share this content with users who
    authorized to view and/or edit content in your Space.
    To make the Documents system page available to the El Piju Space:
    1. While in El Piju - Settings, click the Pages tab.
    2. Under Available Pages, select the Show Page checkbox for Documents.Figure 3–6 Documents - Show Page
    Edited by: 869616 on 2011-7-6 上午3:20
    Edited by: 869616 on 2011-7-6 上午3:41

    Maybe I do not discribe this issue correctly
    Please refer to Oracle® Fusion Middleware Tutorial for Oracle WebCenter Spaces Users 11g Release 1 (11.1.1.4.0) E10277-03
    Step 3: Make the Documents Page Available
    please take a look for Figure 3–6 Documents - Show Page
    Name Reorder Show Page
    Documents checkbox
    I can not see this option for ducuments.(There is not it in my page at all)

  • Error while creating Move-In - How can i Allocate Device to Installation ?

    Hello Experts,
    while creating Move-In i am getting following Error "No Devices Allocated to Installation PC0301A0 on 10.03.2011"
    How can i allocate device to installation, please advise where can i configure the settings and create Move-In without above error.
    Regards,
    Rajesh. G

    Hi Bill,
    Thanks for your responce it was helpfull, but i am trying to create Move-In with help of Contract Account. I was not able to create Move-In and i tried even with Bussiness Partner.
    When i was trying to create Move-In with the help of Business Partner Option in Move-In i am getting error as "The required index has not been created yet in the search Engine", same is happening when i am trying for Business Partner in Business Master Data. This might be the reason for Move-In creation Error, please help me where can i configure index settings for search engine for Business Partner.
    Please correct me if i am wrong.
    Thanks,
    Rajesh Gunda

  • Quicktime movie will move from "space" to "space" as I change?

    I don't recall this happening before . . . but I could be wrong.  I have a MacBook Pro (about a year old) running LION 10.7.2.
    I've always preferred QT Pro to the QTX version apple has now.  I have 4 SPACES (via Mission COntrol) made on my Mac.  Interestingly, when I open a QT movie in "SPACES" 1 - all is well.
    BUT . . . when I cycle thru SPACES 2, 3, and 4 - the QT movie jumps to the "new" SPACE?
    That's the whole reason for having SPACES (I thought) to have a "clean" desktop.  Is something wrong here - or does QT do that on all machines?
    Thanks,
    Larry

    I don't actually know. But since the reference movie export only takes a few seconds and carries with it virtually no disk space penalty, and the QuickTime export gives me more control and gives me an opportunity to do some other stuff, I never really gave it much thought. I have no idea whether what you're experiencing is an Avid issue or a QuickTime issue, but there do sometimes seem to be some interaction issues between the two platforms. Most of the time I am inclined to blame Tewksbury instead of Cupertino, but that's just my personal bias.
    --Dave Althoff, Jr.

  • Hi all! What is the best way to create the correct space for baseball jersey names and numbers? along with making sure they are the right size for large printing.

    What is the best way to create the correct space for baseball jersey names and numbers? along with making sure they are the right size for large printing.

    Buying more hard drive space is a very valid option, here.  Editing takes up lots of room, you should never discount the idea of adding more when you need it.
    Another possibility is exporting to MXF OP1a using the AVC-I codec.  It's not lossless, but it is Master quality.  Plus the file size is a LOT smaller, so it may suit your needs.

  • FM for creating Move-in

    experts,
    Can i know any FM /BAPI to create Move in ,i have Installation & Contract Account available with me.
    Tried using ISU_S_MOVE_IN_CREATE & BAPI_ISUMOVEIN_CREATEFROMDATA , but dont know what parameters to be passed.
    Please help me out in this.
    Thanx in advance.,
    regards
    sagar

    hi Sagar,
    For Move in bapi use following parameter.
    PARTNERSTDADDRADJUST .  *for import parameter MOVEINCREATECONTROLDATA   
    MOVEINDATE    
    PARTNER
    CONT_ACCT
    PARTNERREFERENCE
      Above parameter for * import parameter MOVEINCREATEINPUTDATA  
    INSTALLATION
              for Table parameter TCONTRACTDATA
      CONTRACT = 'X'. 
      CONX-INSTALLATION = 'X'.
      above for table parameter TCONTRACTDATAX
    Thanx
    Kumar

  • How to create a client space

    Hello, I am a photographer and I would like to create a client space for them to see there wedding photography.
    Simply a web page protected by a password.
    I dont' need the ultimate security since its only there wedding images.
    I will provide them with the password so I don't need them to login to a database to get it.
    I know how to do my PHP coding with the help of a book...
    If the password is "1234" open this page.
    Elseif the password is "abcd" open this page, and so on.
    Else there is an error.
    My problem is how to write the code making the link directly to the page to open it without opening a PHP page with the link.
    I want them to open the page as soon as they press the submit button.
    Do I need to use the "echo" line?
    Thank you!

    Thank you very much SnakeEye02.
    I solved the problem, well I should say bypassed it.
    Using _POST, I did put a hidden variable (1)  in my Submit button, so I coded my PHP to show the link below the form, on the same page as the form.
    The form his processed on the same page, no other PHP page.
    So the client, after pressing on "Submit"  will see his link appear below the submit button.  "Go to your page" something like that.
    I know there's a lots of websites offering to setup a customer area.
    Thanks again!
    My new site should be online soon, at www.djphotographe.ca

  • Creating movies in keynote???

    hi!
    i dont really know how to articulate my question so i will describe what i am planning to do.
    on one of my foils in keynote i would like to display a xray. i would like to create a movie of several regions of this xray being zoomed in and commented with text. is this possible in keynote or do i have to do this in another program and then import the movie in keynote?

    Hai, I am also created movies in keynote through my gadgets.
    I also have green laser pointers.
    http://www.techlasers.com - Green Laser Pointers
    Thank you for posting>

  • Using DBMS_OUTPUT.PUT_LINE() to create a white space

    I had a script that I run on SQL*Plus to create a spool file output. How do I create a white space or skip a new line using the DBMS_OUTPUT.PUT_LINE()?
    e.g.
    DBMS_OUTPUT.PUT_LINE('+--------------------+');
    DBMS_OUTPUT.PUT_LINE('First Line..........');
    DMBS_OUTPUT.PUT_LINE('Second Line......');
    DBMS_OUTPUT.PUT_LINE(' ');
    DBMS_OUTPUT.PUT_LINE('Fourth Line........');
    DBMS_OUTPUT.PUT_LINE('+--------------------+');
    output on spool file should be like this:
    First Line..........
    Second Line......
    Fourth Line........
    but the output on spool file when run the script
    First Line..........
    Second Line......
    Fourth Line........
    --------------------

    hi
    it get a blank line u can simply use CHR function with argument 10
    like this
    declare
    begin
    dbms_output.put_line('ashish');
    dbms_output.put_line('+--------------------+');
    dbms_output.put_line('First Line..........');
    dbms_output.put_line('Second Line......');
    dbms_output.new_line();
    dbms_output.put_line('Fourth Line........');
    dbms_output.put_line(chr(10));
    dbms_output.put_line('ashish');
    end;
    regds

  • Contribute 6.5 moves editing space to the right of the screen.

    Contribute 6.5 moves editing space to the right of the screen. Recently updated to 6.5 from CS5.
    We are currently expanding our website and the issue we are experiencing happens on the demo site. CS 6.5 opens the old site fine.
    When the pages were opened in CS4 prior to the upgrade the editing space was in the center where the body of the page would normally appear. Now, when I open the pages and the entire "body" is shifted into a narrow ~100 pixel column to the right of the website. This is inconsistent at best. Sometimes the page when edited will open normally, others it will not. Sometimes the header will appear as a graphic, and others it appears as text. All pages open and function properly in CS4.

    The short of time dos not bode well
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • Imovie stuck on creating movie

    I created a slideshow and when i go to share, file and save it to my documents it doesnt save, it gets stuck on creating movie in the theater, there is no progress in the bar. Help! what am I doing wrong?

    I have this same issue, I just get the wheel constantly. I have tried moving all the files out of the Movie folder, I have tried re installing iMovie. Its very frustrating, I just cant use it? Anyone with any ideas, please help!!! tried apple support and i just get told to stay by my phone and they will call shortly, still waiting!!!

  • Create mov files using QT Pro

    Hello
    I belive that you know faster way to import 100 movies with avi extenssion.
    I'm usin Quick Time Pro to create *.mov files.
    Do you know fastest way to do converssion.
    I'm using *.mov files to play movies in Front Row later.
    Thanx in advance

    Although I don't run the newer iTunes I feel fairly confident in saying it won't play AVI and there aren't any plugins for that.  In fact iTunes won't play multiple other formats such as FLAC (marginal plugin support to supposedly make this possible).  They simply don't have motive for supporting it, and in some cases a specific motive for not supporting it.
    I'm not up on the Lion issues. From mumblings on various discussions on ASC I'd say it's a new OS and wait for the dust to settle (that's why I like old, comfortable systems ).
    I'd suggest just learning to play avi with another player, even though they don't have the database convenience of iTunes. Also check Songbird. I can't run it on my machine so I haven't done so, but it may have extended features.

Maybe you are looking for

  • Iphoto 2 doesn't recognize my Digimax camera after upgrade

    since upgrading from osx 10.3 to 10.3.9 my Samsung Digimax U-CA3 camera is no longer recognized by iPhoto 2.0.1. Is it possible to download a driver? No driver was needed before as the computer supported the camera-up to 10.3! Does this mean the came

  • Sound through TV Speakers?

    I connect my MacBook Pro to my TV, but now the sound won't come through the TV speakers. Before when I had this problem, I would click Display, then click Detect Display and it would fix, but that doesn't work anymore. What else can I try?

  • Help!! My Macbook crashed and I can remember my time capsule password.

    I have a 2007 macbook. Today when I went to use not it was turned off. When turned on it loaded a language page. After selecting English it loaded Mac OS X utilities that gives 4 options: restore from time capsule, Reinstall Mac OS X, get help online

  • Global mime objects used in templates

    Hi all How can I upload an image to some global mime repository and then use the image in a HTML-template? Please help fellow sapians.....

  • Need help -I fragged my bios

    My system was intermittantly having problems with the alarm going off for no apparent reason; considering the BIOS had never been updated I "thought" I'd try that. It stopped partway through with an error message. When I tryed to re-boot my optical d