Creating a 30 second loop

Hello,
I'm trying to take the first 33 seconds of a classical song and loop it 3 or 4 times. Then I need to add it to a play list on my ipod.
Can I do this in itunes?
Do I need to use garage band?
Is there a way to fade the last few seconds of the section and then slowly bring the volume back up as the loop starts over at the beginning of the song?
I have ilife 08.
Thanks,
It's for my wedding play list. please help

You can do this in GarageBand, but not in iTunes. However you can import the finished loop into iTunes and put it into as many playlists, as many times, as you like.

Similar Messages

  • How do I create a 4 second long loop that is repeated for say a minute long on garage band, I'm sure it can done, please help

    How do I create a 4 second long loop that is repeated for say a minute long on garage band, I'm sure it can done, please help, I now own a new mac book.

    Rachel Dalby wrote:
    How do I create a 4 second long loop that is repeated for say a minute long
    drag the top right corner of the region for as long as you want it

  • Preparing clip for website, show first 5 seconds, loop the next 5

    I'm working on a title...
    I would like the first 5 seconds to only show when a webpage is loaded, for simplification, we'll just say this is for QuickTime instead of a website.
    The whole thing: animated background texture, animated texture on the text
    The beginning: text appears using some effects, has the mentioned animated texture
    The end: the background texture continues to animate, as well as the animated texture on the text
    Only difference between beginning and end: the text does not need to appear, it only needs to show once when the video is played.
    In summary:
    Is it possible to have the first 5 seconds play once, and the next 5 seconds loop continuously? How?
    Thanks a million!

    Is it possible to have the first 5 seconds play once, and the next 5 seconds loop continuously? How?< </div>
    Not in Livetype, no. all you do in LT is create the content. How it is played out or displayed is controlled in your streaming controller.
    bogiesan

  • Script sub-routine crashes on second loop

    G'day
    I've got a 2000+ line Mail script that worked in Tiger, but seems to be a problem under leopard.
    The first pass getting a Mail message ID works ok, but on the second pass, when getting a new ID, as soon as I try and use the ID variable, the script shows the ID once, then completely stops.
    I've written a short version of the script to demonstrate the dilemma, but its still over 65,000 characters.
    I can send the whole script to anyone kind enough to try it. Mail me at [email protected]
    Anyone kind enough to run it must
    1. first create a mail folder called "* items to shift"
    2. Alter the short piece of script after the 'Set to suit' comment, to set your printer and email address.
    3. Then the script must be saved in the main Library/Scrips/Folder Action Scripts.
    4. Then, the script must be attached as a Folder Action to the 'messages' folder INSIDE the actual "* items to shift.mbox" mail folder which is in.....
    <your home folder>/Library/Mail/Mailboxes.
    5. Enable 'Access for Assistive devices' in the 'Universal Access' control panel.
    Now, drop some mail on the '* items to shift' mail box. The second message should freeze after showing the ID once. The mail won't disappear, but will be shifted to a newly created dated mail folder.
    The piece of offending script is as follows...
    on MainLoopTwo(this_folder)
    tell application "Mail"
    activate
    repeat while (number of messages of mailbox MailBoxName) > 0
    set frontmost of application "Mail" to true
    if RunForOz then say "main loop"
    set EveryMailboxList to mailboxes
    repeat with testBoxName in EveryMailboxList
    set selected mailboxes of message viewers to {mailbox MailBoxName}
    if (name of testBoxName as string) ≠ MailBoxName then
    set selected mailboxes of message viewers to {mailbox (name of testBoxName as string)}
    exit repeat
    end if
    end repeat
    set CycleThroughMessages to last message of mailbox MailBoxName
    tell application "Mail"
    activate
    set TheName to ""
    set TheName to the (id of CycleThroughMessages & ".emlx" as string)
    set frontmost of application "Mail" to true
    try
    if (exists CycleThroughMessages) in mailbox MailBoxName then
    if my CheckThePausedReference(TheName) then
    set byPassPrint to true
    my TransferToITMP(CycleThroughMessages, true)
    end if
    else
    set byPassPrint to true
    end if
    on error TheError number errNum
    say "oooooops, can't set i d"
    set TheName to ""
    set byPassPrint to true
    end try
    set thetempname to TheName as string
    tell application "System Events"
    try
    tell application "Mail" to display dialog thetempname
    -- Next line after second loop fails after previous line.
    -- 'On Error' does not trap error
    -- Script simply stops
    tell application "Mail" to display dialog thetempname
    on error
    say "error"
    end try
    end tell
    if RunForOz then say "main loop continues"
    my MainLoopThree(CycleThroughMessages)
    end tell
    end repeat
    end tell
    set TimeToElapse to my seeiftimehaselapsed("Check if elapsed")
    if TimeToElapse = "" then -- No time stored, so check if to recycle
    say "Checking recycle"
    tell application "Mail"
    set TemporaryMail2 to messages of mailbox MailBoxName
    end tell
    if (count of TemporaryMail2) > 0 then my MainLoopTwo(this_folder)
    end if
    end MainLoopTwo

    G'day
    For your information.
    I've worked out what the problem is.
    After removing a message from a series of messages in a mailbox, using a repeat loop or any other way, after about 5-10 seconds the Mail App seems to send an update signal to itself, or to Applescript, I'm not sure which.
    This update causes any dialog box, or open message, to very briefly 'flicker'. Once that happens, the script can't run anything else.
    The workaround is to run the main script on it's own, and call it from a short folder attached script.
    The problem only arises when the script is directly attached as a folder action, and in Leopard.
    A definite bug I think.
    Regards
    Santa

  • Creating objects in a loop

    Hi
    I have read that creating objects in a loop degrades performance. Can someone explain why this should be so?

    Hi
    I have read that creating objects in a loop degrades
    performance. Can someone explain why this should be
    so?Every object creation takes time, so if you create
    lot of unnecessary temporary items in loop it degrades
    performance (so it is nothing loop specific).

  • Jump to frame to create a sort of loop

    Hello and thanks for reading.
    I'm currently having this problem: I'm making a flash game that includes talking interactions between the playable character and NPCs. What I want is a way to get the NPC to blink every once in a while if the player remains in the same screen.
    In other words, I want to create a sort of 'loop', for example, in frames 1-5, with the character blinking during frames 4 and 5. I've already asignated buttons so that the player can get out of the 'loop', but I'm having trouble in getting from frame 5 back to frame 1. At first, I used
    gotoAndPlay(1);
    but it just kept crashing, until an error telling me to use onClipEvent popped up. I decided to try it, not really knowing how to in this particular case, and of course it didn't work. So basically, I'm out of ideas, since I know only the basics of AS 2.
    Any help would be appreciated.

    Create the blinking activity as a separate movieclip and tell it to play thru whenever you wish to have a blink occur.  You could use a timing mechanism such as setInterval or setTimeout to tell that movieclip to play periodically.

  • Create more than 8  loop devices on 2.63.32-300.10.1-el5uek kernel

    Hello
    I cant create more than 8 loop devices on 2.63.32-300.10.1-el5uek kernel, althought i have specified options loop max_loop=64 to /etc/modprobe.conf
    how should i proceed ?
    Thanks

    It should work if you add max_loop=64 to the kernel boot parameter line or add it to the appropriate kernel in /etc/grub.conf (after rhgb quiet) for a permanent fix

  • Triggering event FMRE-CREATED in an infinite loop

    Hi guys,
    Iu2019m having a big problem in Public Sector Management with Founds Management Government when I create a Found reservation Tcode FMX1.
    My problem is the triggering event FMRE-CREATED  (event to start the Workflow) because when the document is created, this event is generated by the system which is fine, but inside on my Workflow I have a task to change the status with FMRE-SetLock, when this method is executed, automatically trigger an event FMRE-CREATED again, so my WF gets in a infinite loop.
    How can I tell the system to donu2019t trigger this event when the status is changed?
    Thanks a lot
    Felipe Uribe.

    Hi,
    but inside on my Workflow I have a task to change the status with FMRE-SetLock, when this method is executed, automatically trigger an event FMRE-CREATED again, so my WF gets in a infinite loop.
    How you changing the status? Check any Function Module or BAPI to change the status.
    You have acheive it via Start Condition, check are you getting entry in the Table  SWFREVTLOG for Creation.
    If second time creating, check for the entry in the table, if found not allow it.
    Regards,
    Surjith

  • How do I create a automatic second page with different layout settings?

    Hi there,
    I want to create a business letter template with a different second page. I already managed to create a different layout on page nr two, but
    whenever I write a letter with this template and I reach the end of page one, pages creates a thrid page in between my page nr one and nr two with a mixture of the layout of template page nr two and the footer of page nr one.
    I want pages to take my template page nr two (with different header and footer) as second page instead of creating one itself.
    If I don't need a second page - because my letter is to short - I should not have to delete a second page. It simply should not be there...
    Thanks for Help!
    G4's and 12" PB   Mac OS X (10.4.6)  

    Hello Stefan,
    you achieve this with a little trick. Create your letter and set the layout for the first and the second page by inserting a placeholder text. This placeholder text should fill the first page and the top of the second page, so both pages are build in one section. When the entire letter is layouted well, select the placeholder text and than save the letter as a template.
    Now every time you open this template, you only have to insert the main text (replace the placeholder text with real content), and the second page disappears until the main text overflows the borders of the first page. Than you will get the second page again with the layout you have created for it.
    I hope this will work for you like it works fine for me.

  • How to create a $ per second report.

    I have a scenario where I have several stores all posting sales in real time to a BAM object.
    The Fileds are:
    StoreID "string"
    PurchaseDate "datetime"
    PurchaseAmount "integer"
    I like to create a report that will display the sales per second for a given store over a defined Period of time.
    As an example:
    If the report is run and 60 seconds is entered as a report parameter for the period of time and StoreID set to "1" (also via paramter) then I'd like to know what was the average sales per second over the last 60 seconds for StoreID 1.
    Obviously this report would be continually updating giving me a real time gauge indicating when sales per second has dropped or spiked.
    A real example:
    Lets say there are 3 sales in the last 60 seconds for StoreID 1 as follows -
    1,3/20/1977 3:08:08 PM,100
    1,3/20/1977 3:08:14 PM,160
    1,3/20/1977 3:08:33 PM,100
    If I ran the report at 3/20/1977 3:08:34 PM there would only be 3 entries which fall within the last 60 seconds (Report Paramter) for StoreID 1 (Report Paramter). And averaging out the sales total would give me (100+160+100)/60=6$/second
    Can anyone point me in the right direction on how to solve this?
    D

    Not sure I understand what you want, but I set up a page with 2 items on one row, 3 on the next. http://apex.oracle.com/pls/apex/f?p=23834:30 is that the sorta thing you want to do? - control where the items appear?
    If so - you can just use drag and drop layout, or on the items settings (Displayed settings), specify whether or not it appears on a new line or not.
    Ta,
    Trent

  • Creating record on second main table during import

    Hello all,
    I am importing data to a main table (materials), and I have a second main table linked to the materials main table to store supporting data.  Assuming I have a new record being imported that contains an entity that doesn't exist in that second main table, is it possible to create a record inside the second main table?  This functionality exists for lookup tables, if the lookup record doesn't exist you can configure the map to create the record in the lookup table.  Can the same thing be accomplished with multiple main tables?  I'm having trouble with this because I can't get any field aside from the primary key on the second main table to show up in the destination fields in the import manager.

    Hi,
    As you said, Assuming I have a new record being imported that contains an entity that doesn't exist in that second main table, is it possible to create a record inside the second main table?
    This scenario is quite possible.
    I have a Work Around and it should work according to me...
    See, In this case you have to create two maps, one for Main table (Primary) Import and another for Second Main table(Secondary).
    Before Importing Main table(Import) this file should be Imported to Second Main table import(Secondary) by putting that file to ready inbound port of Second Main table.
    So, Records entities that do not exist in secondary main table will get created and for existing records will get updated.
    Now when the same Source file import for Main table, that record entity would be already there in Secondary main table and as such you would not face any issue while importing through main table.
    Kindly let me know if you face any issue.
    Thanks and Regards,
    Mandeep Saini

  • Creating variables using for loop

    is there any way in java to create a variable called "xi" using a for loop say:
    for (int i =0; i < 1000000;i++){
      int xi;
    }so I want to create a million of different variable names based on the i... I know this may be a stupid question

    I don't think there is a way to do this. More importantly why do you want to do this? If you dynamically generate 1 million variables, then how will the rest of your program refer to them? Maybe what you need is some sort of collection.

  • Creating function in a loop

    hello --
    my problem is that i am dynamically creating a bunch of
    buttons in a loop, and want to include a different "onRollOver"
    function for each button. However, the variables I am setting in
    the functions are all being overwritten with the value from the
    last pass through the loop. How can i generate a different body of
    the function for each button that I'm generating?
    my code:
    var dataindex=0;
    [while loop]
    var bname = "instbut_"+dataindex;
    var button = container.createEmptyMovieClip(bname,
    100+dataindex);
    container[bname].onRollOver = function() { trace("my button
    name is "+bname); }
    dataindex++;
    when this runs, it correctly generates four buttons -- but
    when i roll over each, "bname" is always equal to "instbut_3". how
    can i force it to generate four separate functions, instead of one
    single one referenced by all the buttons together?
    thanks for any tips!
    -- miranda

    var dataindex=0;
    [while loop]
    var bname = "instbut_"+dataindex;
    var button = container.createEmptyMovieClip(bname,
    100+dataindex);
    button.myName = bname;
    container[bname].onRollOver = function() { trace("my button
    name is "+this.myName); }
    dataindex++;
    By the way, you could use this._name instead, but for other
    variables, give the value you need before writing the event
    handler, and then target the values with this.

  • Creating a simple closed loop control

    Hi everyone,
    I need a bit of help creating a (very) simple closed loop control.
    Note: I am using 3 Measurement Computing boards: one USB-2416, and two USB-TC's. Since Measurement Computing has their own driver (called ULx), it might be a bit more difficult to understand than the NI drivers, but keep in mind ULx is the equivalent to DAQmx.
    I need to be able output a 0 or 1 binary value based on measurements from 4 voltage input channels compared to constants. Ie. if voltage measurement < 3.5 (constant), send a boolean value (see a, b, c, d in attached photo) which in turn gets sent to the ULx Write VI, and that outputs the binary value of 0 or 1. The problem I've run into is that I need to "compare" single chanels from different boards, which gives me single boolean values for each channel. The ULx Write VI only accepts boolean arrays. Is there a way (and there probably is, I just haven't been able to find it) of arranging these lone boolean values into a boolean array?
    (see attached file for what I have so far)
    PS. I am a COMPLETE rookie, only been using LV for a week or so, so please explain everything as if I have no clue what's going on.
    Thanks in advance!
    Solved!
    Go to Solution.

    Hi,
    the attached example I've made should demonstrate what you need to do.
    Some things to think about:
    1. It seems that the ULx vis return arrays of signals. If so you can select signals with "index array" as done in my example. That consumes less space and does not change the type of the signals to variant.
    2. If you compare the signals to your constants you will receive boolean arrays because every element of the measured signal is compared to the constant (see my example). You may then decide how to process that info - another hooray for signals :-)
    Regards
    Florian
    Attachments:
    Example01.vi ‏24 KB

  • Blank screen for few seconds then back for a few seconds (loopping)

    I just restarted from a situation where my screen went blank, after few seconds came back, but I cant do anything, then blank again (looping continuously) how can I know whats wrong? This is the 1st time it happens but I am quite worried of hardware failures by now. Its a self built PC.
    - Intel Core i5 (3570 I think)
    - 2x4GB DDR3 1333 Kingston
    - ATI HD5670 (not sure abt last 3 numbers)
    - Crucial M4 128GB
    - Hitachi 1TB
    Is there any logs to help identify a probable cause? Or any ideas, maybe its a common minor problem that random pops up in any PC?
    It sounds like a graphics driver reset or something?
    Last edited by jiewmeng (2013-07-18 14:46:29)

    If you using the proprietary ATI drivers can you make sure you've got KMS off (nomodeset on your kernel line) conversely if you're on the open drivers make sure this _isn't_ on there.
    https://wiki.archlinux.org/index.php/AM … de_setting

Maybe you are looking for

  • Selection Variables display in report output using BEX ANALYSER 7.0

    HI All, I am using BEX Analyzer 7.0 , I want to display the Variables  selected in the selection screen, to be printed in the Report Output.when i execute the same query in 3.5 , i am getting all hard coded and selected variable values in report  out

  • MA DATA got deleted in Portal

    What would cause the fim inbuilt sync to delete a MA data? All the Management agents are still in sync machine. But in portal, some are missing in the ma data folder and sync rule is missing the view of those MA. Please help.

  • Updating custom mseg fields from CO11N screen

    Hello all, When i save an order from co11n screen, it creates a record in mseg table. I created some custom fields in mseg table and i want to fill them during this co11n screen fills the mseg table, but i couldnt find the correct user exit or enhanc

  • The Firewire drivers are not loaded

    Hi, The title of this post says it all. When using system profiler I get the message " The Firewire drivers are not loaded " in red letters. The Mac is a 2Ghz intel. So far I have... 1. Done all the usual maintenance. Erased the internal drive and re

  • CUSTOMER MASTER SCREEN  RELATED TABLES..

    HI I WANT TO KNOW ABT ALL THE TBALES  RELATED TO CUSTOMER MASTER (XD01 )APPLICATION..  WHEN EVER WE CREATE A CUSTOMER THROGH THIS SCREEN  THAT DATA WILL STORE INTO SOME TABLES.. WHAT  ARE THOSE TABLES..(FOR EXAMPLE: KNA1 ,ect..) like this.. what are