SOLUTION - Re-Index Loops when "Index Now" button is broken

This message is for anyone having trouble with Soundtrack's loop indexing in the following way:
PROBLEM:
... You want to re-index some loops, or
... You want to de-index some loops, or
... Some loops are showing up red
AND...
... You cannot re-index from the "Setup..." button in the Search palette (the minus button and/or "Index Now" buttons are grayed out for some unknown reason)
*HERE IS THE POSSIBLE SOLUTION:*
... Delete all files from the following folders:
Library/Preferences/Soundtrack/
Library/Audio/Apple Loops Index/
... Now restart Soundtrack, and click "Setup...". All the indexed directories should be gone.
... You'll have to re-add and re-index your whole library. This may also affect GarageBand and/or Logic, and require re-indexing in them as well.
*If you're still having trouble...* there may be some more index files floating around your system. Open Spotlight and set "System Files are Included" and "File Name" in the search options and search for "search index". This should show you where any remaining Apple Loop search index files are located, so you can delete them. They will be named stuff like "Search Index E44B5969-5E4A-4E27-A3C2-E5861C5D1FB8.txt".
Hope this helps anyone else out there. It worked for me with Soundtrack 1.1 when my loops were all messed up.

Well, to add metadata and transients to sound clips you need to edit them in Apple Loop Utility which is included with Final Cut Studio.
To add custom loops to your permanent library you need to make a new folder like "My Loops" and put it somewhere permanent like in Library/Audio/Apple Loops and then index it with Soundtrack/GarageBand/Logic. Soundtrack uses the "Setup..." list and GarageBand you can just drag and drop into the loop browser. Not sure about Logic but it should be something similar.
If you wanted to edit the index files manually from the Finder, they are in some weird format and I don't think it's possible.

