How to Edit names within Loop Library

I've edited a MIDI Apple Loop from Jam Packs and saved it as an MIDI Apple Loop in the library.
What I typed in as a name for the file is not what appeared in the loop library?
1. Why did the text alter from I typed?
2. How can I edite the name in the within loop library.
3. How do I delete apple loops I've created from the apple loop library?
Thank you
- I did look in the manual and within the user help in Logic, but could find nothing. I know I must be looking under the wrong 'key word' search.
What can I say!
Message was edited by: StyleSupport

StyleSupport wrote:
1. Why did the text alter from I typed?
You must select the green loop in the Arrange and go to Region menu "Add loop to the library" something like that or drag and drop the region to the Library in the Media dock.
This way a new dialog will show( see the picture below ) where you need to fill new "unique" name or to add some user (sub name), choose the group etc.
2. How can I edite the name in the within loop library.
3. How do I delete apple loops I've created from the apple loop library?
You "user" green loop is stored to ...user/Library/Audio/Apple Loops/User Loops.
Browse to this dir and edit or delete the loop.
You "user" green loop is stored to ...user/Library/Audio/Apple Loops/User Loops.
Browse to this dir ( you will find a folder labeled as "Single" or something like that open it ) and edit or delete the loop in question.
!http://img42.imageshack.us/img42/508/greenloops.gif!
!http://img59.imageshack.us/img59/4967/aglogo45.gif! [www.audiogrocery.com|http://www.audiogrocery.com]

