Multiple Movies on logic??

hi there!!
Can i use many movies on a same logic song?, when I open a second movie, I lost the first...thx!!
Powermac G4 867 dual 1.5gb RAM   Mac OS X (10.4.7)   logic pro

Nope, unfortunately not. Digidesign seemed to have just implemented just this on some of their high end software.
Fairlight does it too... Maybe, in our lifetime, we'll get this in LogicPro... I hope so!

Similar Messages

  • How do I make multiple movies look like one?

    I created a demo of 136 slides with mostly screencaps and one
    small flash animation. The final published flash file is
    approximately 30MB. When the demo is run on multiple computers, the
    CPU utilization rises up to almost 100%, this makes the demo run
    very slowly on most computers. I was advised to cut my captivate
    movie in half ( in slides)... however even then the CPU utilization
    is quite high. How can I break my demo into multiple linked movies
    (to bring down the file size) but still have it play smoothly
    without it stopping to load after each new movie? How do I make
    multiple movies look like one?
    Thank you.

    Would it work to make the navigation of the page go to the
    next movie?

  • HitTest for multiple Movie Clip at the same time

    I have a movie it is a triangle.I duplicate it and I want to hitTest on the first triangle movie clip and I added 3 different line movie clips on the 3 side of triangle.I tried to write a code something like that.
    if(firstTriangle_mc.hitTestObject(line1_mc,line2_mc,line_3mc){
    trace("Ok");
    but I've got error.I think it is not allowed hitTestObject for multiple Movie Clips.So is there anyone have an opinion about it?What should I do?

    Here is another test for multiple movie clips for hitTestPoint but only the first work the others don't
    uc_mc.addEventListener(Event.ENTER_FRAME,hitle);
    function hitle(e:Event) {
    if (uc_mc.hitTestPoint(cub1,cub1Y,true)&&(cub2,cub2Y,true)&&(cub3,cub3Y,true)) {
      uc_mc.alpha=0.5;
    }else{
      uc_mc.alpha=1;
    The code above doesn't work.What should I do?

  • MIGO Goods Receipt multiple Movement Types?

    Hi,
    Is it possible with MIGO Goods Receipt using Inbound Deliveries to have multiple movement types? the reason I ask is I am getting the following error 'BORGR622 Movement Type XXX not allowed; only 101 is allowed' when trying to receipt a Line no. with different Movement Type to the earlier lines.
    We do have the same problem if we receipt in MIGO Goods Receipt directly to the Purchase Order, we can happily post a document which has the normal '101' movement type and another Custom movement type.
    The reason for the requirement is to do with Account Determination, we have free bonus goods lines which are zero price on the purchase order - the price difference gets posted to a bonus stock account instead of the usual price difference account, by using a Custom Movement Type - the bonus stock agreement (kind of like BOGOFs Buy One get one free) is passed to the Customer with similar account determination updating the same bonus stock account.
    This works fine for MIGO receipt directly with the Purchase Order but we get the error message above with Inbound Deliveries.
    I cannot see anywhere obvious in config which might sort this issue, but am unsure why multiple movement types on a Goods Receipt would be allowed against a Purchase Order but not an Inbound Delivery.

    Hi,
    Try with the below mentioned settings,
    goto SPRO -> Materials Management -> Inventory Management & Physical Invetory -> Settings for enjoy transactions -> Settings for good movements(MIGO) -> Settings for transactions & reference documents -> select MIGO_GR -> Click on transaction/event -> select goods receipt -> click on reference documents -> remove the tick mark on active.
    Regards,
    Prabu

  • Loading multiple movies in sequence

    I'm trying to make multiple movies show through a main file
    in sequence (slide0.swf, slide1.swf, slide2.swf etc etc).
    I've been using some fla document that was sent to me to do
    such a thing but somehow I can't get things to work exactly as
    intended.
    My main file/movie uses these pieces of actionscript to do
    the loading of the sequential files/movies
    (see attached code)
    Now if I do not add anything to my other clips, the main file
    just keeps looping the first one over and over rather than going up
    through them all sequentialy. So I tried adding this in the last
    frame of each of the movies/clips to be displayed
    (Last Frame)
    _root.addIDX();
    The problem I now have is that although now the movies are
    playing one after the other sequentialy I still get a small amount
    of repeat (fraction of a second) of the movie that just played
    before the newly loaded one displays.
    Is there a way that I can make this transition work smoothly
    rather than have a jerky moment of flashback before each new movie
    in the sequence starts playing?
    Thanks

    It looks like you are loading 2 clips so that when one is
    finished the next one will play without delay and then it loads the
    next in the series beneath it.
    The flash that I am seeing is from the one that is hidden.
    Before it begins to play, the next movie is loaded and you see it,
    then they play in the correct order.
    Try placing the code you have in the onLoadComplete event
    into the onLoadInit event. Like this:
    listen.onLoadInit = function(mc:MovieClip) {
    mc.play();
    _root.myInterval=setInterval(doInterval,delay);
    loadbtm.loadClip(list[(IDX+1)%numImages],_root.btm);
    And comment out the following:
    //listen.onLoadComplete = function(mc:MovieClip) {
    // loadbtm.loadClip(list[(IDX+1)%numImages],_root.btm);
    The onLoadComplete event gets called first and starts loading
    your next slide before the onLoadInit event gets called. This small
    delay maybe enough to be causing the flash you are seeing.
    Tim

  • What is the use of Multiple source in Logical Table under BMM Layer?

    what is the use of Multiple source in Logical Table under BMM Layer?
    thanks in advance

    Or more generally speaking:
    To create a "logical table" consisting of multiple "physical tables"...hence the names. It's the backbone of the whole BI server concept and the way the rpd handles the requests.
    I.e.: how would you otherwise proceed for making an analyzable table from SAP, Teradata, Oracle and a flat file with no full change-access to all the data sources?

  • Setting size of movie in Logic Express?

    Is it possible to change the size of the movie in Logic Express? And if so, could someone tell me what the options are, as far as the size goes?
    Thanks...

    I suspect it is the same as Logic Pro.
    In Logic Pro you simply click and hold on the QT movie screen and a popup window appears where you can choose the size.
    You did mean the actual area of the movie screen didn't you? Not the size in memory? That is determined, of course, by how you create your QT.
    Robyn Traill

  • Multiple movie clips in variable

    Is it possible to have multiple movie clips inside one variable? I want to be able to just use var._totalframes instead of mc1._totalframes, mc2._totalframes, etc... Or is there another way I can avoid copying and pasting dozens of movie clips over and over? Thanks.

    You can use the bracket notation in a loop to process multiple similarly named objects such as you described...
    for(i=1; i<someNum; i++){
         something += this["mc"+ i]._totalframes // not clear on your intent
    I can't be sure I am answerng your question when you mention copying and pasting movieclips.

  • Inventory movement using logic script - BPC NW 10

    Hello BPC experts,
    I'm working on inventory movement using logic script. The idea is that the initial stock of the first period equals the final stock of the previous period.
    Here is an example of my inventory report : (Dimension INVT in function of dimension TIME)
                                                  2014.01       2014.02      2014.03        2014.04
    F01 Stock first period                  12            
    F02 Initial Stock                          12                 11              10                 9
    F03 Inventory Inputs                    2                   4                6                   8
    F04 Inventory Outputs                 3                   5                7                   9
    F05 Final Stock                          11                 10               9                   8
    The Stock of the first period is entered
    The initial Stock = Stock first period (12 in our case)
    Inventory inputs and Outputs are entered
    Final Stock = Initial Stock + Inventory Inputs - Inventory Outputs
    I tried the following script but it does not work :
    *XDIM_MEMBERSET TIME = 2014.01 //we should then retrieve the first period of each year which is not necessary the first month of the year
    *WHEN TIME
    *IS 2014.01
    *REC(EXPRESSION = [INVT].[F01], INVT = F02)
    *ENDWHEN
    *SELECT(%TIME_LIST%,"[ID]","TIME","[PREVMEMBER]"<>"") // PREVMEMBER is a property of TIME
    *XDIM_MEMBERSET TIME = %TIME_LIST%
    *XDIM_MEMBERSET INV = F05
    *WHEN TIME
    *IS %TIME_LIST%
    //Something is missing here.. How to retrieve F05 values related to all periods and copy them in F02
    *REC(EXPRESSION =[INVT].[F05],INVT = F02)
    *ENDWHEN
    Please how can I achieve this ?
    Thanks
    Maha

    Hi Vadim,
    Thank you for your reply
    I'm working with BPC NW 10 SP 05 (CPMBPC 801 SP 05), Engine ABAP
    My model contains the following dimensions ACCOUNT (A), TIME (T), CATEGORY (C), ENTITY (E), CURRENCY (R), INVT (User Def)
    In the INVT dimension we have members like (Stock first period, Initial Stock, Inventory Inputs, Inventory Outputs, Final Stock)
    - [INVT].[Stock first period] is entered
    - [INVT].[Initial Stock] = [INV].[Stock first period]
    - [INVT].[Inventory input] and [INVT].[Outputs] are entered
    - [INVT].[Final Stock] = [INVT].[Initial Stock] + [INVT].[Inventory Inputs] - [INVT].[Inventory Outputs]
    We want to calculate Initial Stock in DEFAULT.lgf :
    [INVT].[Initial Stock] when (TIME=2014.01) = [INVT].[Stock First Period] when (TIME= 2014.01)
    [INVT].[Initial Stock] when (TIME=2014.02) = [INVT].[Final Stock] when (TIME= 2014.01)
    [INVT].[Initial Stock] when (TIME=2014.03) = [INVT].[Final Stock]  when (TIME=2014.02)
    [INVT].[Initial Stock] when (TIME=2014.04) = [INVT].[Final Stock]  when (TIME=2014.03)
    When a user enters the values of "Stock first period", "Inventory Inputs" and "Inventory Outputs", Initial Stock and Final stock should be calculated via logic script
    Regards
    Maha

  • Multiple movement types for reservation

    Dear experts ,
    Is it possible to give multiple movement types for issue against reservations? if possible what should be the setting in "Define Movement Types for Material Reservations"
    We are trying to issue materials against reservation to different GL accounts based on different movement types.
    Best Regards
    Kannan G

    I think you can have different movement types for GI against an Maintenance Order.
    Please check as per the following scenario
    Material A with valuation class "400"
    material B with valuation class "300"
    Now in automatic account determination you define
    movement type "990" for valuation class "400" incase of good issue
    movement type "890" for valuation class "300" incase of good issue
    Now whenever material A is issued it will be mvt type 900 & for material B issue 890.
    Regards
    You can also look at the following possibility:
    Plant Maintenance and Customer Service -> Maintenance and Service Processing -> Maintenance and Service Orders -> Functions and Settings for Order Types -> Goods Movements for Order -> Movement Types for PM/CS Orders -> Maintain Movement Types for PM/CS Orders.
    Also look at the badis:
    BADI DI_MOVEMENTYPES
    BADI_DIAD_GOODMVT_1
    Online Documentation for the above node:
    *Maintain Movement Types for PM/CS Orders*
    In this step you maintain movement types for PM/CS orders depending on material group, order type and a customer defined key. This key is read by BADI DI_MOVEMENTYPES. If the system doesn't find any information in this table, the corresponding movement types are determined based on the data of the Standard table.
    Further notes
    Using BADI_DIAD_GOODMVT_1, follow-up actions can be triggered for special movement types.
    Edited by: SAPASSUM on Aug 5, 2010 9:26 AM

  • If I learn on Logic Pro 9, will it be difficult to move to Logic Pro X?

    Hello,
    I am studying Logic Pro for composition of orchestral music - I bought Logic Pro 9 about 2 months ago, as I had no idea Logic Pro X was coming out. I also purchased a couple of books to study it.
    I am not complaining about the lack of upgrades, as I know Logic Pro is very cheaply priced; I just cannot afford the upgrade right now as I do not have the money.
    I would like to ask you if it makes sense for me to study on Logic Pro 9 for the time being, and if it will be difficult to move to Logic Pro X once I have learnt Logic Pro 9. What was your experiencing moving to Logic Pro X?
    Thanks.

    mende1 wrote:
    Logic Pro X has got a different user interface than Logic Pro 9, so near everything you are learning won't be useful when you upgrade to Logic Pro X.
    What!!  Do you use Logic?
    I think every experienced user here will disagree withyour above statement... I've had a chance to play around with X for a bit and while there are a few differences there's nothing there to prevent a user of Logic-9 from losing his/her way in Logic X.
    The Important things are almost (if not) exactly the same.
    I'm a long time Logic user! (since bersion 2.x).

  • Opening multiple movie files to play sequentially.

    Currently, if I highlight several movie (e.g. .avi) files in a Finder window and then double-click on one of them, each of the files is opened in a separate QuickTime window and if I have "automatically play movies when opened" QuickTime preference set, then they all start playing simultaneously!
    How do I change it so that opening multiple movie files results in them being played sequentially in a single window?
    P.S. I have "Open movies in new players" preference is disabled.
    P.P.S. For image files it all works correctly - they are opened in Preview and I get an option of starting a slideshow...

    Hi,
    I'm not on a Mac at the moment to test, but I could have sworn you used to be able to open one movie, pause it and then drag and drop subsequent movies onto that window to append them to the end.
    Give it a try. Sorry if I've been imagining things though

  • How do I move existing Logic projects to an external hard drive?

    My internal hdd is getting close to capacity on my iMac so i've purchased an external 500GB USB hdd.
    I have about 10 existing projects that i'd like to move to my new drive.
    These projects consist of WAV files imported from a portable digital recorder, fresh recorded tracks using my audio interface, and midi tracks. Most of my tracks are at the 'final mix' stage and are sounding pretty sweet
    Would it benefit me to move my Logic projects to my external drive, or should I scrap the idea and move my huge itunes library instead? If it is worth moving my Logic projects - what is the best way to do it? I really don't want to have to remix, re-record anything. I also don't want to get lost in Finder.
    I'm quite new to Logic but I intend to 'use best practice' if possible. I get the impression that using an external hard drive with Logic may offer performance gains. My audio interface is firewire (M-Audio FW 410). The USB external hdd was brought to avoid firewire conflicts.
    Any tips would be most welcome.
    Thanks in advance. Rich

    In theory, you should be able to copy all of your projects to the external and open and use them exactly as before with no problems and no need to re-mix anything...
    BUT, and its a big BUT...
    Are you sure all of your projects were started AS projects with all the audio files, instrument samples etc. stored in the relevant folders in the project's folder?
    Before doing anything, go through all of your "projects", make sure they ARE projects (there should be a project folder, the song file stored in the project folder, with audio, undo etc. folders within the main project folder for each one) - if they are not, do a "save as project" - it should give you a number of options to copy any external audio files etc. to the project folder. If for any reason it doesn't I would then choose "project - consolidate" from the main file menu, which will give you the same options. Even if you are SURE that all your projects ARE projects, I would choose "consolidate project" just to be sure...
    You should then be able to proceed... but don't delete the originals until you are sure everything is working fine. I would even suggest backing up the originals in another location (it could even be a back-up folder on the same external), so you can just move them straight back to the original location if there are any problems.
    When I first started using Logic many years ago there was no option to save projects, and I learnt the hard way to create the folder structure that logic now does for you. But even so, unless you started out knowing how to use this function, its possible some of your audio files are still stored in the wrong location. "Consolidate project" should solve this.
    As for the USB HD - I would avoid using a USB drive for audio. It is said that USB 2 is faster than firewire 400, but I don't know any musician or film maker that would use one.
    You can daisy chain firewire devices with no problems in my experience. If you do experience problems I might suggest you search up on any posts to do with M-Audio interfaces and Macs...
    Good Luck!

  • Multiple movie clips within a button

    I'm having trouble with working a movie clip played one after another within a button. Can anybody help? or is there a simpler way of getting multiple movie clips to play?
    for my project, when you hover over the button and vines grow out. currently, i have one working in a button but i can't seem to get other vines to work.

    use a movieclip (or sprite) button.  you can then control the child movieclips with actionscript.

  • Question about idvd project with multiple movies

    Is there a way to drop in multiple movies and have each movie play right away when it is clicked? Right now the first movie plays on one click but the rest go to another menu where you have to click play movie. I just want my main menu to show the 4 movies I have and then immediately play them when they are clicked.

    You can put them in an iDVD slideshow and they will play consecutively.  But don't assign a transition in the slideshow:
    Click to view full size
    It won't matter what slide duration you select.
    OT

Maybe you are looking for

  • Error while trying to install SMC Firmware Update

    I have 2 original model 13" MacBooks doing the spontaneous shutdown thing. Both are running OS 10.4.11. One has SMC version 1.4f8, the other has SMC version 1.4f10. When I run software updater it comes up with 2 updates: MacBook EFI Firmware Update 1

  • Cannot remove an update request in Mac App Store

    A friend used my macbook pro to purchase an app. I no longer wanted that app and deleted it.  However, the Mac App Store keeps asking me to update the app and when I click on 'update' it asks for my friend's App Store ID.  I would like to remove this

  • In Outlook, only 1 RSS item shows up, from Sharepoint.

    Ok, I have not been able to find this one.  We have recently enabled RSS feeds on Sharepoint.  If we add the feed to outlook, it only displayes the FIRST item.  when you first subscribe, it looks like it goes through EVERY post, but only displays the

  • Security------problem,please help

    how do i access WindowsNT user/password using java ? and then depending upon the user wheather he is a normal user or administrator i have to do some task,can any one suggest a way ,an example will be a great help Thanking in Adavnce

  • 2nd monitor stops updating

    I'm using Lightroom 4 RC2 I have one monitor displaying the modules and one monitor in loupe view. I can make changes to an image on the develop panel and see the changes happen in the image, but on the other monitor in loupe view, nothing happens. M