Preview of loops has effect on it (digital delay)??

Previewing my drum loops (all music loops actually) ... I'm picking up digital delay. Where is it coming from?
When I drag the loop to the arrange window the effect is still there ... even though there is no effect assigned to that particular audio track.
I'm just getting up to speed on this Logic update. So I'm at a loss. Any help would be most appreciated. Thank you.
Ben

Aha!!
This is only happening when I am using the beat mapping. I have a piece of audio I've 'beat-mapped'. Now I want to add a loop to it. But the loop previews, and the loops when I add them to the audio track, have some weird digital delay effect on them.
This isn't happening if I'm NOT doing a beat map. Everything is normal.
Ben

Similar Messages

  • HT2406 A digital delay has appeared in my Podcasts only, and a factory restore didn't fix it.  Any ideas?

    My iPhone 3GS is producing a digital delay in podcasts only.  No effect in Music or games.  I tried a factory restore with no effect.  Any ideas?

    Chris CA wrote:
    Check and see if you've bought any iTunes Gift Cards you don't know about
    Fraudulent iTunes Gift cards are used to make purchases but are associated with a hijacked account so that if traced it's that account holder who'll have to deal with the problems. It was a form of "laundering".
    It's one of the reasons iTunes had stopped issuing those $200 gift cards about a year back since that's one of the uses for them ( The other reason had to do with why you don't, if you're sane, continue with gift card numbers after someone cracks the algorithm. ).
    Another problem was with debit card numbers, usually swiped from a restaurant or Pub, being used for iTunes purchases in the U.K. ( You can find out about that by doing a search of this forum since it was also heavily posted. ) and to buy gift cards for a one time use.
    If someone just hacked his account or his account was compromised further and his debit card number it out in the wild then sudden surprise purchases from the iTunes Store maybe his first warning.
    He has to check his account further.

  • How to check if a user has clicked on a digital control and changed its value?

    Greetings !!!
    I am looking for a simple way (without using Windows messages)of knowing if an user has clicked on a digital control and changed its value.
    I have tried the key focus property; but I have to click twice to make it work.
    If somebody knows a better solution; please let me know.
    Thank you in advance for your help

    If you just want to know if the value has changed you can put it in a while loop and use shift registers to see if the value has changed.
    Brian
    Attachments:
    Changed.vi ‏22 KB

  • AutocapitalizationType only has effect on the first set??!

    Anyone encountered using autocapitalizationType or autocorrectionType? It seems that setting of these properties of a UITextField only has effect on the first set. Once you start typing, you can't stop it. I'm not sure what is required to reset the bahviour. Any ideas?

    Changing it does not affect the passwords already set, but you can expire the passwords of your users and hence making them change their passwords. Which might cause a bit of anger (passwd -f <user>).
    .7/M.

  • Preview of Ken Burns Effect is a black screen!!

    So, I am doing a movie for my parents, and I have 102 photos that I have loaded into IMovie. I loaded them in to the clips section, as I am not a huge fan of iPhoto personally. At first, no problems, but later, as I dragged photos into the playhead area, my photos wouldn't allow me to preview the Ken Burns Effect. I would drag them into the playhead, click on "Meda" button, and then select the Show Picture Settings button. The preview screen goes black as the effect scrolls through the process, disallowing me to see the preview. I have deleted the pictures from IMovie, re-inserted them, and started over (AAAARRRRRGGGGGG!), and it happened again.
    Any Ideas? Thanks for the help!
    Oh, and I have made no modifications to my machine (no new graphics card), and the pictures are all in .jpg format.

    Hi Tonyy13.
    I am presenting the same problem. I can set the Ken Burns' effect while I am with the pictures before placing them in the Clip or Timeframe viewer. After placing them there, if I try to edit the picture (either by right clicking and choosing -edit picture or by control clicking and doing the same, I ended up with a black background. If you change the setting in this black ackground and update this changes they will be effective. So, you can change the slide duration, and everything in the sliders but without an image.
    I was running System 10.3.9 and I thought this was the reason. Today, I went and bought Tiger but it didn't sove the problem. I do believe it is a bug in the program. According to Apple's Help and David Pogue's "The Missing Manual" this shouldn't happen.
    If you solve this problem reply to this posting. If I did I will reply to your posting. Thank You.

  • How to code a parallel 'for loop' and 'while loop' where the while loop cannot terminate until the for loop has finished?? (queues also present)

    I've attached a sample VI that I just cannot figure out how to get working the way that I want.  I've labeled the some sections with black-on-yellow text boxes for clarity during the description that follows in the next few sentences.  Here's what I want:
    1) overall -- i'm intend for this to be a subVI that will do data acquisition and write the data to a file.  I want it to use a producer/consumer approach.  The producer construct is the 'parallel for loop' that runs an exact number of times depending on user input (which will come from the mainVI that is not included).  For now I've wired a 1-D array w/ 2 elements as a test case.  During the producer loop, the data is acquired and put into a queue to be delt with in the consumer loop (for now, i just add a random number to the queue).
    2) the consumer construct is the 'parallel while loop'.  It will dequeue elements and write them to a file.  I want this to keep running continuously and parallel until two conditions are met.
          i. the for loop has finished execution
          ii. the queue is empty.
       when the conditions are met, the while loop will exit, close the queue, and the subVI will finish. (and return stuff to mainVI that i can deal with on my own)
    Here's the problems.
    1)  in the "parallel for loop" I have a flat sequence structure.. I haven't had time to incorporate some data dependency into these two sequential sections, but basically, I just care that the "inner while loop" condition is met before the data is collected and queued.  I think I can do this on my own, but if you have suggestions, I'm interested.
    2)  I can easily get the outer for and while loops to run sequentially, but I want them to run in parallel.  My reasoning for this is that that I anticipate the two tasks taking very different amounts of time. .. basically, I want the while loop to just keep polling the queue to get everything out of it (or I suppose I could somehow use notifiers - suggestions welcome)...  the thing is, this loop will probably run faster than the for loop, so just checking to see that the queue is empty will not work... I need to meet the additional condition that nothing else will be placed in the queue - and this condition is met when the for loop is complete. basically, I just can't figure out how to do this.
    3) for now, I've placed a simple stop button in the 'parallel while loop', but I must be missing something fundamental here, because the stop button is totally unresponsive.  i.e. - when I press it, it stays depressed, and nothing happens.
    suggestions are totally welcome!
    thanks,
    -Z
    Attachments:
    daq01v1.vi ‏59 KB

    I'd actually like to add a little more, since I thought about it a bit and I'm still not quite certain I understand the sequence of events...
    altenbach wrote:
    zskillz wrote:
    So i read a bit more about the 'dequeue element' function, and as I understand it, since there is no timeout wired to the dequeue element function, it will wait forever, thus the race condition I suggested above can never happen!
    Yes, you got it!
    As I've thought about it a bit more, there's a few things that surprise me... first, the reason the 'dequeue element while loop' errors is not because there's nothing in the queue, it's becaues the queue has been released and it's trying to access that released queue...   However the problem I have is this --- Even though there's no timeout wired to the dequeue element, I still would think that the while loop that contains it would continue to run at whatever pace it wanted -- and as i said before.. most of the time, it would find that there is nothing to dequeue, but once in a while, something is there.  however, it seems that this loop only runs when something has been enqueued.  the reason I say this is illustrated in the next code sample MODv2 that's attached below.  I've added a stop button to the "queue size while loop" so the program runs until that is pressed.  I've also added a simple conditional in the "dequeue while loop"  that generates a random number if it a button is pressed... but this button is totally non-responsive... which means to me that the "dequeue while loop" isn't actually continuously running, but only when an element is added to the queue.  this still seems almost like the 'dequeue while loop" waits for a notifier from the queue telling it to run.  can you explain this to me? because it is different from what I expect to be happening.
    rasputin wrote:
    I tried to open your VIs but it doesn't work. LV
    is launched, the dialog box (new, open, configure...) opens and then...
    nothing. Not even an error message. I guess it isn't a problem of LV
    version or a dialog box would appear saying this. Could you, please,
    send a image of the code?
    Thanks,
    Hi Rasputin, I'm using LV8.  I assume that was your problem, but who knows.  I've attached a pic of of altenbach's solution since it's what I needed.
    thanks
    -Z
    Message Edited by zskillz on 10-20-2006 11:49 AM
    Attachments:
    daq01v1MODv2.vi ‏63 KB
    daq01v1MODpic.JPG ‏116 KB

  • Adding a counter that keeps track of the total number of times a loop has run, even if LabVIEW has been restarted.

    Hi all,
    I am writing a VI for measuring data and inserting it into a database. The measurements are controlled by a loop that runs once every minute. I want to give each measurement a unique id number and store this too in the database.
    To do this, I want to add a counter to this loop so that I can count the number of times the loop has executed in total. This is, even if the VI, LabVIEW or even th PC is restarted, I want the counter to keep track of the number of executions. If say, the loope executes two times and then the VI is stopped and restarted, I want the following number on the counter to be three.
    Does anyone have an idea about how to do this? I am gratefule for any help!
    Clara
    Message Edited by Clara G on 05-11-2010 08:21 AM
    Solved!
    Go to Solution.

    Not allowed to give away code but I can describe one of my "Totalizers" used to keep track of how much stuff has passed through a fliter so we know when to change it.
    THe Total izer is implemented as an Action Engine.
    It has three actions (methods)
    1) Init - Opens an ini file and reads the last values read and cahces these in shift registers. It also inits a timer so we now how long since the last file I/O.
    2) Update - Uses the data passed by the caller to update the totals. It also checks how long since the last save and if more than one minute it writes to the ini file (forced write).
    3) Read - returns the totals for display and evealuating if a an alarm should be triggered to change the filter.
    Note:
    THe pre-LV 8.6 version of the ini file exposed methods to allow writing to the file. The new ini functions do not expose that functionality and require closing the file.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Error in sql query as "loop has run more times than expected (Loop Counter went negative)"

    Hello,
    When I run the query as below
    DECLARE @LoopCount int
    SET @LoopCount = (SELECT Count(*) FROM KC_PaymentTransactionIDConversion with (nolock) Where KC_Transaction_ID is NULL and TransactionYear is NOT NULL)
    WHILE (
        SELECT Count(*)
        FROM KC_PaymentTransactionIDConversion with (nolock)
        Where KC_Transaction_ID is NULL
        and TransactionYear is NOT NULL
    ) > 0
    BEGIN
        IF @LoopCount < 0
            RAISERROR ('Issue with data in KC_PaymentTransactionIDConversion, loop has run more times than expected (Loop Counter went negative).', -- Message text.
                   16, -- Severity.
                   1 -- State.
    SET @LoopCount = @LoopCount - 1
    end
    I am getting error as "loop has run more times than expected (Loop Counter went negative)"
    Could any one help on this issue ASAP.
    Thanks ,
    Vinay

    Hi Vinay,
    According to your code above, the error message make sense. Because once the value returned by “SELECT Count(*)  FROM KC_PaymentTransactionIDConversion with (nolock) Where KC_Transaction_ID is NULL and TransactionYear is NOT NULL” is bigger than 0,
    then decrease @LoopCount. Without changing the table data, the returned value always bigger than 0, always decrease @LoopCount until it's negative and raise the error.
    To fix this issue with the current information, we should make the following modification:
    Change the code
    WHILE (
    SELECT Count(*)
    FROM KC_PaymentTransactionIDConversion with (nolock)
    Where KC_Transaction_ID is NULL
    and TransactionYear is NOT NULL
    ) > 0
    To
    WHILE @LoopCount > 0
    Besides, since the current query is senseless, please modify the query based on your requirement.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • My LR previews data file has just gone over 50GB, how can I shrink it as I really need the space on my laptop?

    My LR previews data file has just gone over 50GB, how can I shrink it as I really need the space on my laptop?

    Or if you don't want to delete all of it, you can just discard 1:1 previews using Library->Previews menu - that may or may not buy you the space you need.
    If you do opt for deleting the whole thing, here is an idea to keep it from going back to 50G: change the size/quality of standard previews and/or the policy for auto-removing 1:1 previews (Lr Preferences -> Catalog Settings -> File Handling).

  • Rule loop has not stabilised

    Hi,
    Often I get this error while running rulebase ..
    Rule loop has not stabilised after 2000 iterations.
    at com.oracle.determinations.engine.local.LocalSession.thinkStep(LocalSession.java:739)
    at com.oracle.determinations.engine.local.LocalSession.think(LocalSession.java:784)
    Can anyone know why this error comes?
    Thanks,
    Rajan

    This means you've created a rule loop, but haven't made sure that the chain always has a defined start.
    Make sure that in every case the logic has a shortcut that prevents it looping endlessly.
    Go to the OPM help, and search for "rule loop": http://docs.oracle.com/html/E38269_01/toc.htm
    You will find this topic is the top hit: http://docs.oracle.com/html/E38269_01/Content/Writing%20rules/Model_loops_in_rule_logic.htm
    Davin.
    Edited by: Davin Fifield on 13-Feb-2013 15:29

  • Slow preview playback in After Effects

    Hi Folks
    I just recently set up CS6 on a new z820 workstation and for some reason my after effects timeline does not playback in realtime when previewing.  Everything is green on the timeline, yet when it plays it is about half speed.  I have no doubt my system has the specs to play rendered media in real time (2x8core, Quadro 4000, 64GB Ram, Sonnet hard drive array) so obviously I have something set up wrong.  I'm running a Kona 3 with the latest drivers and I suspect this is the culprit.  I've had other issues related to the Kona, such as losing display to my external monitors sporadically.  It will be fine for a while then suddenly the output signal turns either solid green or some form of garbled junk.  Very strange, although the Kona output seems perfectly fine when I'm in Premiere.
    Anyhow, any help zeroing in on the problem would be greatly appreaciated.
    Best,
    EE

    Thanks Tom
    However, I do think I have playback set to computer monitor (not in front of system right now).  Definitely seems like there's something AE doesn't like about my card (it is an older version of the Kona 3).  I have a support ticket in with AJA so hopefully that will turn up something.
    As far as my Quadro 4000 goes, I was kind of forced into using it on account of other software on my system.  If it was up to me, I would have put in a GTX680 or 690.  I have a GTX680 at home and it is rock solid in AE and Premiere.  Timelines that are heavily dependant on GPU accelerated FX render about twice as fast on my 6-core/GTX680 vs my z820/Quadro 4000 work system.  I'm hoping to upgrade to the Quadro 5000K when it comes out, possibly with the Tesla sidekick.  In the meantime, I have to sort out this Kona thing

  • Available Loops and Effect Presets Disappeared?

    Hello.
    Been on garage band for about 2 weeks now. Suddenly when I looked at my loop index there was a bunch of them greyed out. They were not like this before. Also, when I click an effect, say "Track Reverb" it doesn't give me any preset options.. They just aren't there, and they were before.
    What has happened?
    Thanks,
    Alex

    rempell wrote:
    my loop index there was a bunch of them greyed out.
    just in case these are separate issues:
    http://www.bulletsandbones.com/GB/GBFAQ.html#missingloops
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    when I click an effect, say "Track Reverb" it doesn't give me any preset options
    have you installed Logic?

  • Preview toggle in Lighting Effects crashes CS6 Beta

    I'm on Win7x64 Ultimate, 8GB RAM, GTX260-896 MB VRAM, latest drivers (296.10 released 13 Mar 2012).
    I can use, and save the results of using, Lighting Effects (only relatively small (< 4 MB) flat 16-bit TIFFs and flat JPEGs tried so far) with no apparent difficulties. However, any but the most limited use (not exceededing three on average - applied as a continuous toggle) of the Preview button invariably causes CS6 Beta to crash. This is the error message generated by Windows:
    "Adobe Photoshop CS6 has stopprd working
    Windows can check online for a solution to the problem.
    > Check online for a solution and close the program
    > Close the program
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: Photoshop.exe
    Application Version: 13.0.0.0
    Application Timestamp: 4f551de1
    Fault Module Name: MSVCR100.dll
    Fault Module Version: 10.0.40219.1
    Fault Module Timestamp: 4d5f034a
    Exception Code: c0000005
    Exception Offset: 000000000003c145
    OS Version: 6.1.7601.2.1.0.2561
    Locale ID: 3081
    Additional Information 1: 651f
    Additional Information 2: 651f7c834e2a84316ab24fc8b52f3652
    Additional Information 3: b579
    Additional Information 4: b579ee6e46c3f5067c4f88b754331731"
    This happens with all Basic, Normal and Advanced Drawing Modes in the "Advanced Settings" tab of the Graphics Processor Settings dialog in the Performance Tab of Preferences. Having ticked "Use Graphics Processor" and then clicked the "Advanced Settings" button, CS6 Beta tells me that Open CL is an available option (which is consistent with the release notes for the latest drivers) but because my graphics card is now about 4 or 5 years old, I have my doubts and so my testing  has included not selecting that option. However all tests have selected "Use Graphics Processor to Accelerate Computation".
    I was hoping that someone in the Adobe development team might be able to have a look at this issue for me? Please?

    Continuing to experience this problem - this time applying the filter to a Smart Object layer in an 84 MB PSD file - crash occuring after just 3 toggles of the Preview button.
    Here is the summary and full report generated by NirSoft's AppCrashView (ver 1.11) program. It takes its info from the Windows WERs.
    Can anyone else reproduce this behaviour ?
    "Process File      : Photoshop.exe
    Event Name        : Stopped working
    Event Time        : 15/04/2012 11:14:50 AM
    User Name         : ash1
    Exception Code    : 0xc000041d
    Exception Offset  : 0x0003bfa0
    Fault Module Name : MSVCR100.dll
    Fault Module Version: 10.0.40219.1
    Process Path      : C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    Report File Size  : 24,848
    Report File Path  : C:\Users\ash1\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Photoshop.exe_1b 8b58bdaa548d6e15719b3bab048eabd76d4c_0bc93b0e\Report.wer
    ==================================================
    Version=1
    EventType=APPCRASH
    EventTime=129789260908135188
    ReportType=2
    Consent=1
    ReportIdentifier=65b7a714-8698-11e1-8101-e0cb4e0158b2
    IntegratorReportIdentifier=65b7a713-8698-11e1-8101-e0cb4e0158b2
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=Photoshop.exe
    Sig[1].Name=Application Version
    Sig[1].Value=13.0.0.0
    Sig[2].Name=Application Timestamp
    Sig[2].Value=4f551de1
    Sig[3].Name=Fault Module Name
    Sig[3].Value=MSVCR100.dll
    Sig[4].Name=Fault Module Version
    Sig[4].Value=10.0.40219.1
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=4d5f034a
    Sig[6].Name=Exception Code
    Sig[6].Value=c000041d
    Sig[7].Name=Exception Offset
    Sig[7].Value=000000000003bfa0
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.256.1
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=3081
    DynamicSig[22].Name=Additional Information 1
    DynamicSig[22].Value=5bd8
    DynamicSig[23].Name=Additional Information 2
    DynamicSig[23].Value=5bd849b86497feb978496e03527c669c
    DynamicSig[24].Name=Additional Information 3
    DynamicSig[24].Value=962e
    DynamicSig[25].Name=Additional Information 4
    DynamicSig[25].Value=962e959bbf98fe94a144f2382e80f5ea
    UI[2]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    UI[3]=Adobe Photoshop CS6 has stopped working
    UI[4]=Windows can check online for a solution to the problem.
    UI[5]=Check online for a solution and close the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\system32\kernel32.dll
    LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.760 1.17514_none_2b24536c71ed437a\gdiplus.dll
    LoadedModule[5]=C:\Windows\system32\msvcrt.dll
    LoadedModule[6]=C:\Windows\system32\USER32.dll
    LoadedModule[7]=C:\Windows\system32\GDI32.dll
    LoadedModule[8]=C:\Windows\system32\LPK.dll
    LoadedModule[9]=C:\Windows\system32\USP10.dll
    LoadedModule[10]=C:\Windows\system32\ole32.dll
    LoadedModule[11]=C:\Windows\system32\RPCRT4.dll
    LoadedModule[12]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ExtendScript.dll
    LoadedModule[13]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MSVCR100.dll
    LoadedModule[14]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ScCore.dll
    LoadedModule[15]=C:\Windows\system32\SHELL32.dll
    LoadedModule[16]=C:\Windows\system32\SHLWAPI.dll
    LoadedModule[17]=C:\Windows\system32\mscms.dll
    LoadedModule[18]=C:\Windows\system32\USERENV.dll
    LoadedModule[19]=C:\Windows\system32\profapi.dll
    LoadedModule[20]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MSVCP100.dll
    LoadedModule[21]=C:\Windows\system32\OPENGL32.dll
    LoadedModule[22]=C:\Windows\system32\ADVAPI32.dll
    LoadedModule[23]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[24]=C:\Windows\system32\GLU32.dll
    LoadedModule[25]=C:\Windows\system32\DDRAW.dll
    LoadedModule[26]=C:\Windows\system32\DCIMAN32.dll
    LoadedModule[27]=C:\Windows\system32\SETUPAPI.dll
    LoadedModule[28]=C:\Windows\system32\CFGMGR32.dll
    LoadedModule[29]=C:\Windows\system32\OLEAUT32.dll
    LoadedModule[30]=C:\Windows\system32\DEVOBJ.dll
    LoadedModule[31]=C:\Windows\system32\dwmapi.dll
    LoadedModule[32]=C:\Windows\system32\WS2_32.dll
    LoadedModule[33]=C:\Windows\system32\NSI.dll
    LoadedModule[34]=C:\Windows\system32\WINSPOOL.DRV
    LoadedModule[35]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\cg.dll
    LoadedModule[36]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\cgGL.dll
    LoadedModule[37]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\adbeape.dll
    LoadedModule[38]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.616 1_none_08e61857a83bc251\MSVCR90.dll
    LoadedModule[39]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.616 1_none_08e61857a83bc251\MSVCP90.dll
    LoadedModule[40]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobeOwl.dll
    LoadedModule[41]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ahclient.dll
    LoadedModule[42]=C:\Windows\system32\WININET.dll
    LoadedModule[43]=C:\Windows\system32\Normaliz.dll
    LoadedModule[44]=C:\Windows\system32\iertutil.dll
    LoadedModule[45]=C:\Windows\system32\urlmon.dll
    LoadedModule[46]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\amtlib.dll
    LoadedModule[47]=C:\Windows\system32\WINHTTP.dll
    LoadedModule[48]=C:\Windows\system32\webio.dll
    LoadedModule[49]=C:\Windows\system32\IPHLPAPI.DLL
    LoadedModule[50]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[51]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AXEDOMCore.dll
    LoadedModule[52]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MPS.dll
    LoadedModule[53]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PlugPlug.dll
    LoadedModule[54]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\tbb.dll
    LoadedModule[55]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobeLinguistic.dll
    LoadedModule[56]=C:\Windows\system32\PSAPI.DLL
    LoadedModule[57]=C:\Windows\system32\IMM32.DLL
    LoadedModule[58]=C:\Windows\system32\MSCTF.dll
    LoadedModule[59]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\tbbmalloc.dll
    LoadedModule[60]=C:\Windows\system32\VERSION.dll
    LoadedModule[61]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1d f_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll
    LoadedModule[62]=C:\Windows\system32\CRYPTBASE.dll
    LoadedModule[63]=C:\Windows\system32\uxtheme.dll
    LoadedModule[64]=C:\Windows\system32\STI.DLL
    LoadedModule[65]=C:\Windows\system32\CLBCatQ.DLL
    LoadedModule[66]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[67]=C:\Windows\system32\rsaenh.dll
    LoadedModule[68]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[69]=C:\Windows\system32\wiatrace.dll
    LoadedModule[70]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.dll
    LoadedModule[71]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PSViews.dll
    LoadedModule[72]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PSArt.dll
    LoadedModule[73]=C:\Windows\system32\c_g18030.dll
    LoadedModule[74]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[75]=C:\Windows\system32\apphelp.dll
    LoadedModule[76]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\FastCore.8BX
    LoadedModule[77]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\MMXCore.8BX
    LoadedModule[78]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\libmmd.dll
    LoadedModule[79]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\MultiProcessor Support.8BX
    LoadedModule[80]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PLUGIN.dll
    LoadedModule[81]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\ADM\ADMPlugin.apl
    LoadedModule[82]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobeXMP.dll
    LoadedModule[83]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\File Formats\Dicom.8BI
    LoadedModule[84]=C:\Windows\system32\WSOCK32.dll
    LoadedModule[85]=C:\Windows\system32\NETAPI32.dll
    LoadedModule[86]=C:\Windows\system32\netutils.dll
    LoadedModule[87]=C:\Windows\system32\srvcli.dll
    LoadedModule[88]=C:\Windows\system32\wkscli.dll
    LoadedModule[89]=C:\Program Files\Common Files\Adobe\Plug-Ins\CS6\File Formats\Camera Raw.8bi
    LoadedModule[90]=C:\Windows\system32\wbem\wbemprox.dll
    LoadedModule[91]=C:\Windows\system32\wbemcomn.dll
    LoadedModule[92]=C:\Windows\system32\wbem\wbemsvc.dll
    LoadedModule[93]=C:\Windows\system32\wbem\fastprox.dll
    LoadedModule[94]=C:\Windows\system32\NTDSAPI.dll
    LoadedModule[95]=C:\Windows\system32\ntmarta.dll
    LoadedModule[96]=C:\Windows\system32\WLDAP32.dll
    LoadedModule[97]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\BIB.dll
    LoadedModule[98]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\BIBUtils.dll
    LoadedModule[99]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ACE.dll
    LoadedModule[100]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AGM.dll
    LoadedModule[101]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\CoolType.dll
    LoadedModule[102]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AXE8SharedExpat.dll
    LoadedModule[103]=C:\Windows\system32\icm32.dll
    LoadedModule[104]=C:\Windows\System32\msxml6.dll
    LoadedModule[105]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobePIP.dll
    LoadedModule[106]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\LogSession.dll
    LoadedModule[107]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\WRServices.dll
    LoadedModule[108]=C:\Program Files\Common Files\Adobe\Linguistics\6.0\Providers\Plugins2\AdobeHunspellPlugin\AdobeHunspellPlugin.dl l
    LoadedModule[109]=C:\Program Files\Common Files\Adobe\Linguistics\6.0\Providers\Plugins2\WRLiloPlugin1.3\WRLiloPlugin.dll
    LoadedModule[110]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\ScriptingSupport.8li
    LoadedModule[111]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ScriptUIFlex.dll
    LoadedModule[112]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\adobe_caps.dll
    LoadedModule[113]=C:\Windows\system32\WindowsCodecs.dll
    LoadedModule[114]=C:\Windows\system32\WTSAPI32.dll
    LoadedModule[115]=C:\Windows\system32\WINSTA.dll
    LoadedModule[116]=C:\Windows\system32\EhStorShell.dll
    LoadedModule[117]=C:\Windows\system32\PROPSYS.dll
    LoadedModule[118]=C:\Windows\System32\cscui.dll
    LoadedModule[119]=C:\Windows\System32\CSCDLL.dll
    LoadedModule[120]=C:\Windows\system32\CSCAPI.dll
    LoadedModule[121]=C:\Windows\system32\ntshrui.dll
    LoadedModule[122]=C:\Windows\system32\slc.dll
    LoadedModule[123]=C:\Program Files\Common Files\Adobe\APE\3.3\adbeapecore.dll
    LoadedModule[124]=C:\Windows\system32\SXS.DLL
    LoadedModule[125]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\aif_core.dll
    LoadedModule[126]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\aif_ogl.dll
    LoadedModule[127]=C:\Windows\system32\nvoglv64.DLL
    LoadedModule[128]=C:\Windows\system32\WINTRUST.dll
    LoadedModule[129]=C:\Windows\system32\CRYPT32.dll
    LoadedModule[130]=C:\Windows\system32\MSASN1.dll
    LoadedModule[131]=C:\Program Files\Common Files\Adobe\APE\3.3\adbeapeengine.dll
    LoadedModule[132]=C:\Windows\system32\OLEACC.dll
    LoadedModule[133]=C:\Windows\system32\COMDLG32.dll
    LoadedModule[134]=C:\Windows\system32\WINMM.dll
    LoadedModule[135]=C:\Windows\system32\msi.dll
    LoadedModule[136]=C:\Windows\system32\DSOUND.dll
    LoadedModule[137]=C:\Windows\system32\POWRPROF.dll
    LoadedModule[138]=C:\Windows\system32\DNSAPI.dll
    LoadedModule[139]=C:\Windows\system32\dbghelp.dll
    LoadedModule[140]=C:\Windows\system32\mlang.dll
    LoadedModule[141]=C:\Windows\system32\Secur32.dll
    LoadedModule[142]=C:\Windows\system32\SSPICLI.DLL
    LoadedModule[143]=C:\Windows\system32\credssp.dll
    LoadedModule[144]=C:\Windows\system32\schannel.DLL
    LoadedModule[145]=C:\Windows\system32\MMDevAPI.DLL
    LoadedModule[146]=C:\Windows\system32\wdmaud.drv
    LoadedModule[147]=C:\Windows\system32\ksuser.dll
    LoadedModule[148]=C:\Windows\system32\AVRT.dll
    LoadedModule[149]=C:\Windows\system32\AUDIOSES.DLL
    LoadedModule[150]=C:\Windows\system32\msacm32.drv
    LoadedModule[151]=C:\Windows\system32\MSACM32.dll
    LoadedModule[152]=C:\Windows\system32\midimap.dll
    LoadedModule[153]=C:\Windows\system32\mswsock.dll
    LoadedModule[154]=C:\Windows\System32\wshtcpip.dll
    LoadedModule[155]=C:\Windows\System32\wship6.dll
    LoadedModule[156]=C:\Program Files (x86)\Common Files\Adobe\CS6ServiceManager\lib\ServiceManager-Launcher_x64.dll
    LoadedModule[157]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\updaternotifications.dll
    LoadedModule[158]=C:\Windows\system32\taskschd.dll
    LoadedModule[159]=C:\Windows\system32\wpdshext.dll
    LoadedModule[160]=C:\Windows\System32\shdocvw.dll
    LoadedModule[161]=C:\Windows\System32\ieframe.dll
    LoadedModule[162]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\data_flow.dll
    LoadedModule[163]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\image_runtime.dll
    LoadedModule[164]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\image_flow.dll
    LoadedModule[165]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\3D Engines\Photoshop3DEngine.8BI
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Adobe Photoshop CS6
    AppPath=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe"

  • How do you really preview all 5 channels in a Dolby Digital 5.1 sequence?

    I'm trying to build up a 5.1 sequence and I'm struggle with the lack of information. I've purchased surcode for CS6 but I'm not sure that helps with a preview.
    I hacked my realtek card to support dolby but that doesn't seem to make a difference. Only LF, C, and RF put out sound. LS and RS end up in the front speakers.
    I've tried most reasonable things so here are some questions that maybe someone can answer?
    Has anyone been able to preview in dolby 5.1 with complete isolation of sound by mapping to specific speakers.
    If you are using optical what is the method for mapping to channels when it only show "optical"
    When I select sound card mapping that shows 8x I can map to specific speakers, but not to optical. It maps, but nothing comes out of speakers.
    Summary: I can't get 5 independent channels to map to speakers.  Is it even possible to do this??? If not I wasted a lot of money on surcode.
    Thanks
    cds

    Surcode only provides encoding to Dolby AC3 for file export. What it seems you are trying to do is use the optical output from your sound card to stream dolby digital 5.1 to your monitoring. I did a search on some gaming web sites and found this: http://www.reaper-x.com/2011/04/25/how-to-realtime-ac3-or-dolby-digital-encoding-for-games /  I've never tried it but it might work with Premiere. Other than that you could use the analogue outputs from your sound card, if your amplifier has analogue ins.

  • Previewing midi loops

    I've a bunch of midi drum loops from Groovemonkee and was wondering if it's, in any way, possible to preview them with any of LP's instruments? Without having to drag them into a track with a preloaded instrument that is. I guess what I'd like to do is click through the midi loops, previewing them with the sound of a drumkit I like, then just drag and drop it into Logic.
    Help is greatly appreciated.

    You can open them in Quicktime, if they've been recorded right they should just play as a standard midi drum kit.
    If not, then they'll play as a piano. Quicktime won't let you change the midi channel number unfortunately.

Maybe you are looking for