Loops and building a library

I am a college student in songwriting and music technology. I am working in both Protools and Logic and I find Logic best for writing and Protools best for editing. I want to build even a larger loop library than what is available in Logic Pro 9. I have noticed that I can buy loops a la carte or large packages of loops and save ( Loopmasters.com has a producer package for $694) . I am concerned about format and the ability to manipulate these loops. Midi vs. audio files. Can anyone give me advice for the best way to approach building this massive library of loops?

If you choose to buy loops formatted for the Apple brand (Apple Loops) these audio files are optimized for the use of Logic Pro. So beat matching , tempo and Key changes will work as expected. If you have purchase the Logic Studio Box version, you will find an Apple Loop creating program in your Utility Folder. With it you can start to make your own Apple Loops from any file. And Logic can read rex files that time stretch well and broadcast wave files that contains data for tempo matching and so on. Also when using non apple loops in your project you can right click on the loop, follow the menu to export and create loops in your Apple Loops Browser as well.

Similar Messages

  • Help in loop and at new

    Hallow I have a program that call to smart form. The user have to put course number and employee number and  the program check if the student pass the course send sf and if don’t  send other sf .my problem is when the user put just course number in, other words he wont to print sf of all the student that do some course , I don’t now how to call to smart form in loop because all the time I have a new student and the program have to check if the student pass the course or not and send sf accordingly.
    I heard about at new but I don’t now how to use it or if its fitting my need .
    regards
    IF pernr IS INITIAL .
    *--For-Empty-Pernr--
      SELECT objid_e 
      FROM yhr_score_page
      INTO wa_score_tab-objid_e
      WHERE objid_e IN c_course.
        IF sy-subrc = 0.
          APPEND wa_score_tab TO score_tab.
          CLEAR wa_score_tab.
        ENDIF.
      ENDSELECT.
    ELSE.
      SELECT objid_e 
        FROM yhr_score_page
        INTO wa_score_tab-objid_e
        WHERE objid_e IN c_course
        AND objid_p = pernr.
        IF sy-subrc = 0.
          APPEND wa_score_tab TO score_tab.
          CLEAR wa_score_tab.
        ENDIF.
      ENDSELECT.
    ENDIF.
    This is  the call fo the smart form
    IF sum_n GE passed_nuric. " if student pass course use first function
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname               = 'YHR_SCORE_SMART_FORM_PASS'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
       IMPORTING
         fm_name                  = /1bcdwb/sf00000005
    EXCEPTIONS
      NO_FORM                  = 1
      NO_FUNCTION_MODULE       = 2
      OTHERS                   = 3
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION '/1BCDWB/SF00000005'
        EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
      CONTROL_PARAMETERS         =
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
      OUTPUT_OPTIONS             =
      USER_SETTINGS              = 'X'
          score_tab2                 = wa_score_tab2
          sum_all                    = sum_all
          sum_n                      = sum_n
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
        TABLES
          score_tab                  = score_tab
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *--dont pass--
    ELSE.
      READ TABLE score_tab INDEX 1 INTO wa_score_tab.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname               = 'YHR_SCORE_SMART_FORM'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
       IMPORTING
         fm_name                  = /1bcdwb/sf00000002
    EXCEPTIONS
      NO_FORM                  = 1
      NO_FUNCTION_MODULE       = 2
      OTHERS                   = 3
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION '/1BCDWB/SF00000002'
        EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
      CONTROL_PARAMETERS         =
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
      OUTPUT_OPTIONS             =
      USER_SETTINGS              = 'X'
          score_tab                  = wa_score_tab
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

    LOOP AT itab.
    AT NEW stud.
      perform xxxx.
    ENDAT.
    ENDLOOP.
    Refer SF
    Refer this link for Smartforms
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d937ec90-0201-0010-0ca8-b6cb3b6dd1ef
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b590fd97-0301-0010-db90-d09ff93cee5a
    Subroutine in smartform
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    Style and mailing the Smartform output
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
    Table,Template,Loop and Command in Smartform
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985

  • Why won't my audio loops and MIDI loops sync together in a project?

    I have a number of guitar riffs in a project that I've been making into loops, as I wish to use these as ideas which I arrange in a new project. I've been saving the edited regions of the riffs by going to Region>Add To Apple Loops Library> and saving it as a loop, which is supposed to conform to tempo as stated. These are a blue icon with a little soundwave icon in it.
    I have been doing the same with drum loops that I have created using the piano roll. These have a green icon with a note inside it.
    I want to use these to create arrangements in a new file. Obviously I need them both to conform to various tempos together.
    Why are my guitar riff loops comforming to my global tempo track, but as soon as I add a drum loop and change the tempo, the drum loop will conform but not the guitar.
    I've also tried exporting each of the guitar riff (regions) as audio files because I read something in the manual about the audio files needing to be saved in as SDII to conform to tempo, but that doesn't work either.
    What's the deal?

    I'm no guru, I'm a neophyte, but I'm interested in the problem anyway.
    "I have a number of guitar riffs in a project that I've been making into loops... I've been saving the edited regions of the riffs by going to Region>Add..."
    I assume all of these regions are audio regions. Do they all have an anchor assigned to whatever you consider the downbeat?
    "I've also tried exporting each of the guitar riff (regions) as audio files..."
    Once imported anew, again, is there an anchor indicated. I think that may be key.
    You say that sometimes they work? What have you changed when they do? The tempo?
    -- Gerry

  • Loops and Arrays help

    Hi,
    I'm a freshman in college and new to java. I am completely lost and really need help with a current assignment. Here are the instructions given by my teacher...
    Building on provided code:
    Loops and Arrays
    Tracking Sales
    Files Main.java and Sales.java contain a Java application that prompts for and reads in the sales for each of 5 salespeople in a company. Files Main.java and Sales.java can be found here http://www.ecst.csuchico.edu/~amk/foo/csci111/labs/lab6N/Main.java
    and here http://www.ecst.csuchico.edu/~amk/foo/csci111/labs/lab6N/Sales.java It then prints out the id and amount of sales for each salesperson and the total sales. Study the code, then compile and run the program to see how it works. Now modify the program as follows:
    1. (1 pts) Compute and print the average sale. (You can compute this directly from the total; no new loop is necessary.)
    2. (2 pts) Find and print the maximum sale. Print both the id of the salesperson with the max sale and the amount of the sale, e.g., "Salesperson 3 had the highest sale with $4500." Note that you don't necessarily need another loop for this; you can get it in the same loop where the values are read and the sum is computed.
    3. (2 pts) Do the same for the minimum sale.
    4. (6 pts) After the list, sum, average, max and min have been printed, ask the user to enter a value. Then print the id of each salesperson who exceeded that amount, and the amount of their sales. Also print the total number of salespeople whose sales exceeded the value entered.
    5. (2 pts) The salespeople are objecting to having an id of 0-no one wants that designation. Modify your program so that the ids run from 1-5 instead of 0-4. Do not modify the array-just make the information for salesperson 1 reside in array location 0, and so on.
    6. (8 pts) Instead of always reading in 5 sales amounts, allow the user to provide the number of sales people and then create an array that is just the right size. The program can then proceed as before. You should do this two ways:
    1. at the beginning ask the user (via a prompt) for the number of sales people and then create the new array
    2. you should also allow the user to input this as a program argument (which indicates a new Constructor and hence changes to both Main and Sales). You may want to see some notes.
    7. (4 pts) Create javadocs and an object model for the lab
    You should organize your code so that it is easily readable and provides appropriate methods for appropriate tasks. Generally, variables should have local (method) scope if not needed by multiple methods. If many methods need a variable, it should be an Instance Variable so you do not have to pass it around to methods.
    You must create the working application and a web page to provide the applications information (i.e., a page with links to the source code, the javadoc and an object model) to get full credit. You can use the example.html's from the last two labs to help you remember how to do this.
    I'm not asking for someone to do this assignment for me...I'm just hoping there is someone out there patient and kind enough to maybe give me a step by step of what to do or how to get started, because I am completely lost from the beginning of #1 in the instructions.
    Any help would be much appreciated! Thank you!
    Message was edited by:
    Scott_010
    Message was edited by:
    Scott_010

    First ask the person who gave this asignment as to why do you require two classes for this , you can have only the Sales.java class with main method in it . Anyways.
    Let Main.java have a main method which instanciates a public class Sales and calls a method named say readVal() in Sales class.
    In the readVal method of sales class define two arrays i.e ids and sales. Start prompting the user for inputting the id and sales and with user inputting values keep storing it in the respective arrays .. Limit this reading to just 5 i.e only 5 salesPerson.
    Once both the arrays are populated, call another method of Sales class which will be used for all computations and output passing both the arrays.
    In this new method say Compute() , read values from array and keep calculating total,average and whatever you want by adding steps in just this loop. You can do this in readval method too after reading the values but lets keep the calculation part seperate from input.
    You must create the working application and a web page to provide the applications information (i.e., a page with links to the source code, the javadoc and an object model) to get full credit. You can use the example.html's from the last two labs to help you remember how to do this. I think this is ur personal stuff , but if you want to use web page , you probably will require to use servlet to read values from the html form passed to the server.

  • TFS and Build Server 2013 with CNAME

    Hello Team
    As we have TFS 2013 with Update 3 on windows server 2012 and another windows server 2012 machine have build server installed. It is working well with machine name and build is running properly.
    Once i tried to change the machine with CNAME its not started and throwing error like below:
    Team Foundation Build Configuration
    Build Service endpoint cannot be configured with a host machine other than
    MACHINENAME.
    OK   
    I tried to disable loop-back, firewall rule already applied, DNS pointed to correct IP address, DNS Flush already done and also i tried to un-register and register to new one but getting same error. Unable to register with CNAME ? 
    BotheTFS 2013 and Build Server have version
    TFS Build- 12.0.30723.0 (Tfs2013.Update3)
    TFS Server- 12.0.30723.0 (Tfs2013.Update3)
    Any help ... thanks in advance!!!
    Thanks Ranveer Katiyar

    Can someone assist me on this ? I am stuck and unable to configure CNAME to Build Server  and getting error
    Team Foundation Build Configuration
    Build Service endpoint cannot be configured with a host machine other than MACHINENAME.
    OK   
    Thanks Ranveer Katiyar

  • Soundtrack Pro preview loops and non-loops are cut-off

    I need help with this issue.
    When I am going through the loop library/libraries, I click in a loop and it used to preview without an error, I am not sure when this happen, but now if I click in any audio clip from the loops and mixes libraries (about 7500+) clips, .aif and .caf audio files, in the library, all I get is half a second if not any preview.
    When I open the clip, and press play, it seems to be choppy as well. it plays through but skips or pauses for a fraction of a second, but enough to know that it is not playing flawlessly.
    I am not sure if this happen after installing the last Pro update or the 10.5.4 update.
    I also have FCP and Motion, those applications seem to not have any issues.
    Is there a way to reset the whole STP?
    I am not sure all locations where the preferences are, I tried deleting all the libraries, and adding them later, that didn't work. I deleted the one preferences in my user preference folder, but that didn't do anything either.
    Any help would be appreciated.
    Thank you.

    You may need to rebuild the loops index.
    Open up Logic and display the Loops Browser
    Open up FInder and locate the folder containing the loops as you describe
    Drag the loops folders onto the Loops Browser
    That will rebuild the index and all should be well.
    Pete

  • How to deploy a single PBL (Build Runtime Library) in 64Bit

    Hello There,
    I am testing PB15 and create
    two Project Files within the application. One Projectfile to compile a 32Bit Version and the other one to deploy a 64Bit version in P-Code. We are delivering today Patches in a Patch Library at the top of the library list (we are aware for the dependencies and know how to avoid the “Wrong Function Call” issue).
    How can I create a Patch Library for 64Bit?
    Today we just recompile the Patch.PBL two times and rename Patch.PBL -> Patch.PBD. But that did not work with 64Bit Project because I can’t choose the desired Platform (I am guessing it is always compiles in 32Bit).
    There is an additional menu point “Build Runtime Library” which seems to have the settings / option similar to the Project settings. But there is the Platform the missing link either (see attached Picture).
    So how can I get a single PBL compiled in 64Bit without deploying the whole Project?
    BTW:
    Compilation of the Whole app takes about 6 hours and results in full XCOPY deployment
    of 730MB (in 64Bit), so we want wait that time or deliver so much files if a single
    Patch.pbd of 500KB would be sufficient.
    Regards
        Marco

    Hi Marco,
    You should try orcascript to build your patches.  It is much cleaner and faster.
    I setup a .dat file with the orcascript and then run it using a .bat file.
    this is my batch file command:  OrcaScr125 build.dat >buildlog.txt
    Note that the orcascr command is version specific.  I have NOT tried this yet with PB 15 32 or 64 bit.
    this is what the build.dat would have in it.  The liblist has to be your lib list, same with the main applicaiton info.
    NOTE:  i regen a function in the script in order to set a patch date that users can see.  Also, note that i copy the patch.pbl to a build directory, build it, then copy the .pbd to various locations.
    start session
    file copy "patch.pbl" "build\patch.pbl"
    set liblist "build\patch.pbl; ...."
    set application "C:\main.pbl" "app"
    regenerate "build\patch.pbl" "f_get_patch_date" "function"
    build library "build\patch.pbl"   "" pbd
    file copy "build\patch.pbd" "patch.pbd"
    file copy "patch.pbd" "..\patch.pbd"
    end session
    regards
    -mike

  • Index in LOOP and BRANCH in Business Connector

    Hello,
    i use the SAP Business Conector 4.7 and want to map a structure from incoming XML-File to BAPI_PO_CREATE1. I loop over /ORDER[0]/ORDER/ORDER_ITEM_LIST/ORDER_ITEM/ACCOUNTING_INFO/COST_CATEGORY_ID
    and  BRANCH over
    /ORDER[0]/ORDER/ORDER_ITEM_LIST/ORDER_ITEM/ACCOUNTING_INFO/COST_CATEGORY_ID/*body
    But ORDER_ITEM has an index 0,1,2,3 on so on. So it works only, if i BRANCH over
    /ORDER[0]/ORDER/ORDER_ITEM_LIST/ORDER_ITEM[0]/ACCOUNTING_INFO/COST_CATEGORY_ID/*body
    for every index. But the index could change with every file.
    How can i BRANCH over an index?
    Thanks,
    Daniel

    LOOP AT itab.
    AT NEW stud.
      perform xxxx.
    ENDAT.
    ENDLOOP.
    Refer SF
    Refer this link for Smartforms
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d937ec90-0201-0010-0ca8-b6cb3b6dd1ef
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b590fd97-0301-0010-db90-d09ff93cee5a
    Subroutine in smartform
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    Style and mailing the Smartform output
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
    Table,Template,Loop and Command in Smartform
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985

  • Producer consumer loop array building

    Hello,
    I am trying to build an array in the consumer loop of a queued vi. This is the first time I have tried to use a producer-consumer structure since class many months ago. Each element is queued and sent to the consumer loop, and in that loop I want to build an array of the elements before I save it to disk. For some unknown reason I am having trouble accomplishing this. Usually I throw this stuff into a for loop, but here it isn't working.
    I am converting the random number to a string in the producer loop because when I build the real program I will be using strings.
    What am I missing?
    Tay
    Attachments:
    Loop test.vi ‏35 KB

    Just built your array in a shift register.
    (The error case is simply wired across.)
    Message Edited by altenbach on 05-16-2008 08:03 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    looptest.png ‏8 KB

  • [svn:fx-trunk] 12087: Dev only. Checking in Flash Builder 4 " Library Projects" for building Flex SDK SWCs in trunk.

    Revision: 12087
    Revision: 12087
    Author:   [email protected]
    Date:     2009-11-21 20:56:09 -0800 (Sat, 21 Nov 2009)
    Log Message:
    Dev only. Checking in Flash Builder 4 "Library Projects" for building Flex SDK SWCs in trunk. These projects are easier to import and do not require linked resource variables to be specified.
    Note: although the trunk does not build textLayout.swc, there appears to be a legitimate compiler error in FlowGroupElement.as as a cast is missing. I'll follow up with TLF.
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: N/A
    Tests run: N/A
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/airframework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airframework/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airframework/.project
        flex/sdk/trunk/frameworks/projects/airframework/.settings/
        flex/sdk/trunk/frameworks/projects/airframework/.settings/org.eclipse.core.resources.pref s
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airspark/.project
        flex/sdk/trunk/frameworks/projects/airspark/.settings/
        flex/sdk/trunk/frameworks/projects/airspark/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/flex/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/flex/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/flex/.project
        flex/sdk/trunk/frameworks/projects/flex/.settings/
        flex/sdk/trunk/frameworks/projects/flex/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/framework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/framework/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/framework/.project
        flex/sdk/trunk/frameworks/projects/framework/.settings/
        flex/sdk/trunk/frameworks/projects/framework/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/halo/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/halo/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/halo/.project
        flex/sdk/trunk/frameworks/projects/halo/.settings/
        flex/sdk/trunk/frameworks/projects/halo/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/osmf/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/osmf/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/osmf/.project
        flex/sdk/trunk/frameworks/projects/osmf/.settings/
        flex/sdk/trunk/frameworks/projects/osmf/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/rpc/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/rpc/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/rpc/.project
        flex/sdk/trunk/frameworks/projects/rpc/.settings/
        flex/sdk/trunk/frameworks/projects/rpc/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/spark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/spark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/spark/.project
        flex/sdk/trunk/frameworks/projects/spark/.settings/
        flex/sdk/trunk/frameworks/projects/spark/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/sparkskins/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.project
        flex/sdk/trunk/frameworks/projects/sparkskins/.settings/
        flex/sdk/trunk/frameworks/projects/sparkskins/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/textLayout/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/textLayout/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/textLayout/.project
        flex/sdk/trunk/frameworks/projects/textLayout/.settings/
        flex/sdk/trunk/frameworks/projects/textLayout/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/wireframe/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.project
        flex/sdk/trunk/frameworks/projects/wireframe/.settings/
        flex/sdk/trunk/frameworks/projects/wireframe/.settings/org.eclipse.core.resources.prefs

    Status Update - don't know if this is a bug, design flaw, install problem or my misunderstanding.
    I got it to work by first changing my Flex library to 4.5.0 - still didn't work with current
    app and update mxml files using "2.6" for their namespace versions. But I did at least
    get the popup error number 16815 - indicating an error in the update version namespace.
    By leaving my application namespace version at "2.6" and changing the update version to "2.5" ... bingo!
    I got my new update installed autiomatically.
    Is this how it's supposed to work - or are my runtimes mixed up?
    Will this work the same using the Flex 4.5.1 SDK? I'll find out shortly
    Hope this helps others.

  • Can't access loops and samples

    Hi,
    I have posted this on the regular SoundTrack discussion list and have not received an answer.I am not really sure which list this belongs on since it is SoundTrack Academic. Here's the issue: My computer is shared. I am the administrator and can access SoundTrack and all its features. Other users who are not administrators can not access the loops and samples. I did create another admin account and that account also can not access the loops and samples. How can I make the loops and samples available to who ever uses this computer? Thanks.

    Logged in on one of the other accounts, open STP and under the Search tab, click the Setup... button at the top right. See if you can browse to the folder where the files are located (probably something like: /Library/Audio/Apple Loops/Apple Loops for Soundtrack Pro, and /Library/Audio/Apple Loops/Apple/Apple Loops for GarageBand). If so, just add that/those folder(s) to the Folders Indexed list.
    Try that, then report back.
    tim

  • My iPhoto starts up and freezes.  I have tried rebuilding and using iPhoto Library Manager.  I have an iMac running 10.7.3.  It was working before recent updates by Apple.  How can I troubleshoot?

    My iPhoto starts up and freezes.  I have tried rebuilding and using iPhoto Library Manager.  I have an iMac running 10.7.3.  It was working before recent updates by Apple.  How can I troubleshoot?

    Thank you.  Might be a bit more than 50 but close.
    Date/Time:       2012-04-09 12:46:07 -0400
    OS Version:      10.7.3 (Build 11D50d)
    Architecture:    x86_64
    Report Version:  9
    Command:         iPhoto
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Version:         8.1.2 (8.1.2)
    Build Version:   8
    Project Name:    iPhotoProject
    Source Version:  4240000
    Parent:          launchd [142]
    PID:             980
    Event:           hang
    Duration:        1.81s
    Steps:           19 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         iPhoto [980]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Architecture:    i386
    UID:             502
      Thread 0x50630    
      User stack:
        19 ??? (in iPhoto) [0x3172]
          19 ??? (in iPhoto) [0x124b80]
            19 NSApplicationMain + 1054 (in AppKit) [0x9c5eb261]
              19 -[NSApplication run] + 911 (in AppKit) [0x9c357675]
                19 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 (in AppKit) [0x9c35b306]
                  19 _DPSNextEvent + 678 (in AppKit) [0x9c35ba9c]
                    19 BlockUntilNextEventMatchingListInMode + 88 (in HIToolbox) [0x90129356]
                      19 ReceiveNextEventCommon + 381 (in HIToolbox) [0x901294e7]
                        19 RunCurrentEventLoopInMode + 318 (in HIToolbox) [0x9012217f]
                          19 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x99dce328]
                            19 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x99dce47c]
                              19 __CFRunLoopRun + 1112 (in CoreFoundation) [0x99dcec68]
                                19 __CFRunLoopDoSources0 + 246 (in CoreFoundation) [0x99da4d96]
                                  19 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15 (in CoreFoundation) [0x99da53df]
                                    19 __NSThreadPerformPerform + 503 (in Foundation) [0x9ac96e40]
                                      19 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x99e2dde1]
                                        19 ??? (in iPhoto) [0x50792e]
                                          19 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92 (in Foundation) [0x9ac45012]
                                            19 _CFXNotificationPost + 2776 (in CoreFoundation) [0x99de3a38]
                                              19 ___CFXNotificationPost_block_invoke_1 + 275 (in CoreFoundation) [0x99e18cb3]
                                                19 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49 (in Foundation) [0x9ac59e25]
                                                  19 ??? (in iPhoto) [0x5c2a86]
                                                    19 -[NSLock lock] + 185 (in Foundation) [0x9ac4c826]
                                                      19 __psynch_mutexwait + 10 (in libsystem_kernel.dylib) [0x93b74876]
      Kernel stack:
        19 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          19 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            19 psynch_mutexwait + 1403 (in mach_kernel) [0xffffff80005a043b]
              19 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                19 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  19 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    19 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]

  • Syncing issues, iPhoto won't build new library

    I have two macs - an eMac and an iBook G$. Both are running iPhoto 5.0.4. but I wanted to sync the photo libraries. I made a folder on the desktop of the eMac called "iPhoto Library - New" and dragged the contents of the iBook library over to it. Once it was complete, I dragged this folder into the pictures album next to the original iPhoto Library. Since I couldn't remember the short cut for choosing a new library, I renamed the old one knowing that iPhoto would prompt me to select a library when I opened it. I launched iPhoto and went to select the new library but it won't select it. I read through the old posts and wanted to rebuild the library but it won't allow me to do that - it asks me to select one first. Since it won't let me select neither the new library nor the old library, I thought I would build a new library then import the photos into it as on http://discussions.apple.com/thread.jspa?threadID=550004&tstart=0
    but now it won't let me build a new library either. When I click build new library, the window disappears like it is going to do something but nothing happens, the program stalls with most of the menu selections grayed out.
    What I really want to do is get my laptop pics into the desktop comp. I don't care about the keywords but I do want to keep the dates and both the original and edited versions of the photos intact (so I can still revert to original if necessary). Any suggestions on what I need to do from this point? Thanks in advance for any assistance.

    I knew there was no reason why it shouldn't have worked the first time! I restarted my mac, opened iPhoto, and was able to select the imported Library as my default. Thanks anyhow!

  • Since my IPOD Touch upgraded to IOS 8.1.2 it will not play well with my 2013 Charger's UConnect entertainment system. It will not build a library so I can not Browse or Shuffle. The only thing Is there a fix for UConnect issue?

    Since my IPOD Touch upgraded to IOS 8.1.2 it will not play well with my 2013 Charger's UConnect entertainment system. It will not build a library so I can not Browse or Shuffle. The only thing it does is list all the songs alphabetically when connected via USB.

    - Contact the manufacturer/go to their support site.
    - Sometimes this works
    - 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.
    To delete all music go to Settings>General>Usage>Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - 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: Back up and restore your iOS device with iCloud or iTunes      
    - Restore to factory settings/new iOS device.                       
    Sometimes and ISO update breaks compatibioity and a firmware update the the dock is required or an iOS update is required.
    Downgrading the iOS is not supported by Apple.

  • Does SharePoint BI 2013 have something similar to "loop and reduce" present in QlikView?

    I am using Power Pivot as backend and SPBI 2013 as frontend to build a dashboard. I want to know if there is something similar to "loop and reduce" of QlikView, present in SharePoint BI.

    Don't know Qlikview as is probably true for more readers of your question, so it's better if you also explain what functionality you need exactly.
    I found that QV Loop & Reduce is about parameterized intra-document access:
    "QLikView publisher uses the loop and reduce to create multiple documents based on your reduce field. And then when end user access a particular document, based on section access he will see what he is allowed to see."
    Ootb, SharePoint doesn't have that, although you can use rights management server (RMS) and combine it with SharePoint. I expect this will cost you some effort to customize it to your liking.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

Maybe you are looking for

  • How do I move my wife's songs from her account to my account?

    I got married recently and am trying to take my wifes music and move it to my account.  Then we will just use my account going forward... how do you do this? I have a 250 gig portable hard drive.  Is it as easy as dragging her music over to the hard

  • I can't copy and paste anymore after installing 64bit software on 32bit system

    I've installed an trial version of Adobe Indesign on my MacBook pro (Max OS X 10.5.8). I noticed that the programm could not be installed because it is an 64 bit version. Sadly I allready installed it and now I have a lot of problems. I can't copy an

  • Can iPhone 3GS support an external (dual) monitor?

    Hey there, I just got the iPhone 3GS. Is there any way to hookup my iPhone to an external monitor or TV? I know that I could purchase AV cables that could allow me to view movies and pictures, but it wasn't clear whether I could use it for other appl

  • Duplicates appearing in my main Photos library after sharing an album

    I shared a couple of albums since "upgrading" to Photos, and now almost all shared pictures are duplicated in my main Photos menu. The get info menu shows two diferences. The size of the file and .JPEG (all caps) versus .jpg (small caps). Anyone else

  • Header Missing in Hyperion Workspace

    Hello, I am having a problem with the header of my report in Hyperion Workspace. When I do a preview is designer the header appears with no problems, however, when I run the report in Workspace the header does not appear. Any suggestions?