Monthly Carryforward - Logic

Dear All,
I'm creating a logic to move beginning balance of January to ending balance of Jan, then carryforward to beginning balance of Feb, and so on.
Appreciate very much if you can show me the logic for this purpose.
I split my logic into 2 parts:
First Part:
*when acctdetail
*is "f0000","f0100","f0101","f0015"
   *rec(acctdetail="f0440")
*end when
This is to move the beginning balance ("f0000") to ending balance ("f0440")
Second Part:
*when acctdetail
*is "f0440"
*rec(acctdetail="f0000",time=next)
*endwhen
Both logic works for january and feb, but it does not continue to march and so on.
I have tried to used for/next as well, but it did not work.
Appreciate very much if you could share some ideas how to make it rolls from jan-dec.
Thanks in advance,
Ce Wie

Hi Ce Wie,
You should use *CALC_EACH_PERIOD before your *WHEN to get BPC to add the result of each period calculation to the RESULTSET.
*XDIM_ADD_MEMBERSET TIME=PRIOR
*CALC_EACH_PERIOD
*WHEN TIME
*IS PRIOR
     *WHEN ACCDETAIL
     *IS "F0440"
              *REC(ACCTDETAIL="F0000",TIME=NEXT)
     *IS "F0000","F0100","F0101","F0015"
                *REC(ACCTDETAIL="F0440")
                *REC(ACCTDETAIL="F0000",TIME=NEXT)
     *ENDWHEN
*ENDWHEN
*COMMIT
Regis