Similar Messages

  • There is a infinity loop when the 'Accept' button is hit in the Terms of Use of the Icloud in the Apple TV.

    There is a infinity loop when the 'Accept' button is hit in the Terms of Use of the Icloud in the Apple TV. Does anybody know how to solve it?

    My region is set to Australia (which is correct) Still getting the loop when trying to accept iCloud terms and condition son apple tv.

  • What to do when Clear Now button stops working - it no longer clears cache?

    After browsing, I would, most times, clear cache by going to options and then pressing the Clear Now button. This always worked before. But, today it won't do anything.
    Are there other ways to clear cache or to delete temporary internet files and clear any data or passwords posted to gain entry to certain websites? - matt

    Saxman,
    I think their parachute effort was System Preferences > Bluetooth > Advanced... > "Open Bluetooth Setup Assistant at startup when no input device is present". In your case the keyboard was there so it probably didn't open. Now that you have a mouse and trackpad, you should have at least one of them connect, so that's a bit of insurance.
    I would also add those devices to bluetooth favorites located under the gear icon below the list. Select "show more information" if you don't see the favorites selection.
    Regards,
    Captfred

  • HT1212 How do you reset when your top button is broken

    my top button is broken and i want to reset it becase it is disabled and i cant connect to itunes

    You cannot. The sleep/wake button is essential to this operation. You can try letting the battery run out on the device and see if it will restart once you connect it to the charger. If it does, then you can try the support document again that you linked to the forum with.

  • How do i turn my iphone on when the lock button is broken and it wont turn on after being plugged in

    my phone will not turn on after being plugged in and my lock button is broken!!! Please help.

    Sorry, there is no other way to turn your phone on. Make an appointment at an Apple store or go to a third-party repair shop. Be aware, if a third-party touches your phone, you forfeit the right to an out of warranty replacement from Apple.

  • HT1212 How can I reset my iPod Touch 3 gen. to factory settings when my home button is broken and I'm locked out?

    My home button broke awhile ago so I've just been using the assist thing ( I forget the name:P) and I got locked out a few days ago and now I can't do the hold down the sleep/wake button after disconnecting your device from the charger and hold onto the home button blah blah blah. Anyways, I have no idea what to do so if any of you could help I would be so thankful (also I tried erasing it using iCloud online and it said to erase it had to be connected to Wifi and well, I can't do that unless I can unlock my iPod and yeah..)

    Use this program to place the iPod in recovery mode and then restore via iTunes
    RecBoot: Easy Way to Put iPhone into Recovery Mode

  • What does Apple do for you when your lock button is broken?

    Do they replace it for free or can they fix it?

    If still under the 1 year warranty and found to be a manufacturing defect, they will replace the phone for free.

  • Stopping labview loop when terminating teststand

    Hi,
    If I have a labview step which is called from teststand, which is in a loop, what property can I query (or does one exist), where I can conditionally exit my labview loop when the "terminate" button is pushed in teststand?  I see there are "termination monitor" tools in the teststand palatte in labview, but the "terminating" boolean does not go true when I initiate the terminate in teststand.  I have a simple test vi set up to test it, does not seem to function this way. 
    Thanks
    David J.
    Solved!
    Go to Solution.

    David
    see attached example with TS 2010 and LV 2011. It shows how to use Termination Monitor and how to use LV modules to close asynchronuously running VIs.
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.
    Attachments:
    TerminationMonitor.zip ‏21 KB

  • Iteration Speed issue when Indexing 3D array wried to a while-loop

    Brief Description of my Program:
    I am working on the real-time signal generation by using LabView and DAQmx (PCI-6110 card). My vi reads the big data file (typically 8MB txt file containing about 400,000 samples (complex double precision). Then, the signal is pre-processed and I end up with a huge 3D array to feed while-loop (typically 3D array dimension is N x 7 x M where N & M >> 7). Inside the loop, that 3D array is indexed and processed before the results are written to the DAQmx outputs. I have a speed issue when indexing the large 3D array (i.e, 3D array having a large sub-array size). My while-loop could not run fast enough to top-up the DAQmx AO buffer (at the output rate of 96kHz). It could run faster only if I use smaller 3D array (i.e, smaller-sized sub-arrays). I do not quite understand why the size of 3D sub-array affects the rate of looping although I am indexing same sub-array size at each iteration. I really appreciate your comments, advices and helps.
    I include my 3D array format as a picture below.
    Question on LabView:
    How does indexing an 3D array which wires to the while-loop affect the speed of the loop iteration? I found that large dimension of sub-arrays in the 3D array slows down the iteration speed by comparing to indexing the same size of sub-array from smaller-sized sub-arrays of the 3D array to perform signal processing inside the while-loop. Why? Is there any other way of designing LabView Program to improve speed of iteration?
    attachment:

    Thank you all for your prompt replies and your interests. I am sorry about my attachment. But, I have now attached a jpg format image file as you suggested.
    I had read the few papers on large data handling such as "LabVIEW Performance and Memory Management". Thus, I had already tried to avoid making unnecessary copies of data and growing arrays in my while-loop. I am not an expert on LabView, so I am not sure if the issues I have are just LabView fundamental limitations or there are any other ways to improve the iteration speed without reducing the input file size and DAQ output rate.
    As you request, I also attach my top-level vi showing essential sections such as while-loop and its indexing. The attached file is as an image jpg format because the actual vi including Sub-VIs are as big as 3MB in total. I hope my attachment would be useful for anyone who would like to reply my question. If anyone would like to see my whole vi & llb files, I would be interesting to send it to you by an e-mail privately and thus please provide your e-mail address.
    The dimension of my 3D array is N x 7 x M (Page x Row x Column), where N represents number of pages in 3D array, and M represents the size of 1D array.  The file I am currently using forms 3D array of N = 28, & M = 10,731.  Refering to the top-level vi picture I attached, my while-loop indexes each page per iteration and wrap-around.  The sub-VI called "channel" inside the while-loop will further index its input (2D array) into seven of 1D arrays for other signal processsing.  The output from that "channel" sub-VI is the superposition of those seven arrays.  I hope my explaination is clear. 
    Attachement: 3Darray.jpg and MyVi.jpg
    Kind Regards,
    Shein
    Attachments:
    3Darray.jpg ‏30 KB
    MyVI.jpg ‏87 KB

  • Mdworker memory leak when indexing m4a files?

    Hello!
    I just upgraded to ML from SL and I really like it so far. In fact I have only one problem that I can't seem to find any solution to and I'm almost certain it's probably a bug. But I also can't really find any other information anywhere which seems strange if it was a real bug.
    Anyway, the problem is with spotlight. After I installed a clean copy of ML it did it's first indexing with no problems. Then I started copying data from my Time Machine backup and all was well until I reached my iTunes library. At this point my mac almost froze, I could barely move the mouse or issue any command. I had a Terminal window open so I could force a reboot without forcing a shutdown.
    I started investigating and as far as I can tell indexing has no problems with any file except m4a files. Normally during indexing both CPU and mem increase slightly for a brief period and then go back down. When indexing an m4a file (seen on the Open Files tab in Activity Monitor) one mdworker almost immediately eats all free memory (around 3GB usually) and then the kernel starts paging GB of data for around 30 min per file during which the OS is almost frozen. Then this mdworker disappears, mds takes over for a while until another mdworker appears and repeats the cycle.
    This wouldn't be a problem except my iTunes library is pretty large and it would take a looooong time to index everything. For now I simply added my library to the privacy tab in Spotlight which solved the problem until I tried to do a Time Machine backup that seems to use Spotlight in some fashion and this triggers indexing again.
    In the mean time system.log is full of messages like these:
    Aug 28 22:27:44 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10130]): Exited: Killed: 9
    Aug 28 22:27:44 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10130 [SleepServicesD]
    Aug 28 22:27:56 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10131]): Exited: Killed: 9
    Aug 28 22:27:57 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10131 [SleepServicesD]
    Aug 28 22:28:10 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10132]): Exited: Killed: 9
    Aug 28 22:28:11 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10132 [SleepServicesD]
    Aug 28 22:28:24 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10133]): Exited: Killed: 9
    Aug 28 22:28:25 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10133 [SleepServicesD]
    Aug 28 22:28:36 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10135]): Exited: Killed: 9
    Aug 28 22:28:37 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10135 [SleepServicesD]
    Aug 28 22:28:49 macbookpro kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    Aug 28 22:28:49 macbookpro kernel[0]: (default pager): [KERNEL]: ps_vstruct_transfer_from_segment - ABORTED
    Aug 28 22:28:49 macbookpro kernel[0]: macx_swapoff FAILED - 35
    Aug 28 22:29:04 macbookpro WindowServer[82]: CGXDisableUpdate: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    Aug 28 22:29:04 macbookpro WindowServer[82]: reenable_update_for_connection: UI updates were finally reenabled by application "Finder" after 9.48 seconds (server forcibly re-enabled them after 9.29 seconds)
    Aug 28 22:29:07 macbookpro kernel[0]: macx_swapon SUCCESS
    Aug 28 22:29:18 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10136]): Exited: Killed: 9
    Aug 28 22:29:18 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10136 [SleepServicesD]
    Aug 28 22:29:40 macbookpro kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    Aug 28 22:29:40 macbookpro kernel[0]: macx_swapoff SUCCESS
    Aug 28 22:29:50 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10139]): Exited: Killed: 9
    Aug 28 22:29:51 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10139 [SleepServicesD]
    Aug 28 22:30:09 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10140]): Exited: Killed: 9
    Aug 28 22:30:09 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10140 [SleepServicesD]
    Aug 28 22:30:13 macbookpro kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    Aug 28 22:30:11 macbookpro netbiosd[81]: name servers down?
    Aug 28 22:30:13 macbookpro WindowServer[82]: CGXDisableUpdate: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    Aug 28 22:30:25 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10141]): Exited: Killed: 9
    Aug 28 22:30:25 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10141 [SleepServicesD]
    Aug 28 22:30:39 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10144]): Exited: Killed: 9
    Aug 28 22:30:39 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10144 [SleepServicesD]
    Aug 28 22:30:51 macbookpro WindowServer[82]: disable_update_likely_unbalanced: UI updates still disabled by application "Finder" after 41.72 seconds (server forcibly re-enabled them after 1.22 seconds). Likely an unbalanced disableUpdate call.
    Aug 28 22:30:52 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10146]): Exited: Killed: 9
    Aug 28 22:30:52 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10146 [SleepServicesD]
    Aug 28 22:31:06 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10147]): Exited: Killed: 9
    Aug 28 22:31:07 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10147 [SleepServicesD]
    Aug 28 22:31:20 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10148]): Exited: Killed: 9
    Aug 28 22:31:21 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10148 [SleepServicesD]
    Aug 28 22:31:26 macbookpro WindowServer[82]: reenable_update_for_connection: UI updates were finally reenabled by application "Finder" after 76.64 seconds (server forcibly re-enabled them after 1.22 seconds)
    Aug 28 22:31:29 macbookpro com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[10150]): Exited: Killed: 9
    Aug 28 22:31:30 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10150 [cfprefsd]
    Aug 28 22:31:30 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10149 [cfprefsd]
    Aug 28 22:31:31 macbookpro com.apple.launchd.peruser.501[133] (com.apple.cfprefsd.xpc.agent[10149]): Exited: Killed: 9
    Aug 28 22:31:34 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10151]): Exited: Killed: 9
    Aug 28 22:31:35 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10151 [SleepServicesD]
    Aug 28 22:31:46 macbookpro com.apple.launchd[1] (com.apple.sleepservicesd[10154]): Exited: Killed: 9
    Aug 28 22:31:47 macbookpro kernel[0]: memorystatus_thread: idle exiting pid 10154 [SleepServicesD]
    Aug 28 22:31:53 macbookpro mdworker[10116]: (Normal) Import: Spotlight giving up on importing file after 304.275 seconds, (300.442 seconds in Spotlight importer plugin) - diagnostic:0 - find suspect file using: sudo mdutil -t 817999
    Any ideas or just wait until 10.8.2?

    I have this problem too, exactly same thing but on a fresh install. Copied over my music from a time machine backup and suddenly machine is no longer usable, Activity Monitor shows mdworker using >3GB of real memory. I force quit the process and it just starts again a few seconds later.
    I added Music to my privacy list in the Spotlight system preferences and it's indexing fine now.
    BTW - bug reported to Apple. For others with this problem, let Apple know about it: http://www.apple.com/feedback/macosx.html

  • LabView Hangs and Shuts Down When Indexing

    Hello all,
    Something very strange is happening.  Below is the part of the VI having problem.  The VI runs and saves normally when it is like what it is below.  But when I right click on that square on the loop to change to "enable indexing" and save, labview crashes.  I am trying to collect the data and eventually write to a file, but labview won't let me index. 

    Hi Bladhart,
    now you gave us just one more information: It's LV-RT... Do you mind to name the version too?
    Can you reproduce the problem when replacing the subvis by a simple "random" function or using a cluster constant?
    You always should give as much information as possible when asking for help!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Logic taking eternity to re-index loops!

    Hi, I just moved some files from my system HD to an external drive to save space.
    When I dropped them to the Loop Browser to reindexing on this new location it take several hours to do that. Like the whole night!
    The Progress bar don't show the current position.
    What I'm doing wrong?

    Eriksimon wrote:
    Wrong! Spotlight is not involved in making the Loop Index for the Loop Browser. Proof: I just turned OFF spotlight and reindexed 12 gig of loops in under 3 minutes after that.
    The the OP: Have you really deleted ALL index files? Especially this one
    YourHD/Users/'you'/Library/Audio
    Try to reindex one folder at a time.
    Also: What happens if you drag just one loop (from the external) to the index?
    Is other data traffic between the external and your machine ok?
    Let me know,
    regards, Erik.
    Message was repeatedly edited by: Eriksimon
    Hi Erik Sorry for taking too long for reply, had weekend concerts and got to be away from my Mac.
    When I drag one file to the Loop browser it is copied to the system folder and gets properly indexed.
    When I try to drag one folder, no luck!
    Yes, I'm sure I deleted all index files from the system HD.
    I read on other forum that when you are using a laptop you must have all your files on the system Hard drive. Is this right?
    How can I turn off Spotlight?
    best
    Depalm

  • When i upload my site via ftp to 3rd party hosting i only get 'index of/' when looking at the webpag

    I have exported my site and even tested on adobe and everything looks ok.  For some reason when I export and uplaod via ftp to my 3rd party hosting and look at the site I just get the index of/  and a list of the pages and directories underneath

    Thanks for that.  Now sorted.  It was a problem on my hosting
    Ian
    cid:[email protected]
    cid:[email protected]<http://twitter.com/dieselthefrog>[cid:[email protected]][cid:[email protected]]<http://www.facebook.com/dieselfrog>[cid:[email protected]][cid:[email protected]]<http://uk.linkedin.com/pub/ian-royle/30/a20/928>
    From: Abhishek Maurya [email protected]
    Sent: 04 July 2012 23:02
    To: Ian
    Subject: when i upload my site via ftp to 3rd party hosting i only get 'index of/' when looking at the webpag
    Re: when i upload my site via ftp to 3rd party hosting i only get 'index of/' when looking at the webpag
    created by Abhishek Maurya<http://forums.adobe.com/people/Abhishek+Maurya> in Help with using Adobe Muse - View the full discussion<http://forums.adobe.com/message/4538835#4538835

  • How Context text search index synchronized when updating non index column?

    Hi,
    Please can any one guide me,
    I have update a column in a table which is not indexed in context index.
    After indexing i synchronize still iam not able to see updated column.
    if update index column in table its getting synchronize and i could see the updated columns in contains
    select statement.please give me a solution for this?

    Hi i have a table called customer and Phone relation ship will be customeriid in both tables
    In customer table i indexed comapnyname
    CREATE OR REPLACE PROCEDURE companycontactColumns_Search
    (p_rowid IN ROWID,
    p_clob IN OUT CLOB)
    AS
    M_clob CLOB;
    BEGIN
    FOR c1 IN (SELECT Customeriid,Companyname||' ' AS data
    FROM Customer
    WHERE ROWID = p_rowid) LOOP
    M_clob := M_clob || c1.data;
    FOR c2 IN
    (SELECT ' ' || PHONENUMBER || ' ' || Phonenumber AS data
    FROM Phone
    WHERE parentiid = c1.Customeriid)
    LOOP
    M_clob := M_clob || c2.data;
    END LOOP;
    END LOOP;
    p_clob := M_clob;
    END companycontactColumns_Search;
    Begin
    Ctx_DDL.create_preference('Companycontactsearch2','USER_DATASTORE');
    ctx_DDL.Set_Attribute('companycontactsearch2','Procedure','companycontactColumns_Search');
    end;
    create index customer_text_idx on Customer(companyname)
    indextype is ctxsys.context Parameters('datastore companycontactsearch2 Sync (on commit)');
    Hi if i update phonenumber in phone table its not getting refereshed please guide me.

  • What is the "No database index" means when you Creating Secondary Indexes?

    HI,
       I'm Creating Secondary Indexes in the maintenance screen of the table(se11)
       There are three options under "Non-unique Index":
       1.Index on all database systems
       2.For selected database systems
       3.No database index
    My questions is :
      What do u mean by "No Database Index" and when is it used.
      Can anybody plz tell me what's the difference of this three options ?
      Here is what i found in the help:
       No database index: The index is not created in the database. If you
       choose this option for an index that already exists in the database,
       it is deleted when you activate this option.

    Hi,
    It is clear from the help documentation,
    Here see what the help document says:
    Create the index in the database (selection)
    Whether an index improves or worsens performance often depends on the database system. You can therefore set whether an index defined in the ABAP Dictionary should be created in the database.
    This makes it easier to install a platform-specific customer system.
    You can set this option as follows:
    1. Index in all database systems: The index is always created in the database.
    2. In selected database systems: The index is created depending on the database system used. In this option, you must specify the databases in which the indexes are to be created. You can do this either on an inclusive (list of systems on which it should be created) or an exclusinve (list of systems on which it should not be created) basis. In either case, you can list up to four different database systems.
    3. No database index:: The index is not created in the database. If you set this option for an index that already exists in the database, it is deleted when you activate the table in the ABAP Dictionary.
    Note: Unique indexes have an extra function, and must therefore always be created in the database. The database system prevents entries or index fields being duplicated. Since programs may rely on this database function, you cannot delete unique indexes from the database.
    Hope it helps you,
    Regards,
    Abhijit G. Borkar