Similar Messages

  • How to edit VI in a library?

    I downloaded the example Vi library "Sine Swept Frequency Response", which contains a VI showing how we can get the frequency response of a filter. I would like to integrate this functionality in my own VI. However, when I start the VI, I get no editing menu. I cannot see the diagram and modify it. Is this protected against editing. If so, why?
    I attached the library to this message.
    Thank you,
    Benoit Provost
    Attachments:
    Sine_Swept_Frequency_Response.llb ‏243 KB

    The edit menu and diagram are there. The VI is set to hide the menubar and toolbar when running but all you have to do is click the stop button.

  • 1) how to assign name to Universal Library function TIN and VIN? or 2) how to provide headings in measurement file?

    I am using a USB-TEMP-AI board from MCC with Labview 8.6
    This necessitates using VInDLL.vi and TIn.vi to read my signals.
    When I log using "write to measurement file", I would like headings
    above the data such as:
               Tcold.in, Tcold.out, Thot.in, Thot.out, Flow.cold, Flow.hot
    instead I get:
                Untitled, Untitled 1, Untitled 2, etc.
    For some cases I need scaling, after which I get headings such as:
                Scaled (Scaled), Scaled (Scaled) 1, Scaled (Scaled) 2, etc.
    How can I fix this?
    Thanks,
    Jon Snyder

    One way is to use an NI data acquisition board and then you would probably be using the DAQ Assistant which would create the column names for you. A second way would be to just not use the Write to Measurement File and use one or more of the lower level file write functions (i.e. Write to Spreadsheet File) and write the column headers separately. The last way, would be to make sure the data from the mcc function is a waveform data type and set an NI_ChannelName attribure to what you want before passing the data to the Write to Measurement File.
    This question has been asked numerous times and code for setting the attribute has been posted numerous times.

  • How to edit names of songs and albums without having to do that manually ?

    For each song I have to manually enter the name of the album and artist.
    That is terrible.

    If you have a whole bulk of songs (such as an entire album) that have the same information, you can select all of them with CTRL+A or APPLE+A and then edit the information for all of those at once.
    This is useful if all of the songs you're editing have the same artist, album name, or cover art.

  • Changing variable name within loop

    Instead of typing oit 8 different versions of this loop, I'd like to do something this where i increases value to define a new variable:
    for (int i = 1; i < 9; i++)
                double lbs[i] = (((dis * 2000) / 3456) * (ve)) * pr * 0.069 / 100;
                BigDecimal bd[i] = new BigDecimal (lbs);
    bd[i] = bd[i].setScale (1,BigDecimal.ROUND_UP);
    lbs[i] = bd[i].doubleValue ();
    String tflow[i] = Double.toString (lbs[i]);
    oFlow[i].setText (tflow[i]);
    i++;
    In PHP that's how I do it, but how about Java? I tried searching for "variable variables" since that's the only want I know how to describe it.

    I put what you gave me inside of public void CalcBoost() { ... } and I'm getting the error:java.lang.NullPointerException
            at Calculator.CalcBoost(Calculator.java:751)
            at Calculator.iBoostActionPerformed(Calculator.java:672)
            at Calculator.access$700(Calculator.java:69)
            at Calculator$8.actionPerformed(Calculator.java:299)
            at javax.swing.JTextField.fireActionPerformed(JTextField.java:491)
            at javax.swing.JTextField.postActionEvent(JTextField.java:672)
            at javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:786)
            at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1530)
            at javax.swing.JComponent.processKeyBinding(JComponent.java:2438)
            at javax.swing.JComponent.processKeyBindings(JComponent.java:2473)
            at javax.swing.JComponent.processKeyEvent(JComponent.java:2401)
            at java.awt.Component.processEvent(Component.java:4909)
            at java.awt.Container.processEvent(Container.java:1569)
            at java.awt.Component.dispatchEventImpl(Component.java:3615)
            at java.awt.Container.dispatchEventImpl(Container.java:1627)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1713)
            at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:627)
            at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:831)
            at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:741)
            at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:592)
            at java.awt.Component.dispatchEventImpl(Component.java:3506)
            at java.awt.Container.dispatchEventImpl(Container.java:1627)
            at java.awt.Window.dispatchEventImpl(Window.java:1606)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)This now points to: for (int i = 0; i < oFlow.length; i++)

  • Dynamic creating field names within Loop

    Hi,
    I've a record which comprises of a few key fields and then 52 qty fields, one for each week of the year. ( Not my design honest!!).
    Anyway with in a Cursor there are currently 52 "IF" statements clearing out values less than the current week number. I'd tried to replace this with the following. However I'm having trouble with the " 'c1_rec.qty'&#0124; &#0124;lv_count " bit.
    Has anyone got any ideas?
    lv_week:=22; ( added for clarity )
    lv_count:=1;
    WHILE lv_count < lv_week LOOP
    'c1_rec.qty'&#0124; &#0124;lv_count :=0;
    lv_count:=lv_count+1;
    END LOOP;
    John-Paul Thompson

    John-Paul;
    If I understand the question correctly, you have a table with 52 columns, one for each week of the year. You are trying to zero the quantity for each week prior to the current week. I'm going to take a sab at this. Bear in mind that I have no way to debug the code.
    DECLARE
    c NUMBER;
    n NUMBER;
    v_sql VARCHAR2(2000)
    lv_week NUMBER:=22; ( initialize week#)
    lv_count NUMBER:=1;
    BEGIN
    v_sql := 'UPDATE c1_rec SET '
    WHILE lv_count < lv_week LOOP
    v_sql := v_sql&#0124; &#0124;
    'qty'| |TO_CHAR(lv_count) &#0124; &#0124;' :=0';
    lv_count:=lv_count+1;
    IF lv_count < lv_week THEN
    v_sql := v_sql &#0124; &#0124; ', ';
    END IF;
    END LOOP;
    --sql := v_sql &#0124; &#0124; YOUR WHERE CLAUSE
    c:= dbms_sql.open_cursor;
    dbms_sql.parse(c, v_sql, dbms_sql.native)
    n:= dbms_sql.execute(c);
    dbms_sql.close_cursor(c);
    END;
    HTH
    Randall
    null

  • How to zero array within loop that displays 3 numbers when program is started?

    i am starting a loop that displays 3 pieces of data that is updated throught the cycle. At the end it displaces the last result. When the program is run again i need these values to be reset. This is a loop inside of a loop inside of a loop.
    Attachments:
    GEM_testset_V2.vi ‏633 KB

    The most evident approach is just to use initialise array function on the first iteration of your loop, but... There are really many loops in your vi, so may be its better to use zeros as defaul values for your array indicaters and before each run apply a "Reset to Defaults" method. But for this you must make some kind of a higher level vi which will perform "reset to defaults" method on your vi as this method doesn't work in run-time (or may be I'm wrong?)...

  • ? on How to Load Variable Within For Loop

    Hello,
    I'm a PL/SQL newbee so I apologize up front if this is a basic question. In summary, I'm trying to build a field name within a FOR LOOP and also load this field with it's associated data from an input record and finally load the data to the output record and pipe the row. I can successfully build the field name but don't know how to load it with data from the input record.
    Here is a sample from the code.
    The input table is shown with the 6 different Fnma codes. Instead of checking each code for data, I want to build the field name, load this field name with data from the input record and move the data to the output record.
    CURSOR cur_loan(prod_date_in IN DATE) IS
    Select
    Ln.Ln_No,
    Ln.Prod_Date,
    Ln.Ln_Fnma_Ftr1_Cd,
    Ln.Ln_Fnma_Ftr2_Cd,
    Ln.Ln_Fnma_Ftr3_Cd,
    Ln.Ln_Fnma_Ftr4_Cd,
    Ln.Ln_Fnma_Ftr5_Cd,
    Ln.Ln_Fnma_Ftr6_Cd,
    from LOAN Ln
    where PROD_DATE = '16-FEB-11';
    Here is the FOR LOOP that successfully builds the field name in l_feat_code_name. Then I "assume" by moving this field to l_output that l_output will contain the actual data, not the field name. However, it appears to contain the field name instead of the data.
    FOR l_To IN 1 .. 6
    LOOP
    l_feat_code_name := ('l_loan_rec.ln_fnma_ftr'||l_to||'_cd');
    l_output := l_feat_code_name;
    IF (l_output is not null or
    l_output <> ' ') THEN
    l_out_rec.Inv_Type := l_Fnma_Cd;
    l_out_rec.feat_code := l_output;
    l_out_rec.Src_Delete_Flag := l_src_delete_flag_n;
    PIPE ROW(l_svc_ln_rec);
    END IF;
    END LOOP;
    How can I move the data itself into the l_out_rec.feat_code output record? Thanks in advance.

    Hi,
    l_output is defined as follows:
    l_output varchar2(20) ;
    I appreciate your example.
    Again, after I build l_feat_code_name it contains the column name from the input record, Ln_Fnma_Ftr1_Cd, ....Ftr2...., .....Ftr3..... and so on up to Ftr6. However, I also need the **data value** of Ln_Fnma_Ftr1_Cd, ....Ftr2...., .....Ftr3..... and so on up to Ftr6. My question is how to get the data value. You see below when I move l_feat_code_name to l_output I'm expecting l_output to contain the **data value**. Instead, when I display it in DBMS_output, it shows the column name.
    CURSOR cur_loan(prod_date_in IN DATE) IS
    Select
    Ln.Ln_No,
    Ln.Prod_Date,
    Ln.Ln_Fnma_Ftr1_Cd,
    Ln.Ln_Fnma_Ftr2_Cd,
    Ln.Ln_Fnma_Ftr3_Cd,
    Ln.Ln_Fnma_Ftr4_Cd,
    Ln.Ln_Fnma_Ftr5_Cd,
    Ln.Ln_Fnma_Ftr6_Cd,
    from LOAN Ln
    where PROD_DATE = '16-FEB-11';
    Here is the FOR LOOP that successfully builds the field name in l_feat_code_name. Then I "assume" by moving this field to l_output that l_output will contain the actual data, not the field name. However, it appears to contain the field name instead of the data.
    FOR l_To IN 1 .. 6
    LOOP
    l_feat_code_name := ('l_loan_rec.ln_fnma_ftr'||l_to||'_cd');
    l_output := l_feat_code_name;
    IF (l_output is not null or
    l_output ' ') THEN
    l_out_rec.Inv_Type := l_Fnma_Cd;
    l_out_rec.feat_code := l_output;
    l_out_rec.Src_Delete_Flag := l_src_delete_flag_n;
    PIPE ROW(l_svc_ln_rec);
    END IF;
    END LOOP;

  • How can I list my iphoto library by file name only?

    How can I list my iphoto library by file name only?

    There are two apps that can do that for your.
    1 - the better of the two is  iPhoto Library Manager.  You will have to manually select those Events in Library A that are not in Library B and copy them to B.  Then do the same for B to A.  This also copies both the original and edited versions, keywords, titles, descriptions, faces and places.
    2 - the second app is SyncPhotos.  This one is automatic and will copy the original images in A that are not in B into B and the same for B to A. This does not copy edited versions or any of the metadata, i.e. keywords, etc.

  • When you have 1 itunes library.. and 2 ipods.. different names.. how can you share the same library???

    When you have 1 itunes library.. and 2 ipods.. different names.. how can you share the same library???  All of the songs that were put on there from a CD will sync, but the songs that were purchased.. "cannot be found"   How can we merge them?? or how can we share all songs.. purchased or not!

    When you have 1 itunes library.. and 2 ipods.. different names.. how can you share the same library???  All of the songs that were put on there from a CD will sync, but the songs that were purchased.. "cannot be found"   How can we merge them?? or how can we share all songs.. purchased or not!

  • How do I return an e-library book on adobe digital editions?

    How do I return an e-library book on adobe digital editions?

    You should ask in the Digital Editions forum,
    http://forums.adobe.com/community/adobe_digital_editions
    This is the Reader one.

  • How to rename the SharePoint Document Library existing file name using Web service

    Hi,
    How to rename the SharePoint Document Library existing file name using SharePoint Web service.
    Is it possible. How could i do it?
    Thanks & Regards
    Poomani Sankaran

    Hi,
    Lists.UpdateListItems Method
    would be helpful for your requirement.
    Here is a blog with code demo for your reference:
    http://blogs.msdn.com/b/knowledgecast/archive/2009/05/20/moss-using-the-list-web-service-to-rename-a-file.aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How do you add Jam Packs to the Logic Express 8 Loop Library?

    I'm new to both Logic Express and Jam Packs. I just installed the new Voices Jam Pack and it is installed in the audio folder in my user library but it isn't recognized by logic, since the loops don't show up in the loop browser. I do not know how to add them to my loop library so if anybody knows how to add them I would greatly appreciate any advice. Also, when I installed logic express, my garageband loop library disappeared; is this just because all the loops were converted to a new format for logic to use?

    Simply drag & drop your Voices Jam Pack folder into the LE8 loops browser and they will be indexed and added to the library. See page 644 in the manual for more information.
    Re: GarageBand loops, you can check your HD/Library/Audio and your ~/Libray/Audio for all your Apple loops to make sure you still have your GB loops in either .aif or .caf formats. I still have both versions on my iMac, but if I remember correctly, when I installed LE8 I created a new folder for Apple loops in order to preserve my originals. Once you find your GB loops, try dragging & dropping them into GB's loop browser. If their format was changed perhaps GB just needs you to point to them.

  • How to edit movie clip in fla library?

    I'm attempting to edit some fla files that have embedded
    movie clips. I can't figure out how to edit the movie clip files in
    the library. I tried exporting the file to SWC file but can't edit
    that.
    Can anyone tell me how this is done? Do I need seperate
    source fla files that maybe I don't have for the movie clip files?
    Thanks in advance for any suggestions.

    Thanks for your reply. That's what I would normally do but I
    think the original programmers of this site did every thing they
    possibly could to make it difficult for a non-expert to edit. I've
    edited many flash sites but this one is ridiculous.
    I just can't find all the images that make up the movie clip
    to edit. I've looked through every layer and double clicked on
    everything. I've ran out of ideas.
    If anyone wants a challenge I'd be happy to send you the .fla
    file just to see what I'm talking about. You can't edit
    anything.

  • How to edit the job name in SM37

    Hi All,
    I have job in SM37 with the mane ZBI_PROCESSING and the Job in Release status. Now I want to change the Job Name to Z_PROCESSING_SS. Please let me know how to edit the Job Name.
    Regards,
    Ravi

    Hi Ravi,
    In SM37 when you have the list of all jobs, right-clic on the job you want to rename, copy, enter the new name.
    Then you can delete the first job. The copied one will then be executed.
    Regards,
    Fred

Maybe you are looking for