Similar Messages

  • Month Names logic

    Hi,
    I just want to get month names in output.
    If i gives '3' as input it has to display next 3 month names(September,October,November).
    If i gives 6 as input next 6 month names from September to February.
    Thanks,
    fractal.
    REPORT ZTEST2 .
    DATA : lt_month_names LIKE t247 OCCURS 0 WITH HEADER LINE.
      DATA : lv_date LIKE sy-datum ,
             l_month type i,
             l_month2 type i.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-005 .
    Parameter: p_month(2).
    SELECTION-SCREEN END OF BLOCK b1 .
    CALL FUNCTION 'MONTH_NAMES_GET'
      TABLES
        MONTH_NAMES                 = lt_month_names
    EXCEPTIONS
       MONTH_NAMES_NOT_FOUND       = 1
       OTHERS                      = 2
      lv_date = sy-datum.
      l_month = lv_date+4(2).
       l_month2 = l_month + p_month.

    Hi fractal,
    Try this code , its just that u need..
    DATA : lt_month_names LIKE t247 OCCURS 0 WITH HEADER LINE.
    DATA : lv_date LIKE sy-datum ,
    l_month TYPE i,
    l_month2 TYPE i.
    DATA: BEGIN OF itab OCCURS 0,
      spras TYPE spras,
      mnr LIKE t247-mnr,
      ktx LIKE t247-ktx,
      ltx LIKE t247-ltx,
      END OF itab.
    DATA : BEGIN OF itab1 OCCURS 0,
    temp LIKE t247-ltx,
    END OF itab1.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-005 .
    PARAMETER: p_month(2).
    SELECTION-SCREEN END OF BLOCK b1 .
    SELECT * FROM t247 INTO CORRESPONDING FIELDS OF TABLE itab            " TO GET THE SHORT MONTH NAMES...I.E. MAR FOR MARCH
         WHERE spras = 'E'.
    lv_date = sy-datum.
    l_month = lv_date+4(2).
    DO p_month TIMES.
      READ TABLE itab WITH KEY mnr = l_month.
      IF sy-subrc = 0.
        itab1-temp = itab-ltx.
        APPEND itab1.
      ENDIF.
      l_month = l_month + 1.
      IF l_month > 12.
        l_month = 1 .
      ENDIF.
    ENDDO.
    LOOP AT itab1.
      WRITE : / itab1-temp.
    ENDLOOP.
    Regards,
    Bijal

  • OT: I'm in LA next month for Logic Class, first CA trip, what to do...?

    Fellow Logic Users, esp those in LA,
    I'm taking the advanced class offered by David Nahmani w/ Logic Pro Help on May 11th-13th, but I'll be in LA from the 10th -17th. I'm really trying to make the most out of my trip, especially since I've never been to California before, and won't likely be back for a long while.
    I would love to sit in on a session sometime during my trip, or tour some nice studios in the LA area. I'm a young engineer (25) with a nice little project studio outside of Dallas trying to gain as much knowledge and experience as possible. I'll be staying with a friend who attends grad school at USC, so I should have some sort of transportation. I'm not sure of the best way to spend my limited time, but I figured someone out there (LA engineer, producer, studio owner), might be able to help me out. I really appreciate it guys, I'm looking forward to my trip and would love to meet some fellow engineers/ Logic users in LA.
    -Ryan Miller

    Try the la zoo (blah) then the griffith park observatory (I have not visited since the reopening, but it was awesome before.)
    http://www.griffithobs.org/vshuttle.html
    Now get some awesome thai for dinner at sanamluang.
    http://noodlewhore.blogspot.com/2006/08/hungry-zombies-of-thai-town-sanamluang.h tml
    You have to go to the beach. Point mugu is my favorite, but you can settle for leo carillo.
    http://www.parks.ca.gov/?page_id=630
    http://www.parks.ca.gov/?page_id=616
    "Point Mugu State Park, located in the Santa Monica Mountains, features five miles of ocean shoreline, with rocky bluffs, sandy beaches, sand dunes, rugged hills and uplands, two major river canyons and wide grassy valleys dotted with sycamores, oaks and a few native walnuts. There are more than 70 miles of hiking trails. The beach also features swimming, body surfing and surf fishing. The park includes the jagged pinnacles of the Boney Mountains State Wilderness Area."
    "Welcome to Griffith Observatory, a beloved icon of Los Angeles and world leader in public astronomy. Since 1935, the Observatory has given tens of millions of visitors the opportunity to become observers. Griffith Observatory offers exciting shows in the Samuel Oschin Planetarium, public telescopes, and observing and astronomy exhibits."

  • Hard drive and logic board failure

    Hi everyone,
    we have been suffering from 4 dead hard drives and one logic board failure in 20-inch intel iMacs (~2007) recently and last month the logic board and hard drive of a 2010 27-inch iMac (just out of warranty) just died.
    Are there any known issues with the iMacs that Apple fixes even outside the warranty?

    Frank:  I have a 5 month old 27" iMac and the logic board on it just died as well as I was getting all kinds of kerner errors.  I have Apple Care and although the cost to replace the product was $800 I am not going to have to pay anything.  I did talk to someone else who also had a logic board go bad on him but I doubt that you will be able to get it fixed without having to fork over $$$

  • HT5794 why cant you upgrade from logic pro 9 to x

    not fair

    People should stop whining about that.
    Apple stated it a while a go that it's the new AppStore policy.Idem with iWork and pages and all.
    Now apps are all the price of upgrade and voilà. That's it.
    I read that comment many hundred times and can't understand how people can continue to ask for this. It's a 200$ upgrade already.
    Also, a few persons mentionned contacting apple and received a refund for logic 9 when bought within a few months of logic X release.
    So that's totally fair.
    Cubase 750$ and pro-tools 699$ that is unfair, I'd own them too if I could afford it.

  • Yet another logic crash..

    Hi everyone,
    Sorry to bother you here with another crash problem..
    I've been using logic pro 9 on my macbook without a problem even since it came out.
    The problem now is that a few months ago logic started crashing everytime i pressed play.
    I decided to reinstall my whole macbook (as i had a lot of stuff that i didn't need anymore etc) & after that logic worked fine again..
    but since today i'm having the exact same problem again.. always the same Thread crashes..
    Thread 9 Crashed:
    0   libSystem.B.dylib                       0x909390ee __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x90938fd2 nanosleep$NOCANCEL$UNIX2003 + 166
    2   libSystem.B.dylib                       0x909b3fb2 usleep$NOCANCEL$UNIX2003 + 61
    3   libSystem.B.dylib                       0x909d5685 __abort + 136
    4   libSystem.B.dylib                       0x909d56f5 abort_report_np + 0
    5   com.apple.logic.pro                     0x003e3b59 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3831609
    6   libSystem.B.dylib                       0x9093205b _sigtramp + 43
    7   ???                                     0x0000000a 0 + 10
    if anyone knows how to fix this please let me know because it's a real pain & just reinstalling logic doesn't change a thing..
    thnx =)
    Walter

    Process:         Logic Pro [5134]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.6 (1700.43)
    Build Info:      Logic-17004300~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2011-12-19 13:38:56.154 +0100
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          42095 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  604 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      8AF3CD21-0AD0-45E2-9C08-0216FA3D7A0B
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  8
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   com.apple.AppKit                        0x962b880a -[NSFocusState reset] + 0
    1   com.apple.AppKit                        0x962b99af -[NSFocusState flush] + 305
    2   com.apple.AppKit                        0x962b8189 -[NSView lockFocusIfCanDraw] + 1256
    3   com.apple.AppKit                        0x962b7ba6 -[NSView lockFocus] + 42
    4   com.apple.AppKit                        0x962baac3 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1455
    5   com.apple.AppKit                        0x962bb750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    6   com.apple.AppKit                        0x962bb750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    7   com.apple.AppKit                        0x962bb750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    8   com.apple.AppKit                        0x962bb750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    9   com.apple.AppKit                        0x962ba34f -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 265
    10  com.apple.prokit                        0x01011a5f -[NSProWindowFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 105
    11  com.apple.AppKit                        0x962b6c96 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
    12  com.apple.AppKit                        0x9621784b -[NSView displayIfNeeded] + 818
    13  com.apple.AppKit                        0x961e0b64 -[NSWindow displayIfNeeded] + 204
    14  com.apple.AppKit                        0x9621207e _handleWindowNeedsDisplay + 696
    15  com.apple.CoreFoundation                0x91b19dd2 __CFRunLoopDoObservers + 1186
    16  com.apple.CoreFoundation                0x91ad5ced __CFRunLoopRun + 557
    17  com.apple.CoreFoundation                0x91ad53c4 CFRunLoopRunSpecific + 452
    18  com.apple.CoreFoundation                0x91ad51f1 CFRunLoopRunInMode + 97
    19  com.apple.HIToolbox                     0x97ce3e04 RunCurrentEventLoopInMode + 392
    20  com.apple.HIToolbox                     0x97ce3bb9 ReceiveNextEventCommon + 354
    21  com.apple.HIToolbox                     0x97ce3a3e BlockUntilNextEventMatchingListInMode + 81
    22  com.apple.AppKit                        0x961e8595 _DPSNextEvent + 847
    23  com.apple.AppKit                        0x961e7dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    24  com.apple.AppKit                        0x961aa1f3 -[NSApplication run] + 821
    25  com.apple.prokit                        0x00fe63f6 NSProApplicationMain + 326
    26  com.apple.logic.pro                     0x0002bb85 DummyConnection::DummyConnection() + 193
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x908f2382 kevent + 10
    1   libSystem.B.dylib                       0x908f2a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x908f1f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x908f1cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x908f1781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x908f15c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x908cbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908cc267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91ad62df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91ad53c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91ad51f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x953c0224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x953874c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x95387474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 3:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x908eaac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x91b15c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    3   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x908f9aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x908f975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x908fb3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x02bf64c8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02bf6591 ResolveFile + 55009
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x908f9aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x908f975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x908fb3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x02bf64c8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02bf6591 ResolveFile + 55009
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x908cbb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x909285a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x981223ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x981253dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x98122cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x98122571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x98122488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x908cbb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x909285a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x981223ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x981253dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x98122cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x98122571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x98122488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    9   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 8 Crashed:
    0   libSystem.B.dylib                       0x909390ee __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x90938fd2 nanosleep$NOCANCEL$UNIX2003 + 166
    2   libSystem.B.dylib                       0x909b3fb2 usleep$NOCANCEL$UNIX2003 + 61
    3   libSystem.B.dylib                       0x909d5685 __abort + 136
    4   libSystem.B.dylib                       0x909d56f5 abort_report_np + 0
    5   com.apple.logic.pro                     0x003e3b59 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3831609
    6   libSystem.B.dylib                       0x9093205b _sigtramp + 43
    7   ???                                     0x0000000a 0 + 10
    Thread 9:
    0   libSystem.B.dylib                       0x908f9aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x908f975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x908fb3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02cb443c MD::CallProcessThread2(void*) + 124
    4   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    5   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x908f9aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x908f975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x908fb3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02cb22ec MD::CallProcessThread15(void*) + 124
    4   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    5   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x908f9aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x908f975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x908fb3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02cd1b29 MDFileIOThread_IsBusy + 3593
    4   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    5   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x908cbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908cc267 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x013c30c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI           0x013e197a MIDIProcess::RunMIDIInThread() + 150
    4   com.apple.audio.midi.CoreMIDI           0x013c42d9 XThread::RunHelper(void*) + 17
    5   com.apple.audio.midi.CoreMIDI           0x013c3ca6 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x908cbb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x909285a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x9a329b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x9a3298ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x9a34db8b TimerThread + 97
    6   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x908eaac6 select$DARWIN_EXTSN + 10
    1   com.apple.logic.pro                     0x0096a2d7 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 375943
    2   com.apple.logic.pro                     0x005ae954 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5711156
    3   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    4   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x908cbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x908cc267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91ad62df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91ad53c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91adb304 CFRunLoopRun + 84
    5   com.spectrasonics.Amber                 0x52931353 std::vector<char*, std::allocator<char*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<char**, std::vector<char*, std::allocator<char*> > >, char* const&) + 575
    6   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a25997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a26e1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a26e1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a26e1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a26e1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x908cbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x908f96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9094205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x52a269b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x52a26e1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x908f9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x908f90de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x908f1412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x908f19a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x908f15c6 start_wqthread + 30
    Thread 8 crashed with X86 Thread State (32-bit):
      eax: 0x0000003c  ebx: 0x90938f39  ecx: 0xb05353ec  edx: 0x909390ee
      edi: 0x00000000  esi: 0xb0535448  ebp: 0xb0535428  esp: 0xb05353ec
       ss: 0x0000001f  efl: 0x00000247  eip: 0x909390ee   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x2d6a2b40
    Binary Images:
        0x1000 -   0xbe3ffb  com.apple.logic.pro 9.1.6 (1700.43) <B1E26E57-5B4C-4FE2-4FEA-B72167321749> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe8d000 -   0xeabfef  com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xeba000 -   0xeedfe7  com.apple.music.apps.MAAudioUnitSupport 9.1.6 (232.95) <46C8FA58-950A-A9DF-F522-3074AB34D34C> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xf02000 -   0xf33ff3  com.apple.musicaudiodataservices 1.1 (250.78) <0C7147A5-C89A-8433-DCBD-99F6C2A0C889> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf47000 -   0xfa5ff3  com.apple.music.apps.MALoopManagement 9.1.6 (218.80) <2A628103-5A16-5EFB-00B1-74A1B3F2A436> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfc2000 -  0x11fafff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1302000 -  0x137dfff  com.apple.music.apps.MACore 9.1.6 (477.18) <23232BE8-F63F-01A4-008C-8AF0B2BB9941> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x13b3000 -  0x13ffffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1424000 -  0x147afe3  com.apple.music.apps.MAHarmony 9.1.6 (198.80) <80C2ECD2-2E10-1790-A22C-1E080FF5254E> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x1496000 -  0x18afff7  com.apple.music.apps.MAPlugInGUI 9.1.6 (423.92) <F5D50EDA-A0CD-80D3-19F5-D9DF065053C1> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1bbe000 -  0x1ca0ff7  com.apple.music.apps.OMF 9.1.6 (108.79) <ED3407F7-21F0-32A3-D520-781977A4CC8D> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1cb7000 -  0x2307fef  com.apple.music.apps.MADSP 9.1.6 (588.58) <F7526C1F-3252-E5EA-567D-F94CE8B31718> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x2a52000 -  0x2a73ff7  com.apple.music.apps.LogicFileBrowser 9.1.6 (1700.43) <0CFBB9EE-12B1-0F2E-57CB-26C63AF54E94> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2a81000 -  0x2afaff7  com.apple.music.apps.LogicLoopBrowser 9.1.6 (1700.43) <8342A29C-2E2E-DB5C-981D-97DBACBA3698> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2b20000 -  0x2b41ff7  com.apple.music.apps.MAApogeeSupport 9.1.6 (311.80) <726A9E5E-2E03-B60C-673C-1C66944D6AF0> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x2b4a000 -  0x2b4fff7  com.apple.music.apps.MAResources 9.1.6 (211.81) <04BB5DC3-0661-0DDA-B496-D07C41706A14> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x2b53000 -  0x2b7cfe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2b8d000 -  0x2b9dff7  com.apple.AERegistration 1.2 (401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2bb1000 -  0x2bbdff3  com.apple.music.apps.MAUnitTest 9.1.6 (95.80) <34641697-F9CB-C93F-6584-9D355C5338E0> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2bc7000 -  0x2c7eff3  com.apple.music.apps.MAFiles 9.1.6 (143.95) <EE653EBC-8AD7-12F4-5614-71B3AAC7826E> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2c9e000 -  0x2d14fe3  com.apple.music.apps.MAAudioEngine 9.1.6 (158.18) <039C3621-221B-DED5-9EFC-5963B7A32728> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2d84000 -  0x2d8fff7  com.apple.music.apps.MAToolKit 9.1.6 (357.84) <A46086A4-54A5-7F33-4AC6-3679FCC5651F> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2d95000 -  0x2da9ff7  com.apple.music.apps.MAVideo 9.1.6 (11.85) <C418D913-E486-4996-46A3-55C8E49E6811> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2dbf000 -  0x2e74fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x2eba000 -  0x2efaff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2f13000 -  0x2fafffc  com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x3081000 -  0x30b6ff7  com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1) <FF2667E3-621B-071C-77D4-9C3125A9298C> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x376e000 -  0x3770fe3  com.apple.music.apps.midi.device.plugin.CS-32 9.1.6 (197.86) <D65003DF-A53D-F467-D3D9-80C7012859E3> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x3779000 -  0x377affb  com.apple.music.apps.midi.device.plugin.FaderMaster-4-100 9.1.6 (197.86) <F812A22B-AD99-F707-B547-59FCEB37AB12> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FaderMaster 4-100.bundle/Contents/MacOS/FaderMaster 4-100
    0x377f000 -  0x3781ff3  com.apple.music.apps.midi.device.plugin.GiO 9.1.6 (197.86) <7A578415-70AB-C2D3-EE18-689061E34707> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
    0x37d1000 -  0x37d5ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x37da000 -  0x37e0ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x37ed000 -  0x37f5ff7  com.apple.proapps.mrcheckpro 1.4 (397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x425e5000 - 0x42609fe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x430b9000 - 0x43232ff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x43264000 - 0x436ceff7  com.apple.driver.AppleIntelGMAX3100GLDriver 1.6.36 (6.3.6) <C73909B6-ED68-773D-9C15-E44910551D31> /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/App leIntelGMAX3100GLDriver
    0x43ae9000 - 0x43aeafff  com.apple.music.apps.midi.device.plugin.iControl 9.1.6 (197.86) <E62A3E33-A738-EB0B-A464-3A226901D40A> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
    0x43b0f000 - 0x43b12feb  com.apple.music.apps.midi.device.plugin.FW-1884 9.1.6 (197.86) <0277EA19-ACB8-D1AE-86D9-71AF7B66C5F6> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0x43b1c000 - 0x43b20ffb  com.apple.music.apps.midi.device.plugin.HUI 9.1.6 (197.86) <63F01470-1878-901A-174D-55EC08EE3224> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
    0x43b2d000 - 0x43b34ff3  com.apple.music.apps.midi.device.plugin.Logic-Control 9.1.6 (197.86) <4EF57B4D-1A0A-FF31-FD74-B0508630A475> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
    0x43b55000 - 0x43b56fff  com.apple.music.apps.midi.device.plugin.MCS3 9.1.6 (197.86) <0C857E49-44F1-B1D1-D18C-E419A20E42C8> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/MCS3.bundle/Contents/MacOS/MCS3
    0x43b5b000 - 0x43b5dff7  com.apple.music.apps.midi.device.plugin.microKONTROL 9.1.6 (197.86) <0BA71BCD-CB85-6CF7-3938-39CF17341214> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
    0x43b64000 - 0x43b64ff3  com.apple.music.apps.midi.device.plugin.Recording-Light 9.1.6 (197.86) <5D62E458-DFC1-097F-21C0-8786EF0DE147> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
    0x43c08000 - 0x43c0aff3  com.apple.music.apps.anvil.resources 9.1.6 (279.78) <7AF78982-F047-F161-9555-84AB92D8FEE7> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x43c0f000 - 0x43c11ff3  com.apple.music.apps.common.resources 9.1.6 (279.78) <12E469E7-22D3-5FDA-6B42-2092F46B45F7> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x43c16000 - 0x43c18ff3  com.apple.music.apps.ebp.resources 9.1.6 (279.78) <AB14E128-64FD-6B26-898C-BE9AB54CF7A3> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x43c1d000 - 0x43c1fff3  com.apple.music.apps.efx.resources 9.1.6 (279.78) <550345F9-CF1C-56F2-CD5A-A55D9F9ED64D> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x43c24000 - 0x43c26ff3  com.apple.music.apps.egt.resources 9.1.6 (279.78) <C6270881-7F48-B8FD-7964-90AD22D3E127> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x43c2b000 - 0x43c2dff3  com.apple.music.apps.emx.resources 9.1.6 (279.78) <C4F60BBC-29E9-0A23-2CAA-0D5CFECCFFB5> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x43c32000 - 0x43c34ff3  com.apple.music.apps.es1.resources 9.1.6 (279.78) <A4BACEA8-127B-2A22-6B7C-1ED3A62DDC42> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x43c39000 - 0x43c3bff3  com.apple.music.apps.es2.resources 9.1.6 (279.78) <E4EB40A0-D39C-6B00-FE2D-C85744976B36> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x43c40000 - 0x43c42ff3  com.apple.music.apps.esp.resources 9.1.6 (279.78) <339540FF-E2B2-DA48-6DE1-476464E00672> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x43c47000 - 0x43c49ff3  com.apple.music.apps.evb3.resources 9.1.6 (279.78) <6AA7BF8F-BD18-386A-C2FA-2E8B76674996> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x43c4e000 - 0x43c50ff3  com.apple.music.apps.evd6.resources 9.1.6 (279.78) <94B96EE7-2C3B-B21C-1EC0-C5103078C72A> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x43c55000 - 0x43c57ff3  com.apple.music.apps.evoc.resources 9.1.6 (279.78) <FCD7B3FE-21B1-D962-55AE-EB6F9AF9057D> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x43c5c000 - 0x43c5eff3  com.apple.music.apps.evp88.resources 9.1.6 (279.78) <CE9F639D-058B-2B19-C3CD-E79ADBDE9DB8> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x43c63000 - 0x43c65ff3  com.apple.music.apps.exs24.resources 9.1.6 (279.78) <25729878-53DF-256B-1B33-0B7D87FE1847> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x43c6a000 - 0x43c6cff3  com.apple.music.apps.guitaramp.resources 9.1.6 (279.78) <5E6F0A77-3DE4-C07D-AE92-8B879528F449> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x43c71000 - 0x43c73ff3  com.apple.music.apps.guitarcontrols.resources 9.1.6 (279.78) <D0A12412-5C62-5B97-984A-A484F4351A9B> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x43c78000 - 0x43c7aff3  com.apple.music.apps.mutapdel.resources 9.1.6 (279.78) <4144C8A4-08A8-F877-2A10-4962064BBA50> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x43c7f000 - 0x43c81ff3  com.apple.music.apps.pedalboard.resources 9.1.6 (279.78) <9B259935-F582-A5E4-6335-2D462EB25BB8> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x43c86000 - 0x43c88ff3  com.apple.music.apps.revolver.resources 9.1.6 (279.78) <F18D2824-CD18-061A-10F9-51E211AAABB4> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x43c8d000 - 0x43c8fff3  com.apple.music.apps.sphere.resources 9.1.6 (279.78) <EB4791D9-EC9B-4B89-141F-270D0CF04757> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x447e0000 - 0x447e0ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x48dac000 - 0x48db7ff7  com.apple.DVCPROHDVideoOutput 1.3.2 (1.3.2) <738D36A7-8DBD-3BD7-CD35-4B171397782C> /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x48ef9000 - 0x48f5efe0  com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <C1AA540F-CEAD-77BA-1CD6-0D467B4F76FF> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x48f78000 - 0x48fb9fe3  com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x48fc0000 - 0x48fcaff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x49800000 - 0x4983cfe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1787) <D20581EB-375E-4266-24B7-CBF062B819E6> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x49848000 - 0x49905fe2  com.apple.DesktopVideoOut 1.2.7 (1.2.7) <54E0C747-1169-FB4A-2CB4-9EA9BD5398F8> /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x49cf2000 - 0x49cf7fff  com.apple.demo.audiounit.FilterDemo ??? (???) <7223733B-681D-19FC-17E8-8A26160AF57B> /Library/Audio/Plug-Ins/Components/Omnisphere.component/Contents/Resources/Coco aFilterView.bundle/Contents/MacOS/CocoaFilterView
    0x4dade000 - 0x4dae1fff  com.apple.music.apps.midi.device.plugin.Motormix 9.1.6 (197.86) <E3775C3D-71A9-1993-A714-220D1FA64DF1> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Motormix.bundle/Contents/MacOS/Motormix
    0x4daeb000 - 0x4daefffb  com.apple.music.apps.midi.device.plugin.SAC-2K 9.1.6 (197.86) <83AABC92-391D-DC3F-C198-E9D5DB264861> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/SAC-2K.bundle/Contents/MacOS/SAC-2K
    0x4daf9000 - 0x4dafbff3  com.apple.music.apps.midi.device.plugin.TranzPort 9.1.6 (197.86) <73FC433E-BAE6-049A-4C65-45CDBEF16E6D> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
    0x4dd04000 - 0x4dd05fe3  com.apple.music.apps.midi.device.plugin.SI-24 9.1.6 (197.86) <F053D68A-480C-1312-8E5D-7FD557ACB8DD> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/SI-24.bundle/Contents/MacOS/SI-24
    0x4dd0c000 - 0x4dd0ffff  com.apple.music.apps.midi.device.plugin.TouchOSC 9.1.6 (197.86) <AB387F7F-85E8-B1BC-1F20-CD114A9377E0> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TouchOSC.bundle/Contents/MacOS/TouchOSC
    0x4dd1a000 - 0x4dd1cfe7  com.apple.music.apps.midi.device.plugin.US-2400 9.1.6 (197.86) <A7E3669E-BDD8-3E37-0CDE-362487E13189> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
    0x4dd26000 - 0x4dd27ffb  com.apple.music.apps.midi.device.plugin.US-428 9.1.6 (197.86) <D144468A-53CB-D7AC-CE7B-C4F7F3B8B7A2> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
    0x4dd35000 - 0x4dd42ff7  com.apple.iokit.IOHIDLib 1.6.6 (1.6.6) <665A3308-8C50-655A-ED3F-49AF695A408E> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x4e6eb000 - 0x4e6ecff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x52800000 - 0x52ad3fff +com.spectrasonics.Amber 1.3.2c (1.3.2c) <A7D52063-4A8E-3363-6695-7E88ED66766B> /Library/Audio/Plug-Ins/Components/Omnisphere.component/Contents/MacOS/Omnisphe re
    0x5b3f2000 - 0x5bb6ffe7 +Massive.MusicDevice.component 1.1.4 (R1901) (1.1.4 (R1901), Copyright © 2006 Native Instruments) <E6A44EAC-DB9C-D707-EE74-182FBB174730> /Library/Audio/Plug-Ins/Components/Massive.component/Contents/MacOS/Massive
    0x62b6e000 - 0x62ce6ff3 +com.LennarDigital.Sylenth1 ??? (2.2.0) /Library/Audio/Plug-Ins/Components/Sylenth1.component/Contents/MacOS/Sylenth1
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90003000 - 0x90006ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90007000 - 0x90012ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90013000 - 0x90050ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90051000 - 0x90096ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90097000 - 0x900b9fef  com.apple.DirectoryService.Framework 3.6 (621.12) <A4A47C88-138C-A237-88A5-877E5CAB4494> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90103000 - 0x9019efe7  com.apple.ApplicationServices.ATS 275.19 (???) <9FA31967-CF14-B033-EB8D-570561D12A13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90818000 - 0x90837ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90838000 - 0x908cafe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x908cb000 - 0x90a72ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x90a73000 - 0x90a73ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90a74000 - 0x90a7bff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90a7c000 - 0x90aaffff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90af4000 - 0x90b32ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90b89000 - 0x90c8afe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x90caa000 - 0x90caaff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90cab000 - 0x91a13fe7  com.apple.WebCore 6534.52 (6534.52.11) <28DB69F5-ACE5-2A67-4DC1-39EED479B56B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91a40000 - 0x91a49ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91a4a000 - 0x91a4aff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91a53000 - 0x91a8cfe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91a99000 - 0x91c14fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91c15000 - 0x91c55ff3  com.apple.securityinterface 4.0.1 (40418) <FED0C1B5-469E-ADFF-308E-C10B6A68AE45> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x91c56000 - 0x91d27fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <1C3E1CEF-6E88-4EAF-8A6E-4EC4C5642DDB> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x91d28000 - 0x91dd0ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91dd9000 - 0x91e1bff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e1c000 - 0x91e1dff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91e6a000 - 0x91ee3ff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91f36000 - 0x91fe2fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91fe3000 - 0x91fe5ff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91fe6000 - 0x9202aff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9202b000 - 0x924c9ff7  com.apple.RawCamera.bundle 3.9.0 (584) <5CC4C59B-5ECF-9767-2BB1-493AB505F433> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x924ca000 - 0x9250dff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9250e000 - 0x92551ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92552000 - 0x9279cfef  com.apple.JavaScriptCore 6534.52 (6534.52.7) <AF71FCC7-B8BF-2DA6-C538-6B7C47F95B2D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9279d000 - 0x936f2ffb  com.apple.QuickTimeComponents.component 7.6.6 (1787) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x936f3000 - 0x93830fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93845000 - 0x9388efe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9389c000 - 0x93a7efff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93a7f000 - 0x93ae0fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93b26000 - 0x93f5bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94139000 - 0x9418cff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9418d000 - 0x941c7ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x941c8000 - 0x942d4ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x942d5000 - 0x942d6ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942d7000 - 0x942e4fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
    0x942e5000 - 0x943c2fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x943c3000 - 0x94445ffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9445f000 - 0x944dcff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x944dd000 - 0x94998ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x94a4d000 - 0x94a51ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x94a52000 - 0x94a5cfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94a5d000 - 0x94aa4ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94aa5000 - 0x94c27fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x94c28000 - 0x94c2cff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94ebe000 - 0x94ec1ff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x94ec2000 - 0x94f18ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x94f19000 - 0x95047fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95048000 - 0x9504afe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x9504b000 - 0x95345fef  com.apple.QuickTime 7.6.6 (1787) <AC48EAD9-7201-7CE6-C826-41B12963FECF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x953710

  • Is there an upgrade path from Logic Pro 9 to Logic Pro X?

    I convinced a friend to purchase Logic Pro 9, not knowing version X was about to be released 3 weeks later.   Even though upgrade path always crosses my mind prior to a software purchase, I was not worried - this was Apple.  Now it's looking like there's not a built-in upgrade path at all (as there IS with just about every other software company I have bought from).  Is this for real?  This friend has version 9, and I have version X.  So this friend learned everything there is to know about version 9, then I bought version X not even knowing we were out of synch on versions.   We were hoping to work on songwriting together, but paying $200 again is out of the question.  I notice that the file save under version X has extension .logicx, so is it even possible to exchange files?

    my friend with Logic Pro 9 can send files to me but they cannot accept files created with Logic Pro X.
    Which is exactly what i said earlier....
    You can open Logic Pro 9 projects in LPX but not the other way around.
    Apple wouldn't even give me a refund on Logic Pro X (purchased just 3 days ago), which is useless to me now.
    There are no refunds from the App Store... That is what you agreed to when you purchased a license for LPX.
    Your choice is simply for your friend to update to Logic Pro X or use the audio stem process I outlined earlier (Not something i would recommend doing for any period of time)... or spend even more money on purchasing two copies of a different DAW...  and taking the time to learn them and spending time converting over what your friend has already created... and hope your friend hasn't been using the internal plugins found only in Logic Pro... otherwise you have even more work to do...
    The reality is, the sensible solution is simply to upgrade LP9 to LPX for $200... (and think of it as the upgrade price even though you can buy the full version for the same amount but that really doesn't matter does it?) Less outlay, less time lost and less hassle, but as always the choice is yours...
    I have never, EVER, encountered a software company that treated customers that way.
    Then you haven't been in the computer business that long......
    Seriously though, you haven't been treated that badly...
    You bought LPX at a price that is basically a steal.... and your friend bought LP9 at the same 'deal' of a price.. compared to what Logic Pro used to cost ($1000)
    You can 'upgrade' from LP9 to LPX for $200 which is much cheaper than it used to cost to upgrade from , say LP8 to LP9... and the same price as it cost to upgrade to LP9 via the App Storeprior to the release of LPX
    The alternatives at this stage would cost you much more money......time.. and hassle..
    The only things that truly frustrating is the timing of your friend's purchase of LP9... For that he has my sympathies but it happens... Some people who bought Logic Pro 9 within a month of Logic Pro X being released were given refunds on the LP9 purchase if they bought LPX... Your friend just left it way too late.... Apple has since stopped such refunds.... and you didn't do the research you should have done before you jumped in and bought LPX... Unfortunate but sadly true.
    Again, you and your friend have my sympathies for whatever they are worth... but at least the obvious solution is still cheap compared to what the alternatives could cost you now and in the past!

  • Due date falls on 80 days from base line date ........but end of that month

    Hi All
    Can any one please guide me in creating a payment term
    The Base Line Date would be 80 days from Posting date ........... But end of that month
    Example
    Posting date 01.01.2009 so the base line date would be on 21st March
    01.01 ;          31.01 ;                            31 Days
    01.02 ;          28.02 ;                            28 Days
    01.03 ;          21.03 ;                            21 Days               80 Days              
    But due date should fall on end of that month 31st of march
    So irrespective of any day calculated as above in that month  it will always take the baseline date as last day of the month    
    Its Picking up the posting day as Baseline date from Transaction VA01 -> Additional data tab -> ETD ( Festinated Time of Departure)
    From this date it need to calculate the due date as above ( 80 day but last day of the month)
    Please Guide
    Many thanks in advance
    Aadi

    Hi Aditya,
    You may have to create 2 payment terms using the day limit option to meet this requirement.
    Follows the below steps -
    T-code OBB8
    Term 1
    Payment terms = xxxx (as you wish)
    Day limit = any number between 10-15 (you may fix an appropriate date as you think fit for your business)
    Default for baseline date = Posting date
    Payment terms/fixed date = 31
    Payment terms/additional months = 2
    Term 2
    Payment terms = same name as above
    Day limit = 31
    Default for baseline date = Posting date
    Payment terms/fixed date = 31
    Payment terms/additional months = 3
    Logic here is... for all invoices with posting date on or before 10th-15th of a month, 80th day will fall definitely on the 2nd month. Invoices with posting date after 15th, the 80th day will fall on the 3rd month.
    You have to take a concious decision on the day limit number. Because 80 days will not exactly work for all the months.
    Regards,
    Mike

  • Are older logic versions compatible with latest leopard?

    hi, ive just bought the latest macbook.
    ive seen some older versions for sale on ebay. v7 etc.
    will latest leopard be compatible with older logic pro/studio?
    or just the latest logic studio will work?
    also, do i need an external hard drive to record and store my song data??
    pro tools requires an external dedicated drive to record audio onto/store samples etc.
    does this apply to logic too, on macbook. or will i be ok just using the internal hard drive? (its NOT 7200rpm, 5400 or something like that) (250gb)
    thanks

    Logic 7.1 and below will run very very badly on any Intel Mac, if at all. Shortly after the Intel Macs arrived Apple brought out a 'crossgrade' which was Logic 7.2 which was the first Universal Binary version of Logic, i.e able to run on an Intel Mac. In the UK the crossgrade was £45.
    A few months before Logic 8 appeared Apple pulled the crossgrade much to the contention of many users who wanted to buy a new Intel Mac but had no way to upgrade (their 7.1 or below Logic) so that it would actually work. It got up to 7.2.3 before it moved to 8.
    So if you are going to buy version 7, make sure it is 7.2 or above or it has the crossgrade disk included, and it will run fine on your Intel Mac. This will save you a lot of pain.

  • Audio Interface For Logic?

    Im looking to get a interface but Im hearing that only Motu Interfaces only work with Logic if your running Leopard. Is this true.

    DeQuan Smith wrote:
    Im looking to get a interface but Im hearing that only Motu Interfaces only work with Logic if your running Leopard. Is this true.
    This is absolutely positively UNTRUE. I have been using a MOTU Ultralite for a couple of years with Logic 7 and TIGER, and for about 5 months with Logic 8 and TIGER. I have never had a single problem with their drivers with any operating system, they are ROCK SOLID.
    I also have an M-Audio Firewire 410, and their drivers for TIGER are OK, but for LEOPARD (especially 10.5.3) are very unpredictable for me.
    MOTU Ultralite is an AWESOME piece.

  • Ibook g4 logic board work around?

    Newbie here and have read several threads on this topic.
    I've got a ibook g4 late 2004 1.07ghz 14 inch display and it seems to have the logic board problem.
    I've been doing some tests and here's something i've discovered for some of you who may have or are expierencing this problem:
    1. i can only install os 10.4 via cd. i tried 10.2, 9.2 and it won't boot off the cd. oddly enough, i tried this because i wanted to see if the fan would kick in or can be set to kick in earlier then the settings on os x 10.4. why? see # 3.
    2. I tried the typical hard drive format, disk utility check and ram / airport card removal same problem. I did this to eleminate a hardware malfunction on one of these devices.
    3. i started the ibook while it was completely stationary and powered it on with the battery. here's the catch...i set the power to "battery performance" and set the cpu to "reduced" in the option feature. Why? my theory is the heat from the logicboard gets to the point where the cpu or gpu move up and thus we get the typical freezing of the screen, lines on the screen, etc.
    My findings were as I suspected. after setting the screen display to low lighting, cpu to reduced speed and running on best battery performance, i was able to use the ibook from 100% battery all the way down to 0%. This was using the ibook on the web strictly. When i ac powered it up and tried used several applications...boom....went to freeze.
    At this point..the unit is noticeably warm. Keeps freezing. forget it. I wait for 6 hours then boot off the battery again. Take a guess...with the lowest performance settings i got to use the ibook up to 0% battery life.
    Now, the big ? is if there is an application to reduce the cpu speed and set the fan settings to kick in earlier then what os x has preset for would be a great test to try. Also, a cooling pad for under the ibook or some method to keep it from getting to the trigger heat point is another option.
    Any have any ideas on the last 2 options?

    Hi guys,
    I have an ibookG4 1GHz with the approx 15 months until logic board becomes sick with the usual symptoms... (freezes, no boots, boots to screen w/ vertical colored lines, etc.)
    I also took the beast apart and confirmed that the logic board was "touchy" by just touching it on the "top" side near the hard drive (where left hand would lay on the computer if you were using it). So, I tried taping a piece of corrugated cardboard between the bottom case and the metal shield. The symptoms actually got worse/___sbsstatic___/migration-images/migration-img-not-avail.png
    Then I happened to read about the 2 mm playing card trick and tried it... son um a gun, it's been working fine now for hours/___sbsstatic___/migration-images/migration-img-not-avail.png/___sbsstatic ___/migration-images/migration-img-not-avail.png/___sbsstatic___/migration-image s/migration-img-not-avail.png/___sbsstatic___/migration-images/migration-img-not -avail.png
    The lesson seems to be that too thick is not good, a few playing cards seems to be just right/___sbsstatic___/migration-images/migration-img-not-avail.png
    Also, I have another possible theory as too the origin of the problem....
    I know that those little rubber feet seem to come off very easily. On my machine, I have lost all the feet EXCEPT the one on the battery. This situation would always cause the base of the laptop to be CONCAVE. Notice that the pressure that is applied by the "2 mm worth of cards trick" would then be counteracting the concaveness. In fact, anytime there is only a single rubber foot, or, only two feet that are next to each other (not diagonal), the base of the ibook will be forced concave.
    Having three feet will cause CONVEXITY (possibly slight dipping down of the corner without the foot). Two feet diagonal to each other should also cause convexity (opposite corners should dip downward)
    My predictions: people who have the logic board problem have only one rubber foot, or two feet that are not diagonal.
    Hey, I'm a scientist, I always have theories/___sbsstatic___/migration-images/migration-img-not-avail.png/___sbssta tic___/migration-images/migration-img-not-avail.png
    Good luck guys,
    Dean
    PS. Let me know how wrong my theory is...
    ibook G4   Mac OS X (10.4.6)  

  • Logic Pro 7 Upgrade for Free

    How do I qualify to get the upgrade for Logic Studio?
    I heard from someone that worked at Guitar Center that I can get it for free if I bought it within a month of Logic Studio coming out.
    Where would I get the rebate from Apple?

    Are you saying that you bought a full new version of Logic 7 less than a month before Logic 8 came out? In that case, Apple was allowing people to return their opened copies of Logic 7 in order to purchase Logic 8. Under normal circumstances you are not allowed to return software when it's been opened but they were making an exception for people who bought 7 right before 8 came out.
    However, it's been several months now and I doubt they're going to honor that. You need to call Applecare and ask them that question, or call an Apple Store. But more than likely they're going to tell you you waited too long and have to buy the upgrade package to go from 7 to 8.

  • BI report to get count

    Hello BI Gurus,
    I have a BI report where we require to have values in the following format..
    For Plant: X
    OVERALL                               Sep-07          Oct-07     Nov-07     Dec-07     Jan-08     Feb-08
    Total No of Machines         1                         0
    Scenario is as follows:
    When i move machine from one plant to another . i.e for example : in September 08, I had 2 machines for the given plant in the report. Now let us say this machine was moved from Plant X to Plant Y in month of February08, report shows the correct status that one machine is moved from this plant to another. This report is based out of ODS, where it shows records for Sep 07 and Feb 08, so it will show machine count proper for these 2 months, but logically, as this machine was present in the same plant from Oct 07 to Jan 08, the report should denote its presence and give the record count as 1 in the following manner.
    For Plant: X
    OVERALL                               Sep-07          Oct-07     Nov-07     Dec-07     Jan-08     Feb-08
    Total No of Machines         1     1     1     1     1     0
    Customer wants to see this trend for a year, starting from the month he enters at the time of query execution, let us say : feb 08, so report shd go up to March 07 (in the above example, i have just shown till Sep 07, but it will be till March 07).
    So the count for these machines should reflect properly when report is executed. I believe, count for these months can be calculated with virtual key figure ??
    In ODS, there will be just 2 records, showing
    Machine            Calmonth              Count
    X                      Sep 07                    1
    X                      Feb 08                    0
    Problem lies with the other months for which there is no movement of machine in that month..
    Thanks in advance
    Regards,
    Vipul.

    Hi,
    Thanks for reply.
    In report ME80 and ME2L no where we are getting report on header level. All counts are including line items.
    User dont have authorizations to see tables.
    Is there anyother reports???
    Thanks
    Nilesh

  • Waveburner does not open in other user account:

    Hi,
    I’m having an issue with Waveburner 1.1.1 not opening in a second account I have on my Mac.
    I have one account that I use for everything and another that I use for just music production.
    They are both admin accounts. The music account has been working just fine for months with Logic 7.1 - -no problems at all, until I went to use WB today. I’ve run it just fine in my “everything” account but it just stalls with an endless beachball when I go to launch it in the music one.
    Today was the first time I launched it in that account so I got the “...is being launched for the first time...” blah blah message and just hit OK. After that - spinning ball of death requiring a force-quit. By the way, WB is listed in the force quit dialog as “unresponsive”.
    All AU’s passed validation in my “everything” account but it never got that far in the music one.
    Anyway, I did all the standard voodoo - trashed WB prefs, restarted, repaired permissions...
    Any clues anyone ?
    Thanks,
    Dan-
    Dual 1.25GHz PPC - FW800
    2GB RAM
    Tiger 10.4.2
    Logic 7.1 - M-Audio 410
    Waveburner 1.1.1

    If it launches in one account and not the other, then there's something that is account related beyond the WB prefs. There may be some other prefs that are causing WB to grok. If you are validating any AU's, then you may want to see if any of their prefs are corrupt.
    jord

  • Display turning off?

    hi the screen on my ibook just seems to randomly switch off. the computer will still be operating but the screen just stops working. sometimes after extended sleep the screen will flash then just be black. sometimes i can be working and it will just go. it is happening very frequent now and im having to turn off my laptop and turn it back on to get the screen back on, any ideas what the problem could be? thanks

    oh right ok thanks for that info. i dont have any apple care left as mine is a 2004 model and i took the extended 2 years with the retailer i bought from (pc world) within the 1st 12 months the logic board went and when i took it back they didnt have a clue what to do because it was a mac - lol, why sell me insurance on it then!? im guessing they must have places they will send it off to that deal with apples but its gonna be a bit of a wait. hopefully they will just turn around and offer me a store credit or something that i could use to put towards a new macbook pro

Maybe you are looking for

  • Voyager Legend will not work with my laptop

    I have an HP Pavilion dv6-3120us Entertainment Notebook PC with Windows 7(64-bit). I recently purchased a new bluetooth headset and am unable to get it to work with my laptop. The Previous headset was a Plantronics Voyager Pro which worked great with

  • How do I add Bloglines graphic to my iWeb page

    I have created a knitting blog using iWeb and .mac. Most knitters use Bloglines to follow their favorite sites. I have added RSS to the top of my blog but would also like to add Bloglines and its subscribe button. I went to Bloglines, created an acco

  • How can I get a volume license for App store?

    I Have a businessbased in Christchurch, New Zealand, team of 12 using 10+ Macs. Is there a volume license for small business? I need ti=o up grade the OS and several applications but dont want to manage 10 + apple ID accounts. Thanks

  • Size of Final Cut Express and LiveType?

    I want to get Final Cut Express soon. on info site it says this for the hard drive requirements: "500MB disk space required for applications; additional 16GB of additional storage space for Soundtrack and LiveType content (can be installed on separat

  • Oracle Workflow - Expand Roles

    All, Here is the requirement - Develop a workflow to generate a notification for multiple users. Solution - I have developed a workflow (enabled the EXPAND ROLES checkbox at notification level), dynamically created a ADHOC DB User group and attached