Maybe you are looking for

  • Backups taking too long

    My Time Capsule backups are taking too long. Time Machine says it is indexing. However, I have had my Time Machine configured since I installed Lion last year and it has been making automatic backups every hour since. Why is it 'indexing' now, and wh

  • Attachment File Name - INTERNAL?

    Hi, I have successfully implemented the attachments feature in my custom form, following the documentation, however I have one problem that I cannot figure out and that is: When I bring up the attachment list, all the Filenames are named 'INTERNAL'.

  • Perferences Subnode Doesn't Persist

    I have a little program for which I'm using java.util.preferences for the first time. It works fine when saving to the root user node. But I recently tried to create a child node to save a list of files previously loaded. Writing to it works OK. I re

  • Can't see the "press to listen to radio in the background" button on my abc radio app

    Can't see the "press to listen to radio in the background" button on my abc radio app. It was there before but now it is gone. I must have changed some setting to remove it, but I don't know what I did. Help please. I have uninstalled then reinstalle

  • EXS24 not saving Fazioli Ebony Concert Grand settings

    I recently purchased the Fazioli Concert Grand Pro software and I am very happy with it. However, I have run into a problem that I need some help with.     I am running Logic Pro 9 on a Mac G5 (Quad core, 12 GB RAM, 2.5 GHz processor). I can load the