Old 11-17-2023, 01:10 PM   #1
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,911
Default v7.05+dev1117 - November 17 2023

v7.05+dev1117 - November 17 2023
  • * Includes branch: improved take FX position reporting with PDC
  • * Includes feature branch: large number of video items CPU use optimizations
  • * Includes feature branch: record armed tracks obeying 'do not run muted tracks' preference
  • * Includes feature branch: increase fixed lane limit to 256 lanes
  • * Includes feature branch: improve undo behavior when comping
  • * Includes feature branch: support non-SMPTE 7.1 channel order
  • * Includes feature branch: improve behavior when deleting or reordering tracks while recording
  • * Includes feature branch: support copying comp area edits back to source lanes
  • * Includes feature branch: optionally limit media item edge edits to start/end of source media
  • * Includes feature branch: FX envelope options for AI combining
  • * Includes feature branch: ReaSurround support for 128 inputs
  • + Comp areas: improve behavior when inserting empty space or copying regions [p=2734194]
  • + Comp areas: improve behavior when lanes contain multiple copies of the same source media with different take envelopes [p=2734244]
  • + FX: fix quirks when single-FX chain mode is enabled moving/copying single FX [t=277429]
  • + FX: improve wording/checked-state indicators for bypass/offline menu items
  • + Lanes: add track setting for media items on higher numbered lanes to mask playback of lower lanes
  • + Lanes: fix play cursor drawing glitch in certain situations [p=2734248]
  • + Lanes: optimize drawing arrange view when zoomed in to a track with many lanes
  • + Lanes: when preference enabled to vertically offset overlapping items, items respect original lane order if track formerly displayed fixed lanes
  • + Take FX: improve position reporting to plug-ins (including ARA) when using PDC [p=2734271]
  • + Tracks: fix TCP display glitch when reactivating project tab and TCP is narrow [p=2734249]
  • # Comp areas: sort and clean up comp areas after razor edit that does not contain media items [p=2734245]
This thread is for pre-release features discussion. Use the Feature Requests forum for other requests.

Changelog - Pre-Releases

Generated by X-Raym's REAPER ChangeLog to BBCode
Vagelis is offline   Reply With Quote
Old 11-17-2023, 01:19 PM   #2
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,911
Default

Quote:
Originally Posted by Vagelis View Post
v7.05+dev1117 - November 17 2023
[*]+ Lanes: add track setting for media items on higher numbered lanes to mask playback of lower lanes
OMG my dream comes true, I'm getting so fricking excited!
Devs you are the best, thank you very very much from the bottom of my heart <3
This is going to be my main environment to experiment with rhythms or editing for sound design. Combined with takes and the new comping system, Reaper is really ahead!
Top notch!!!
Vagelis is offline   Reply With Quote
Old 11-17-2023, 01:43 PM   #3
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,911
Default

I think it would be useful to have some action to crop to audible/active parts the selected items.
Overall I'm in love.

So powerful the combination of takes and this mode, very unique!:


I tried to add a comp lane after but I saw it didn't comp the audible parts. Maybe it would be nice to auto comp when a comp lane is added for a smoother transition from one mode to the other?
Vagelis is offline   Reply With Quote
Old 11-17-2023, 02:02 PM   #4
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,911
Default

When audible items are muted it would be better to listen to the higher items.

Vagelis is offline   Reply With Quote
Old 11-17-2023, 02:32 PM   #5
MonkeyBars
Human being with feelings
 
MonkeyBars's Avatar
 
Join Date: Feb 2016
Location: Hollyweird
Posts: 2,717
Default

Quote:
Originally Posted by Vagelis View Post
v7.05+dev1117 - November 17 2023
[list][*]+ FX: improve wording/checked-state indicators for bypass/offline menu items
Thank you so much! I basically couldn't find the menu items before every time I opened that context menu
MonkeyBars is offline   Reply With Quote
Old 11-17-2023, 03:10 PM   #6
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,792
Default


Linking from containers is little awkward in nested situations. What values should we pass here? Last touched parameter/fx is not working here. Even when the parameter is mapped to container (manually) last touched value is still not responding
How are we supposed to calculate this?

Code:
r.TrackFX_SetNamedConfigParm(TRACK, LASTTOUCH_FX_ID, "param." .. LASTTOUCH_P_ID .. ".plink.effect", SRC_FX_ID)
r.TrackFX_SetNamedConfigParm(TRACK, LASTTOUCH_FX_ID, "param." .. LASTTOUCH_P_ID .. ".plink.param", "16")
Sexan is offline   Reply With Quote
Old 11-17-2023, 04:02 PM   #7
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,911
Default

Deleting audible items with RE doesn't make the higher items audible until I click on the arrange.

Vagelis is offline   Reply With Quote
Old 11-17-2023, 04:32 PM   #8
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,302
Default

Quote:
Originally Posted by Vagelis View Post
So powerful the combination of takes and this mode, very unique!:
Looks like a cool mode indeed!

Quote:
Originally Posted by Vagelis View Post
I tried to add a comp lane after but I saw it didn't comp the audible parts. Maybe it would be nice to auto comp when a comp lane is added for a smoother transition from one mode to the other?
On that note, it's weird anyway that "Comp into new empty lane, automatically creating comp areas" works from top to bottom. Newly recorded items are added at the bottom, so shouldn't that be reversed?

__________________
Featured scripts: REAPER Update UtilityLil ChordboxGridbox/Adaptive gridMX TunerRS5K LinkMIDI Editor Magic Donate💝: PayPal|ko-fi
FeedTheCat is offline   Reply With Quote
Old 11-17-2023, 06:49 PM   #9
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,202
Default

Quote:
Originally Posted by Vagelis View Post
[*]+ Lanes: add track setting for media items on higher numbered lanes to mask playback of lower lanes
Looks like I can finally mark this done.
nofish is offline   Reply With Quote
Old 11-18-2023, 12:20 AM   #10
deeb
Human being with feelings
 
deeb's Avatar
 
Join Date: Feb 2017
Posts: 4,952
Default

Quote:
Originally Posted by nofish View Post
Looks like I can finally mark this done.
Looking forward to try this too. I wish there was no need to start comping, but I need to try.

Fixed lanes (comping)
Fixed lanes (layering)
Fixed lanes (lifo)
__________________
🙏🏻
deeb is offline   Reply With Quote
Old 11-18-2023, 12:38 AM   #11
Daodan
Human being with feelings
 
Join Date: Jan 2011
Posts: 1,261
Default

Quote:
Originally Posted by Vagelis View Post
v7.05+dev1117 - November 17 2023
  • + Lanes: add track setting for media items on higher numbered lanes to mask playback of lower lanes
Interesting! Is there a quick way to turn this into a sequence of regular items?
Daodan is offline   Reply With Quote
Old 11-18-2023, 12:43 AM   #12
svijayrathinam
Human being with feelings
 
Join Date: May 2017
Posts: 985
Default

Lots of crashes after updating to MAC OS Sonoma 14.1.1. Anytime I move an item or delete some items, reaper keeps crashing. Pls help

Here is a crash info

Code:
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               REAPER [28952]
Path:                  /Applications/REAPER.app/Contents/MacOS/REAPER
Identifier:            com.cockos.reaper
Version:               7.5.16_9c0b38du (7.5.16_9c0b38du)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2023-11-18 13:12:07.1064 +0530
OS Version:            macOS 14.1.1 (23B81)
Report Version:        12
Anonymous UUID:        E084E471-536B-C0D5-3392-6444521315BE


Time Awake Since Boot: 3300 seconds

System Integrity Protection: disabled

Crashed Thread:        5  */video

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000010
Exception Codes:       0x0000000000000001, 0x0000000000000010

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [28952]

VM Region Info: 0x10 is not in any region.  Bytes before following region: 105554726879216
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      MALLOC_NANO              600060000000-600080000000 [512.0M] rw-/rwx SM=PRV  

Thread 0:: reaper Dispatch queue: com.apple.main-thread
0   REAPER                        	       0x104367878 LICE__GetWidth(LICE_IBitmap*) + 0
1   jsfx.dylib                    	       0x11d602860 eel_lice_state::gfx_lineto(double, double, double) + 184
2   jsfx.dylib                    	       0x11d6072cc _gfx_lineto(void*, double*, double*, double*) + 88
3   ???                           	       0x1284a7aec ???
4   jsfx.dylib                    	       0x11d624b28 sx_inlineEditor(SX_Instance*, int, void*, void*) + 1000
5   REAPER                        	       0x104643f68 DrawInlineTCPFX(MediaTrack*, int, POINT const*, HDC__*, WDL_VWnd_Painter*) + 2224
6   REAPER                        	       0x1041a2730 Main_OnTimer(HWND__*, unsigned long) + 1800
7   REAPER                        	       0x104733fc0 MainProc(HWND__*, unsigned int, unsigned long, long) + 5172
8   REAPER                        	       0x1045a7b58 SwellDialogDefaultWindowProc(HWND__*, unsigned int, unsigned long, long) + 444
9   Foundation                    	       0x187f39bd8 __NSFireTimer + 104
10  CoreFoundation                	       0x186e15cd0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32
11  CoreFoundation                	       0x186e15978 __CFRunLoopDoTimer + 972
12  CoreFoundation                	       0x186e154b0 __CFRunLoopDoTimers + 356
13  CoreFoundation                	       0x186df89f4 __CFRunLoopRun + 1856
14  CoreFoundation                	       0x186df7c5c CFRunLoopRunSpecific + 608
15  HIToolbox                     	       0x191374448 RunCurrentEventLoopInMode + 292
16  HIToolbox                     	       0x191374284 ReceiveNextEventCommon + 648
17  HIToolbox                     	       0x191373fdc _BlockUntilNextEventMatchingListInModeWithFilter + 76
18  AppKit                        	       0x18a5d2c54 _DPSNextEvent + 660
19  AppKit                        	       0x18ada8ebc -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716
20  AppKit                        	       0x18a5c6100 -[NSApplication run] + 476
21  AppKit                        	       0x18a59d3cc NSApplicationMain + 880
22  dyld                          	       0x1869a10e0 start + 2360

Thread 1::  Dispatch queue: com.apple.coremedia.videomediaconverter.inbound
0   libsystem_kernel.dylib        	       0x186cdf564 __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	       0x186d1a168 _pthread_mutex_firstfit_lock_wait + 84
2   libsystem_pthread.dylib       	       0x186d17af8 _pthread_mutex_firstfit_lock_slow + 248
3   MediaToolbox                  	       0x195d49d3c 0x195c4c000 + 1039676
4   libdispatch.dylib             	       0x186b6f910 _dispatch_client_callout + 20
5   libdispatch.dylib             	       0x186b76ea4 _dispatch_lane_serial_drain + 748
6   libdispatch.dylib             	       0x186b779d4 _dispatch_lane_invoke + 380
7   libdispatch.dylib             	       0x186b8261c _dispatch_root_queue_drain_deferred_wlh + 288
8   libdispatch.dylib             	       0x186b81e90 _dispatch_workloop_worker_thread + 404
9   libsystem_pthread.dylib       	       0x186d19114 _pthread_wqthread + 288
10  libsystem_pthread.dylib       	       0x186d17e30 start_wqthread + 8

Thread 2:
0   libsystem_pthread.dylib       	       0x186d17e28 start_wqthread + 0

Thread 3:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	       0x186cdc8b4 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x186ceed30 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x186ce54f0 mach_msg_overwrite + 476
3   libsystem_kernel.dylib        	       0x186cdcc38 mach_msg + 24
4   CoreFoundation                	       0x186df9ea4 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x186df876c __CFRunLoopRun + 1208
6   CoreFoundation                	       0x186df7c5c CFRunLoopRunSpecific + 608
7   AppKit                        	       0x18a6fc404 _NSEventThread + 144
8   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
9   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 4:
0   libsystem_kernel.dylib        	       0x186cdc8b4 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x186ceed30 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x186ce54f0 mach_msg_overwrite + 476
3   libsystem_kernel.dylib        	       0x186cdcc38 mach_msg + 24
4   CoreMIDI                      	       0x1a080d48c XServerMachPort::ReceiveMessage(int&, void*, int&) + 104
5   CoreMIDI                      	       0x1a081e66c MIDIProcess::MIDIInPortThread::Run() + 156
6   CoreMIDI                      	       0x1a081ba64 CADeprecated::XThread::RunHelper(void*) + 48
7   CoreMIDI                      	       0x1a081d6c0 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 92
8   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
9   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 5 Crashed:: */video
0   REAPER                        	       0x104292e90 videoEnumSourcesNearTime(double, double, ReaProject*, int, void (*)(void*, PCM_source*), void*) + 332
1   reaper_video.dylib            	       0x11f3203f0 GetProjectSourceFromFrame(ReaProject*, PCM_source_dshow*, long long, ownedSourceInst*, double, ownedSourceInst*, srclist_cache_index) + 368
2   reaper_video.dylib            	       0x11f325b84 renderCacheRange(double, long long, int, int, PCM_source_dshow*, long long const*, int, int, int, long long*, ReaProject*) + 728
3   reaper_video.dylib            	       0x11f326570 videoDecodeThread(void*) + 908
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 6:: reaperiacthread
0   libsystem_kernel.dylib        	       0x186cdfea8 __semwait_signal + 8
1   libsystem_c.dylib             	       0x186bc32f8 nanosleep + 220
2   reaper_soundminer_extension.dylib	       0x11f453ee8 0x11f430000 + 147176
3   reaper_soundminer_extension.dylib	       0x11f43f8f4 0x11f430000 + 63732
4   reaper_soundminer_extension.dylib	       0x11f45ea08 0x11f430000 + 190984
5   reaper_soundminer_extension.dylib	       0x11f46eb88 0x11f430000 + 256904
6   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
7   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 7:: */cs_midio
0   libsystem_kernel.dylib        	       0x186cdfea8 __semwait_signal + 8
1   libsystem_c.dylib             	       0x186bc32f8 nanosleep + 220
2   libsystem_c.dylib             	       0x186bc3210 usleep + 68
3   reaper_csurf.dylib            	       0x11ed294cc threadedMIDIOutput::threadProc(void*) + 204
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 8:: caulk.messenger.shared:17
0   libsystem_kernel.dylib        	       0x186cdc830 semaphore_wait_trap + 8
1   caulk                         	       0x191071690 caulk::semaphore::timed_wait(double) + 212
2   caulk                         	       0x191071544 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                         	       0x191071244 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96
4   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 9:: caulk.messenger.shared:high
0   libsystem_kernel.dylib        	       0x186cdc830 semaphore_wait_trap + 8
1   caulk                         	       0x191071690 caulk::semaphore::timed_wait(double) + 212
2   caulk                         	       0x191071544 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                         	       0x191071244 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96
4   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 10:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	       0x186cdc8b4 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x186ceed30 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x186ce54f0 mach_msg_overwrite + 476
3   libsystem_kernel.dylib        	       0x186cdcc38 mach_msg + 24
4   CoreAudio                     	       0x189667f68 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 96
5   CoreAudio                     	       0x18953fe24 HALC_ProxyIOContext::IOWorkLoop() + 4260
6   CoreAudio                     	       0x18953e650 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 108
7   CoreAudio                     	       0x1896bc93c HALC_IOThread::Entry(void*) + 88
8   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
9   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 11:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 12:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 13:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 14:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 15:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 16:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 17:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 18:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 19:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 20:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 21:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 22:: */mediaafx
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d628 _pthread_cond_wait + 1272
2   REAPER                        	       0x1045d71a4 WaitForSingleObject(void*, unsigned int) + 668
3   REAPER                        	       0x10421a374 WorkerThreadInst::threadProc(void*) + 2348
4   REAPER                        	       0x1045d738c __threadproc(void*) + 32
5   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 23:
0   libsystem_pthread.dylib       	       0x186d17e28 start_wqthread + 0

Thread 24:: JUCE Timer
0   libsystem_kernel.dylib        	       0x186ce00ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x186d1d5fc _pthread_cond_wait + 1228
2   libc++.1.dylib                	       0x186c48570 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 100
3   reaper_PSEReaperExtension.dylib	       0x11f25f434 juce::WaitableEvent::wait(int) const + 152
4   reaper_PSEReaperExtension.dylib	       0x11f263e38 juce::Timer::TimerThread::run() + 188
5   reaper_PSEReaperExtension.dylib	       0x11f260450 juce::threadEntryProc(void*) + 528
6   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
7   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 25:
0   libsystem_pthread.dylib       	       0x186d17e28 start_wqthread + 0

Thread 26:
0   libsystem_pthread.dylib       	       0x186d17e28 start_wqthread + 0

Thread 27:
0   libsystem_pthread.dylib       	       0x186d17e28 start_wqthread + 0

Thread 28:: com.apple.coremedia.sharedRootQueue.47
0   libsystem_kernel.dylib        	       0x186cdc848 semaphore_timedwait_trap + 8
1   libdispatch.dylib             	       0x186b6ff28 _dispatch_sema4_timedwait + 64
2   libdispatch.dylib             	       0x186b70524 _dispatch_semaphore_wait_slow + 76
3   libdispatch.dylib             	       0x186b80fc8 _dispatch_worker_thread + 328
4   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 29:: com.apple.coremedia.sharedRootQueue.47
0   libsystem_kernel.dylib        	       0x186cdc848 semaphore_timedwait_trap + 8
1   libdispatch.dylib             	       0x186b6ff28 _dispatch_sema4_timedwait + 64
2   libdispatch.dylib             	       0x186b70524 _dispatch_semaphore_wait_slow + 76
3   libdispatch.dylib             	       0x186b80fc8 _dispatch_worker_thread + 328
4   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 30:: com.apple.coremedia.sharedRootQueue.49
0   libsystem_kernel.dylib        	       0x186cdc848 semaphore_timedwait_trap + 8
1   libdispatch.dylib             	       0x186b6ff28 _dispatch_sema4_timedwait + 64
2   libdispatch.dylib             	       0x186b70524 _dispatch_semaphore_wait_slow + 76
3   libdispatch.dylib             	       0x186b80fc8 _dispatch_worker_thread + 328
4   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 31:: com.apple.coremedia.sharedRootQueue.48
0   libsystem_kernel.dylib        	       0x186cdc848 semaphore_timedwait_trap + 8
1   libdispatch.dylib             	       0x186b6ff28 _dispatch_sema4_timedwait + 64
2   libdispatch.dylib             	       0x186b70524 _dispatch_semaphore_wait_slow + 76
3   libdispatch.dylib             	       0x186b80fc8 _dispatch_worker_thread + 328
4   libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 32:: com.apple.coremedia.videomediaconverter
0   libsystem_kernel.dylib        	       0x186cdc8b4 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x186ceed30 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x186ce54f0 mach_msg_overwrite + 476
3   libsystem_kernel.dylib        	       0x186cdcc38 mach_msg + 24
4   libdispatch.dylib             	       0x186b8a794 _dispatch_mach_send_and_wait_for_reply + 540
5   libdispatch.dylib             	       0x186b8ab24 dispatch_mach_send_with_result_and_wait_for_reply + 60
6   libxpc.dylib                  	       0x186a41510 xpc_connection_send_message_with_reply_sync + 288
7   VideoToolbox                  	       0x1956d9794 0x195491000 + 2394004
8   VideoToolbox                  	       0x1954b644c 0x195491000 + 152652
9   VideoToolbox                  	       0x1954b3f54 0x195491000 + 143188
10  MediaToolbox                  	       0x195d452e0 0x195c4c000 + 1020640
11  MediaToolbox                  	       0x19606f45c 0x195c4c000 + 4338780
12  CoreMedia                     	       0x1910b880c figThreadMain + 224
13  libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
14  libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8

Thread 33:: com.apple.coremedia.videomentor
0   libsystem_kernel.dylib        	       0x186cde1c4 pread + 8
1   CoreMedia                     	       0x19109cb38 FigFileForkRead + 128
2   CoreMedia                     	       0x19109c9b0 FigFileForkReadWithIOPolicy + 300
3   CoreMedia                     	       0x19109c778 FigFileByteStreamRead + 216
4   CoreMedia                     	       0x19109c638 ManagedFileByteStreamRead + 220
5   MediaToolbox                  	       0x195e728ac 0x195c4c000 + 2255020
6   MediaToolbox                  	       0x195e70e3c 0x195c4c000 + 2248252
7   MediaToolbox                  	       0x195e6e084 0x195c4c000 + 2236548
8   MediaToolbox                  	       0x195e6d61c 0x195c4c000 + 2233884
9   MediaToolbox                  	       0x195e880fc 0x195c4c000 + 2343164
10  MediaToolbox                  	       0x195e8270c 0x195c4c000 + 2320140
11  MediaToolbox                  	       0x195e7cb74 0x195c4c000 + 2296692
12  MediaToolbox                  	       0x195e774e4 0x195c4c000 + 2274532
13  CoreMedia                     	       0x1910b880c figThreadMain + 224
14  libsystem_pthread.dylib       	       0x186d1d034 _pthread_start + 136
15  libsystem_pthread.dylib       	       0x186d17e3c thread_start + 8


Thread 5 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000001   x1: 0x000000011f3cf9c0   x2: 0x0000000000000000   x3: 0x0000000000000001
    x4: 0x0000000000000057   x5: 0x0000000000000056   x6: 0x0000000000000000   x7: 0x0000000000000000
    x8: 0x000000063bc78000   x9: 0x0000000000000048  x10: 0xffffffffffffffff  x11: 0x0000000000000009
   x12: 0x0000000625835e00  x13: 0x0000000000000000  x14: 0x0002860000028602  x15: 0x0000000000000000
   x16: 0x0000000186d48a90  x17: 0x0000000000000002  x18: 0x0000000000000000  x19: 0x000000011f3f8170
   x20: 0x000000011f3206c0  x21: 0x0000000000000000  x22: 0x0000000129015400  x23: 0x0000000000000018
   x24: 0x00000006233ba430  x25: 0x0000000000000001  x26: 0x0000000000010a48  x27: 0x000000063bc88938
   x28: 0x000000000000000c   fp: 0x000000016c0e2b90   lr: 0x0000000104292f3c
    sp: 0x000000016c0e2b20   pc: 0x0000000104292e90 cpsr: 0xa0001000
   far: 0x0000000000000010  esr: 0x92000006 (Data Abort) byte read Translation fault

Binary Images:
       0x16f1f0000 -        0x16f1f3fff com.apple.icloud.drive.fileprovider.override (1.0) <32076e3f-af4f-3832-9a49-6552ddbcac62> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/Contents/MacOS/iCloudDriveFileProviderOverride
       0x16f29c000 -        0x16f2bbfff com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (14.1) <c69dfd08-9b3e-3e05-800d-c446e7e0502a> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
       0x16f1d8000 -        0x16f1dffff com.apple.FileProviderOverride (1703.41.2) <78f21b30-a3ca-3fc0-992f-a421a2e10051> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x623000000 -        0x623147fff com.fabfilter.Pro-Q.Vst3.2 (2.25) <5656d261-a775-368a-b628-526d6e19699f> /Library/Audio/Plug-Ins/VST3/FabFilter Pro-Q 2.vst3/Contents/MacOS/FabFilter Pro-Q 2
       0x3b8800000 -        0x3b89c3fff com.fabfilter.Timeless.AU.3 (3.00) <81c3ac24-88da-3475-ac6b-6b57635b4909> /Library/Audio/Plug-Ins/Components/FabFilter Timeless 3.component/Contents/MacOS/FabFilter Timeless 3
       0x317528000 -        0x3176d7fff com.fabfilter.Pro-R.AU.2 (2.01) <18f75d67-c0e9-3efa-9135-da218e54f250> /Library/Audio/Plug-Ins/Components/FabFilter Pro-R 2.component/Contents/MacOS/FabFilter Pro-R 2
       0x3173bc000 -        0x3174e3fff com.fabfilter.Pro-R.AU.1 (1.15) <3150c8fb-1bcf-3885-a648-824e40e45ebc> /Library/Audio/Plug-Ins/Components/FabFilter Pro-R.component/Contents/MacOS/FabFilter Pro-R
       0x16f4cc000 -        0x16f5fffff com.fabfilter.Pro-R.Vst3.1 (1.15) <351961f8-22a5-3bdb-836d-8e5bd55a2a72> /Library/Audio/Plug-Ins/VST3/FabFilter Pro-R.vst3/Contents/MacOS/FabFilter Pro-R
       0x2ab034000 -        0x2ab90ffff com.apple.audio.codecs.Components (7.0) <5fb48f5b-91c2-3e7f-b7af-10e06c16bbe0> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
       0x162180000 -        0x1622ebfff com.fabfilter.Pro-L.AU.2 (2.21) <b92ce9be-dfd8-318a-8087-8781b872a1ec> /Library/Audio/Plug-Ins/Components/FabFilter Pro-L 2.component/Contents/MacOS/FabFilter Pro-L 2
       0x15b304000 -        0x15b32ffff reasurround2.vst.dylib (*) <fe946be5-84ef-3f59-8c7b-bf50fdaa8860> /Applications/REAPER.app/Contents/Plugins/FX/reasurround2.vst.dylib
       0x15b154000 -        0x15b2bbfff com.fabfilter.Pro-Q.Vst3.3 (3.23) <cd95b74b-9d53-3c01-a82c-a81cb2bda155> /Library/Audio/Plug-Ins/VST3/FabFilter Pro-Q 3.vst3/Contents/MacOS/FabFilter Pro-Q 3
       0x15d1a4000 -        0x15d1c3fff com.apple.security.csparser (3.0) <af53e762-bef4-3d88-9797-ff28f3f85e76> /System/Library/Frameworks/Security.framework/Versions/A/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x15d460000 -        0x15d5bffff com.fabfilter.Pro-Q.AU.3 (3.23) <2f787d1b-2a35-3b0c-bc5e-cf6ed35119d3> /Library/Audio/Plug-Ins/Components/FabFilter Pro-Q 3.component/Contents/MacOS/FabFilter Pro-Q 3
       0x11f6a0000 -        0x11f6a3fff com.apple.TextInputUIMac.axbundle (1.0) <1b8d2097-b782-3948-9f4d-81857a7b52ca> /System/Library/Accessibility/BundlesBase/com.apple.TextInputUIMac.axbundle/Versions/A/com.apple.TextInputUIMac
       0x12e8cc000 -        0x12ea73fff reaper_reapack-arm64.dylib (*) <361b2c25-43d2-3b55-8b60-9e215f8e450a> /Users/USER/Library/Application Support/REAPER/*/reaper_reapack-arm64.dylib
       0x11f218000 -        0x11f22ffff reaper_reafab-arm64.dylib (*) <e91f270a-1c81-3eab-9550-c73227ae6d0c> /Users/USER/Library/Application Support/REAPER/*/reaper_reafab-arm64.dylib
       0x11f250000 -        0x11f267fff reaper_PSEReaperExtension.dylib (*) <59e5bd23-6943-3337-82d0-5f9f73e277c1> /Users/USER/Library/Application Support/REAPER/*/reaper_PSEReaperExtension.dylib
       0x12d000000 -        0x12d11ffff reaper_js_ReaScriptAPI64ARM.dylib (*) <1ec74161-eae1-325c-bab0-3eec253a12a7> /Users/USER/Library/Application Support/REAPER/*/reaper_js_ReaScriptAPI64ARM.dylib
       0x11f430000 -        0x11f5e7fff reaper_soundminer_extension.dylib (*) <ffd6642b-24ef-34d3-98c7-d4d1d19e0dc5> /Users/USER/Library/Application Support/REAPER/*/reaper_soundminer_extension.dylib
       0x12d4a8000 -        0x12d863fff reaper_sws-arm64.dylib (*) <e1169f23-7fa3-3305-99d8-767f8169cbfb> /Users/USER/Library/Application Support/REAPER/*/reaper_sws-arm64.dylib
       0x11f1d0000 -        0x11f1dffff reaper_reallm-arm64.dylib (*) <81b8d1a6-401d-3810-9b66-178eec63b25a> /Users/USER/Library/Application Support/REAPER/*/reaper_reallm-arm64.dylib
       0x129d00000 -        0x129f27fff reaper_imgui-arm64.dylib (*) <348c3121-2287-38d3-9c13-01bba9a82596> /Users/USER/Library/Application Support/REAPER/*/reaper_imgui-arm64.dylib
       0x11f6bc000 -        0x11f72bfff reaper_csurf_eucon.dylib (*) <c6aa35bb-3ca3-3ca0-bc85-d9489f047185> /Users/USER/Library/Application Support/REAPER/*/reaper_csurf_eucon.dylib
       0x11f810000 -        0x11f8fbfff reaper_csurf_integrator.dylib (*) <698b86ce-b75d-34f4-ab9e-ae97f4a8fb41> /Users/USER/Library/Application Support/REAPER/*/reaper_csurf_integrator.dylib
       0x11f170000 -        0x11f17bfff reaper_reasolotus-arm64.dylib (*) <683f0c65-c6b4-32da-bdf6-fec8dbc7c17b> /Users/USER/Library/Application Support/REAPER/*/reaper_reasolotus-arm64.dylib
       0x11f1a0000 -        0x11f1b3fff reaper_reamculive-arm64.dylib (*) <d228104b-f61d-3ff9-b59e-8065af7be7bb> /Users/USER/Library/Application Support/REAPER/*/reaper_reamculive-arm64.dylib
       0x11ed74000 -        0x11edbffff reaper_TJF-arm64-x86_64.dylib (*) <9cf74e37-9fae-36cc-a2ae-3e0e6c24deb6> /Users/USER/Library/Application Support/REAPER/*/reaper_TJF-arm64-x86_64.dylib
       0x11f0cc000 -        0x11f107fff reaper_reablink-arm64.dylib (*) <892a5eba-b88e-33bb-b55f-b808532eb58b> /Users/USER/Library/Application Support/REAPER/*/reaper_reablink-arm64.dylib
       0x11ec68000 -        0x11ecd3fff com.apple.AppleMetalOpenGLRenderer (1.0) <227d0ea7-67f7-36da-949b-01c1f245b799> /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer
       0x128000000 -        0x128277fff FFmpeg.dylib (*) <ef881429-ddb1-3acb-b347-1a0cd41d7123> /Applications/REAPER.app/Contents/Plugins/FFmpeg.dylib
       0x11ead4000 -        0x11eadbfff reap_osx_modern.dylib (*) <627fc47c-d218-317d-8c13-4486d0871a76> /Applications/REAPER.app/Contents/Plugins/reap_osx_modern.dylib
       0x11f310000 -        0x11f3ebfff reaper_video.dylib (*) <ffe362d8-dae4-385a-b699-c4bdaa1b746d> /Applications/REAPER.app/Contents/Plugins/reaper_video.dylib
       0x11ed1c000 -        0x11ed53fff reaper_csurf.dylib (*) <6b64cddf-05e4-3325-aee9-571fece58a44> /Applications/REAPER.app/Contents/Plugins/reaper_csurf.dylib
       0x11efd8000 -        0x11f07ffff reaper_ogg.dylib (*) <694eb2fe-5c96-33e0-a883-9421112ab76a> /Applications/REAPER.app/Contents/Plugins/reaper_ogg.dylib
       0x11d7c8000 -        0x11d7d3fff reaper_cd.dylib (*) <cb1e18da-1866-340a-9c56-a4144126c105> /Applications/REAPER.app/Contents/Plugins/reaper_cd.dylib
       0x11eb8c000 -        0x11ebd3fff reaper_explorer.dylib (*) <088de5df-02d3-390c-8416-4c3faeaa3ce4> /Applications/REAPER.app/Contents/Plugins/reaper_explorer.dylib
       0x11d5d0000 -        0x11d5dbfff reaper_ddp.dylib (*) <4027956c-1d2e-3e38-8316-2dee9be9c392> /Applications/REAPER.app/Contents/Plugins/reaper_ddp.dylib
       0x11d730000 -        0x11d73ffff reaper_rex.dylib (*) <fd1d870e-9ef0-3c77-bbb9-100d1d1dbab6> /Applications/REAPER.app/Contents/Plugins/reaper_rex.dylib
       0x11ec20000 -        0x11ec4bfff reaper_flac.dylib (*) <da3a05aa-2441-339b-a52d-67b86bd04f1a> /Applications/REAPER.app/Contents/Plugins/reaper_flac.dylib
       0x11ea44000 -        0x11eab3fff reaper_opus.dylib (*) <5947f75a-050b-3392-93e9-8e51d754091f> /Applications/REAPER.app/Contents/Plugins/reaper_opus.dylib
       0x11d6e8000 -        0x11d717fff reaper_wavpack.dylib (*) <b11bc993-76a6-3710-b54d-3b6580bfb7b7> /Applications/REAPER.app/Contents/Plugins/reaper_wavpack.dylib
       0x11ee70000 -        0x11ef8ffff reaper_midi.dylib (*) <b1b6d304-c1b6-3893-b2fa-e9842900a41b> /Applications/REAPER.app/Contents/Plugins/reaper_midi.dylib
       0x11eb00000 -        0x11eb47fff libmp3lame.dylib (*) <22134e04-d839-3b7c-a8ee-3aa135952a89> /Applications/REAPER.app/Contents/Plugins/libmp3lame.dylib
       0x11d76c000 -        0x11d78ffff reaper_mp3dec.dylib (*) <660310c3-c1d8-3a83-acf7-079a10fe85f5> /Applications/REAPER.app/Contents/Plugins/reaper_mp3dec.dylib
       0x11d594000 -        0x11d5b7fff reaper_wave.dylib (*) <cdda5eec-04f6-3140-b33e-7541cf716ee0> /Applications/REAPER.app/Contents/Plugins/reaper_wave.dylib
       0x11d5f8000 -        0x11d64bfff jsfx.dylib (*) <b967a795-2bd2-30ce-afc2-efe99417be67> /Applications/REAPER.app/Contents/Plugins/jsfx.dylib
       0x11d078000 -        0x11d093fff rubberband.dylib (*) <e8b80eeb-df32-3f3f-99d5-8c869d457618> /Applications/REAPER.app/Contents/Plugins/rubberband.dylib
       0x11d0ac000 -        0x11d0b3fff soundtouch.dylib (*) <b467a3bf-d8d5-30c0-a58e-945a0ce2c239> /Applications/REAPER.app/Contents/Plugins/soundtouch.dylib
       0x11b7b0000 -        0x11b7dffff elastique3.dylib (*) <fdeee20a-415a-3c11-b3e0-2f7a3d2ffb81> /Applications/REAPER.app/Contents/Plugins/elastique3.dylib
       0x11a79c000 -        0x11a7a3fff com.apple.AppKit.axbundle (1.0) <997d74db-328f-37e8-8154-a782a29e9a57> /System/Library/Accessibility/BundlesBase/com.apple.AppKit.axbundle/Versions/A/com.apple.AppKit
       0x104fb0000 -        0x104fbbfff libobjc-trampolines.dylib (*) <c9ce7923-2f2d-31eb-a6e4-0f3b7a78f895> /usr/lib/libobjc-trampolines.dylib
       0x1040ec000 -        0x1049effff com.cockos.reaper (7.5.16_9c0b38du) <4587a8a1-eab1-3d86-b7c6-d8f122cb1218> /Applications/REAPER.app/Contents/MacOS/REAPER
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x187ea6000 -        0x188af3fff com.apple.Foundation (6.9) <2126fd9a-52ce-3eb2-8640-b57535e073b8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x186d7c000 -        0x187253fff com.apple.CoreFoundation (6.9) <9f046e36-7286-3a6e-a280-699d6e47cfaf> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x191344000 -        0x191603fff com.apple.HIToolbox (2.1.1) <4dffb7eb-bbcd-3ff6-a203-5a0b97358ee8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x18a599000 -        0x18b8adfff com.apple.AppKit (6.9) <b475e541-691d-39c6-8ca4-e414b0d3dd88> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x18699b000 -        0x186a2f317 dyld (*) <ec7a3ba0-f9bf-3ab8-a0f4-8622e5606b20> /usr/lib/dyld
       0x186cdb000 -        0x186d15fef libsystem_kernel.dylib (*) <b7751381-1442-30b5-91b9-ad7be461bebe> /usr/lib/system/libsystem_kernel.dylib
       0x186d16000 -        0x186d22ff3 libsystem_pthread.dylib (*) <daf95373-5de6-39a1-a6ce-d87f3f0629cc> /usr/lib/system/libsystem_pthread.dylib
       0x195c4c000 -        0x19652efff com.apple.MediaToolbox (1.0) <c43cabf2-3597-3b7f-8e4f-c06c71fb5b96> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
       0x186b6c000 -        0x186bb2fff libdispatch.dylib (*) <dc1d0187-7149-3100-bc63-f633afebee6c> /usr/lib/system/libdispatch.dylib
       0x1a07d9000 -        0x1a086dfff com.apple.audio.midi.CoreMIDI (2.0) <a7910c78-cb09-3d88-8b47-6846deaa68eb> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x186d48000 -        0x186d4effb libsystem_platform.dylib (*) <fc8cd17b-8769-348c-8dcd-1bfed022f9e4> /usr/lib/system/libsystem_platform.dylib
       0x186bb6000 -        0x186c34ffb libsystem_c.dylib (*) <decb8685-f34a-3979-afcb-71fb55747e41> /usr/lib/system/libsystem_c.dylib
       0x19106f000 -        0x191098fff com.apple.audio.caulk (1.0) <658fdd6b-bc2e-3383-a7ed-731ddbcc6372> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x189356000 -        0x189a43fff com.apple.audio.CoreAudio (5.0) <31eb33d7-8eef-3cdb-9407-cb5b42bf96a3> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x186c35000 -        0x186cc2ff7 libc++.1.dylib (*) <3702eede-997d-38e6-a6a1-c08eb22c375b> /usr/lib/libc++.1.dylib
       0x186a35000 -        0x186a7bfff libxpc.dylib (*) <212b4ed6-cbb2-33de-95c0-7f8a405b3ebd> /usr/lib/system/libxpc.dylib
       0x195491000 -        0x1958d8fff com.apple.VideoToolbox (1.0) <c17bf906-a8ef-3fd9-b4b6-8d862ad28069> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
       0x191099000 -        0x1911defff com.apple.CoreMedia (1.0) <59891c53-953a-3936-8b44-2ec0b8329c51> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.6G resident=0K(0%) swapped_out_or_unallocated=1.6G(100%)
Writable regions: Total=18.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=18.7G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        2 
Activity Tracing                   256K        1 
CG image                          1072K       56 
CG raster data                     112K        1 
ColorSync                          752K       36 
CoreAnimation                     12.6M      246 
CoreGraphics                        48K        3 
CoreGraphics (reserved)             16K        1         reserved VM address space (unallocated)
CoreImage                           16K        1 
CoreMedia memory pool              832K       12 
CoreUI image data                 2640K       40 
Foundation                          16K        1 
Image IO                           304K       19 
Kernel Alloc Once                   32K        1 
MALLOC                            18.6G      709 
MALLOC guard page                  384K       24 
MALLOC_LARGE (reserved)           15.3M        2         reserved VM address space (unallocated)
Mach message                      2416K        3 
OpenGL GLSL                        128K        1 
STACK GUARD                       56.5M       34 
Stack                             25.5M       35 
VM_ALLOCATE                       7072K      102 
VM_ALLOCATE (reserved)             368K        1         reserved VM address space (unallocated)
__AUTH                            2023K      379 
__AUTH_CONST                      30.0M      590 
__CTF                               824        1 
__DATA                            17.6M      647 
__DATA_CONST                      32.2M      646 
__DATA_DIRTY                      1917K      210 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5174K        1 
__INFO_FILTER                         8        1 
__LINKEDIT                       899.2M       54 
__OBJC_RO                         70.8M        1 
__OBJC_RW                         2156K        1 
__TEXT                           694.1M      663 
dyld private memory                272K        2 
mapped file                      251.4M       54 
shared memory                     1760K       19 
===========                     =======  ======= 
TOTAL                             20.7G     4601 
TOTAL, minus reserved VM space    20.7G     4601 



-----------
Full Report
-----------

{"app_name":"REAPER","timestamp":"2023-11-18 13:12:07.00 +0530","app_version":"7.5.16_9c0b38du","slice_uuid":"4587a8a1-eab1-3d86-b7c6-d8f122cb1218","build_version":"7.5.16_9c0b38du","platform":1,"bundleID":"com.cockos.reaper","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.1.1 (23B81)","roots_installed":0,"name":"REAPER","incident_id":"E330CA36-220C-4584-B4D2-CE0113E5BF7D"}
{
  "uptime" : 3300,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac14,13",
  "coalitionID" : 17130,
  "osVersion" : {
    "train" : "macOS 14.1.1",
    "build" : "23B81",
    "releaseType" : "User"
  },
  "captureTime" : "2023-11-18 13:12:07.1064 +0530",
  "codeSigningMonitor" : 1,
  "incident" : "E330CA36-220C-4584-B4D2-CE0113E5BF7D",
  "pid" : 28952,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-11-18 13:10:23.1466 +0530",
  "procStartAbsTime" : 77056775703,
  "procExitAbsTime" : 79551255322,
  "procName" : "REAPER",
  "procPath" : "\/Applications\/REAPER.app\/Contents\/MacOS\/REAPER",
  "bundleInfo" : {"CFBundleShortVersionString":"7.5.16_9c0b38du","CFBundleVersion":"7.5.16_9c0b38du","CFBundleIdentifier":"com.cockos.reaper"},
  "storeInfo" : {"deviceIdentifierForVendor":"D52CA5D5-AE4C-54F4-B849-9EE39374C21F","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "com.cockos.reaper",
  "crashReporterKey" : "E084E471-536B-C0D5-3392-6444521315BE",
  "codeSigningID" : "com.cockos.reaper",
  "codeSigningTeamID" : "Y3T58622SG",
  "codeSigningFlags" : 570490885,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "instructionByteStream" : {"beforePC":"YE1gHgAgaR4gTWAeaQ9AuSv9Q9NfAQtragEAVGwDQPlKfUCTjXlq+A==","atPC":"oQlBbSEoYh4AIGEehAAAVEoFAJFfAQvrK\/\/\/VAhNNYsIARqLCgUAuQ=="},
  "sip" : "disabled",
  "vmRegionInfo" : "0x10 is not in any region.  Bytes before following region: 105554726879216\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      MALLOC_NANO              600060000000-600080000000 [512.0M] rw-\/rwx SM=PRV  ",
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000010","rawCodes":[1,16],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000010"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":28952},
  "vmregioninfo" : "0x10 is not in any region.  Bytes before following region: 105554726879216\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      MALLOC_NANO              600060000000-600080000000 [512.0M] rw-\/rwx SM=PRV  ",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 5,
  "threads" : [{"threadState":{"x":[{"value":105553151260880},{"value":4788091351},{"value":1},{"value":5369988672},{"value":4787827316,"symbolLocation":0,"symbol":"_gfx_lineto(void*, double*, double*, double*)"},{"value":5401353488},{"value":0},{"value":1},{"value":4365645944,"symbolLocation":0,"symbol":"LICE__GetWidth(LICE_IBitmap*)"},{"value":4367593152,"symbolLocation":0,"symbol":"LICE_Line(LICE_IBitmap*, int, int, int, int, unsigned int, float, int, bool)"},{"value":0},{"value":224},{"value":101},{"value":0},{"value":0},{"value":106},{"value":8001478336,"symbolLocation":0,"symbol":"_main_thread"},{"value":8001478336,"symbolLocation":0,"symbol":"_main_thread"},{"value":0},{"value":5857443040},{"value":105553151260880},{"value":5401353488},{"value":4788129792,"symbolLocation":1512,"symbol":"fnTable1"},{"value":4367647656,"symbolLocation":0,"symbol":"LICE_ClipLine(int*, int*, int*, int*, int, int, int, int)"},{"value":4788129792,"symbolLocation":1512,"symbol":"fnTable1"},{"value":24},{"value":2},{"value":240},{"value":410}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4787808352},"cpsr":{"value":1610618880},"fp":{"value":6103830336},"sp":{"value":6103830224},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4365645944},"far":{"value":0}},"id":194353,"name":"reaper","queue":"com.apple.main-thread","frames":[{"imageOffset":2603128,"symbol":"LICE__GetWidth(LICE_IBitmap*)","symbolLocation":0,"imageIndex":52},{"imageOffset":43104,"symbol":"eel_lice_state::gfx_lineto(double, double, double)","symbolLocation":184,"imageIndex":46},{"imageOffset":62156,"symbol":"_gfx_lineto(void*, double*, double*, double*)","symbolLocation":88,"imageIndex":46},{"imageOffset":4970937068,"imageIndex":53},{"imageOffset":183080,"symbol":"sx_inlineEditor(SX_Instance*, int, void*, void*)","symbolLocation":1000,"imageIndex":46},{"imageOffset":5603176,"symbol":"DrawInlineTCPFX(MediaTrack*, int, POINT const*, HDC__*, WDL_VWnd_Painter*)","symbolLocation":2224,"imageIndex":52},{"imageOffset":747312,"symbol":"Main_OnTimer(HWND__*, unsigned long)","symbolLocation":1800,"imageIndex":52},{"imageOffset":6586304,"symbol":"MainProc(HWND__*, unsigned int, unsigned long, long)","symbolLocation":5172,"imageIndex":52},{"imageOffset":4963160,"symbol":"SwellDialogDefaultWindowProc(HWND__*, unsigned int, unsigned long, long)","symbolLocation":444,"imageIndex":52},{"imageOffset":605144,"symbol":"__NSFireTimer","symbolLocation":104,"imageIndex":54},{"imageOffset":629968,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":32,"imageIndex":55},{"imageOffset":629112,"symbol":"__CFRunLoopDoTimer","symbolLocation":972,"imageIndex":55},{"imageOffset":627888,"symbol":"__CFRunLoopDoTimers","symbolLocation":356,"imageIndex":55},{"imageOffset":510452,"symbol":"__CFRunLoopRun","symbolLocation":1856,"imageIndex":55},{"imageOffset":506972,"symbol":"CFRunLoopRunSpecific","symbolLocation":608,"imageIndex":55},{"imageOffset":197704,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":56},{"imageOffset":197252,"symbol":"ReceiveNextEventCommon","symbolLocation":648,"imageIndex":56},{"imageOffset":196572,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":56},{"imageOffset":236628,"symbol":"_DPSNextEvent","symbolLocation":660,"imageIndex":57},{"imageOffset":8453820,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":716,"imageIndex":57},{"imageOffset":184576,"symbol":"-[NSApplication run]","symbolLocation":476,"imageIndex":57},{"imageOffset":17356,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":57},{"imageOffset":24800,"symbol":"start","symbolLocation":2360,"imageIndex":58}]},{"id":194365,"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":196651},{"value":8352},{"value":16},{"value":0},{"value":0},{"value":105553132425959},{"value":105553132425952},{"value":105553132425944},{"value":194365},{"value":1},{"value":2},{"value":258},{"value":0},{"value":301},{"value":8152399208},{"value":0},{"value":105553132425920},{"value":258},{"value":0},{"value":105553132425944},{"value":194365},{"value":105553132425952},{"value":0},{"value":0},{"value":105553374557504},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556852584},"cpsr":{"value":1610616832},"fp":{"value":6104393840},"sp":{"value":6104393792},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556611940},"far":{"value":0}},"queue":"com.apple.coremedia.videomediaconverter.inbound","frames":[{"imageOffset":17764,"symbol":"__psynch_mutexwait","symbolLocation":8,"imageIndex":59},{"imageOffset":16744,"symbol":"_pthread_mutex_firstfit_lock_wait","symbolLocation":84,"imageIndex":60},{"imageOffset":6904,"symbol":"_pthread_mutex_firstfit_lock_slow","symbolLocation":248,"imageIndex":60},{"imageOffset":1039676,"imageIndex":61},{"imageOffset":14608,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":62},{"imageOffset":44708,"symbol":"_dispatch_lane_serial_drain","symbolLocation":748,"imageIndex":62},{"imageOffset":47572,"symbol":"_dispatch_lane_invoke","symbolLocation":380,"imageIndex":62},{"imageOffset":91676,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":288,"imageIndex":62},{"imageOffset":89744,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":404,"imageIndex":62},{"imageOffset":12564,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":60},{"imageOffset":7728,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":60}]},{"id":194372,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":60}],"threadState":{"x":[{"value":6106116096},{"value":37635},{"value":6105579520},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6106116096},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556843560},"far":{"value":0}}},{"id":194373,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":186964221362176},{"value":0},{"value":186964221362176},{"value":2},{"value":4294967295},{"value":18446744073709550527},{"value":43531},{"value":0},{"value":1},{"value":43531},{"value":2674},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8152383536},{"value":0},{"value":4294967295},{"value":2},{"value":186964221362176},{"value":0},{"value":186964221362176},{"value":6106685544},{"value":8589934592},{"value":21592279046},{"value":21592279046},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556675376},"cpsr":{"value":4096},"fp":{"value":6106685392},"sp":{"value":6106685312},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600500},"far":{"value":0}},"frames":[{"imageOffset":6324,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":81200,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":59},{"imageOffset":42224,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":59},{"imageOffset":7224,"symbol":"mach_msg","symbolLocation":24,"imageIndex":59},{"imageOffset":515748,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":55},{"imageOffset":509804,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":55},{"imageOffset":506972,"symbol":"CFRunLoopRunSpecific","symbolLocation":608,"imageIndex":55},{"imageOffset":1455108,"symbol":"_NSEventThread","symbolLocation":144,"imageIndex":57},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194409,"frames":[{"imageOffset":6324,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":81200,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":59},{"imageOffset":42224,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":59},{"imageOffset":7224,"symbol":"mach_msg","symbolLocation":24,"imageIndex":59},{"imageOffset":214156,"symbol":"XServerMachPort::ReceiveMessage(int&, void*, int&)","symbolLocation":104,"imageIndex":63},{"imageOffset":284268,"symbol":"MIDIProcess::MIDIInPortThread::Run()","symbolLocation":156,"imageIndex":63},{"imageOffset":272996,"symbol":"CADeprecated::XThread::RunHelper(void*)","symbolLocation":48,"imageIndex":63},{"imageOffset":280256,"symbol":"CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*)","symbolLocation":92,"imageIndex":63},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}],"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":255133942284288},{"value":0},{"value":255133942284288},{"value":100},{"value":0},{"value":18446744073709550527},{"value":59403},{"value":0},{"value":1},{"value":59403},{"value":0},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8152383536},{"value":0},{"value":0},{"value":100},{"value":255133942284288},{"value":0},{"value":255133942284288},{"value":6107261392},{"value":0},{"value":17179869186},{"value":17179869186},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556675376},"cpsr":{"value":4096},"fp":{"value":6107261056},"sp":{"value":6107260976},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600500},"far":{"value":0}}},{"triggered":true,"id":194412,"name":"*\/video","threadState":{"x":[{"value":1},{"value":4819057088},{"value":0},{"value":1},{"value":87},{"value":86},{"value":0},{"value":0},{"value":26772733952},{"value":72},{"value":18446744073709551615},{"value":9},{"value":26399170048},{"value":0},{"value":710284511708674},{"value":0},{"value":6557043344,"symbolLocation":0,"symbol":"_platform_strcmp"},{"value":2},{"value":0},{"value":4819222896,"symbolLocation":0,"symbol":"GetProjectSourceFromFrame(ReaProject*, PCM_source_dshow*, long long, ownedSourceInst*, double, ownedSourceInst*, srclist_cache_index)::s_curlist"},{"value":4818339520,"symbolLocation":0,"symbol":"callback_video_source_add(void*, PCM_source*)"},{"value":0},{"value":4982920192},{"value":24},{"value":26360914992},{"value":1},{"value":68168},{"value":26772801848},{"value":12}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4364775228},"cpsr":{"value":2684358656},"fp":{"value":6107835280},"sp":{"value":6107835168},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4364775056,"matchesCrashFrame":1},"far":{"value":16}},"frames":[{"imageOffset":1732240,"symbol":"videoEnumSourcesNearTime(double, double, ReaProject*, int, void (*)(void*, PCM_source*), void*)","symbolLocation":332,"imageIndex":52},{"imageOffset":66544,"symbol":"GetProjectSourceFromFrame(ReaProject*, PCM_source_dshow*, long long, ownedSourceInst*, double, ownedSourceInst*, srclist_cache_index)","symbolLocation":368,"imageIndex":32},{"imageOffset":88964,"symbol":"renderCacheRange(double, long long, int, int, PCM_source_dshow*, long long const*, int, int, int, long long*, ReaProject*)","symbolLocation":728,"imageIndex":32},{"imageOffset":91504,"symbol":"videoDecodeThread(void*)","symbolLocation":908,"imageIndex":32},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194414,"name":"reaperiacthread","threadState":{"x":[{"value":4},{"value":0},{"value":1},{"value":1},{"value":0},{"value":500000000},{"value":6108409560},{"value":0},{"value":8001515960,"symbolLocation":0,"symbol":"clock_sem"},{"value":3},{"value":17},{"value":0},{"value":1099511627776},{"value":0},{"value":0},{"value":0},{"value":334},{"value":8152399312},{"value":0},{"value":0},{"value":6108409632},{"value":105553176362560},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6555448056},"cpsr":{"value":2684358656},"fp":{"value":6108409616},"sp":{"value":6108409568},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614312},"far":{"value":0}},"frames":[{"imageOffset":20136,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":59},{"imageOffset":54008,"symbol":"nanosleep","symbolLocation":220,"imageIndex":65},{"imageOffset":147176,"imageIndex":19},{"imageOffset":63732,"imageIndex":19},{"imageOffset":190984,"imageIndex":19},{"imageOffset":256904,"imageIndex":19},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194434,"name":"*\/cs_midio","threadState":{"x":[{"value":4},{"value":0},{"value":1},{"value":1},{"value":0},{"value":1000000},{"value":32},{"value":0},{"value":8001515960,"symbolLocation":0,"symbol":"clock_sem"},{"value":3},{"value":17},{"value":4294967293},{"value":1099511627776},{"value":3072},{"value":0},{"value":13194139533312},{"value":334},{"value":8152399312},{"value":0},{"value":0},{"value":6109556544},{"value":105553215178872},{"value":105553215178960},{"value":0},{"value":4812277088,"symbolLocation":0,"symbol":"Sleep"},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6555448056},"cpsr":{"value":2684358656},"fp":{"value":6109556528},"sp":{"value":6109556480},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614312},"far":{"value":0}},"frames":[{"imageOffset":20136,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":59},{"imageOffset":54008,"symbol":"nanosleep","symbolLocation":220,"imageIndex":65},{"imageOffset":53776,"symbol":"usleep","symbolLocation":68,"imageIndex":65},{"imageOffset":54476,"symbol":"threadedMIDIOutput::threadProc(void*)","symbolLocation":204,"imageIndex":33},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194435,"name":"caulk.messenger.shared:17","threadState":{"x":[{"value":14},{"value":105553164125050},{"value":0},{"value":6110130282},{"value":105553164125024},{"value":25},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":8152389032},{"value":0},{"value":105553141030240},{"value":105553141030240},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6728128144},"cpsr":{"value":2147487744},"fp":{"value":6110130048},"sp":{"value":6110130016},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600368},"far":{"value":0}},"frames":[{"imageOffset":6192,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":9872,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":66},{"imageOffset":9540,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":66},{"imageOffset":8772,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":96,"imageIndex":66},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194436,"name":"caulk.messenger.shared:high","threadState":{"x":[{"value":14},{"value":75779},{"value":75779},{"value":635},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":1},{"value":105553153582280},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":8152389032},{"value":0},{"value":105553141030032},{"value":105553141030032},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6728128144},"cpsr":{"value":2147487744},"fp":{"value":6110703488},"sp":{"value":6110703456},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600368},"far":{"value":0}},"frames":[{"imageOffset":6192,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":9872,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":66},{"imageOffset":9540,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":66},{"imageOffset":8772,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":96,"imageIndex":66},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194467,"name":"com.apple.audio.IOThread.client","threadState":{"x":[{"value":268451845},{"value":17179869187},{"value":103079215123},{"value":136195},{"value":20186346291200},{"value":722392024350720},{"value":32},{"value":0},{"value":18446744073709550527},{"value":168195},{"value":4700},{"value":1},{"value":168195},{"value":30},{"value":240},{"value":30},{"value":18446744073709551569},{"value":8152383536},{"value":0},{"value":0},{"value":32},{"value":722392024350720},{"value":20186346291200},{"value":136195},{"value":6111276240},{"value":103079215123},{"value":17179869187},{"value":17179869187},{"value":3}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556675376},"cpsr":{"value":536875008},"fp":{"value":6111275904},"sp":{"value":6111275824},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600500},"far":{"value":0}},"frames":[{"imageOffset":6324,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":81200,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":59},{"imageOffset":42224,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":59},{"imageOffset":7224,"symbol":"mach_msg","symbolLocation":24,"imageIndex":59},{"imageOffset":3219304,"symbol":"HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":96,"imageIndex":67},{"imageOffset":2006564,"symbol":"HALC_ProxyIOContext::IOWorkLoop()","symbolLocation":4260,"imageIndex":67},{"imageOffset":2000464,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":108,"imageIndex":67},{"imageOffset":3565884,"symbol":"HALC_IOThread::Entry(void*)","symbolLocation":88,"imageIndex":67},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194486,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4911360},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4911361},{"value":0},{"value":105553119344416},{"value":8796093024258},{"value":2048},{"value":0},{"value":2048},{"value":8796093024256},{"value":305},{"value":8152399192},{"value":0},{"value":105553119344392},{"value":105553119344456},{"value":1},{"value":5000000},{"value":0},{"value":4911360},{"value":4911361},{"value":4911616},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6111849776},"sp":{"value":6111849632},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194487,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4896256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4896257},{"value":0},{"value":105553119344544},{"value":4398046512130},{"value":1024},{"value":0},{"value":1024},{"value":4398046512128},{"value":305},{"value":8152399192},{"value":0},{"value":105553119344520},{"value":105553119344584},{"value":1},{"value":5000000},{"value":0},{"value":4896256},{"value":4896257},{"value":4896512},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6112423216},"sp":{"value":6112423072},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194488,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4888832},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4888833},{"value":0},{"value":105553119344672},{"value":4398046512130},{"value":1024},{"value":0},{"value":1024},{"value":4398046512128},{"value":305},{"value":8152399192},{"value":0},{"value":105553119344648},{"value":105553119344712},{"value":1},{"value":5000000},{"value":0},{"value":4888832},{"value":4888833},{"value":4889088},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6112996656},"sp":{"value":6112996512},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194489,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4889600},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4889601},{"value":0},{"value":105553119344800},{"value":3298534884098},{"value":768},{"value":0},{"value":768},{"value":3298534884096},{"value":305},{"value":8152399192},{"value":0},{"value":105553119344776},{"value":105553119344840},{"value":1},{"value":5000000},{"value":0},{"value":4889600},{"value":4889601},{"value":4889856},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6113570096},"sp":{"value":6113569952},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194490,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4890880},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4890881},{"value":0},{"value":105553119344928},{"value":7696581396226},{"value":1792},{"value":0},{"value":1792},{"value":7696581396224},{"value":305},{"value":8152399192},{"value":0},{"value":105553119344904},{"value":105553119344968},{"value":1},{"value":5000000},{"value":0},{"value":4890880},{"value":4890881},{"value":4891136},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6114143536},"sp":{"value":6114143392},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194491,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4889344},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4889345},{"value":0},{"value":105553119345056},{"value":5497558140162},{"value":1280},{"value":0},{"value":1280},{"value":5497558140160},{"value":305},{"value":8152399192},{"value":0},{"value":105553119345032},{"value":105553119345096},{"value":1},{"value":5000000},{"value":0},{"value":4889344},{"value":4889345},{"value":4889600},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6114716976},"sp":{"value":6114716832},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194492,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4887552},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4887553},{"value":0},{"value":105553119345184},{"value":4398046512130},{"value":1024},{"value":0},{"value":1024},{"value":4398046512128},{"value":305},{"value":8152399192},{"value":0},{"value":105553119345160},{"value":105553119345224},{"value":1},{"value":5000000},{"value":0},{"value":4887552},{"value":4887553},{"value":4887808},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6115290416},"sp":{"value":6115290272},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194493,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4891904},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4891905},{"value":0},{"value":105553119345312},{"value":4398046512130},{"value":1024},{"value":0},{"value":1024},{"value":4398046512128},{"value":305},{"value":8152399192},{"value":0},{"value":105553119345288},{"value":105553119345352},{"value":1},{"value":5000000},{"value":0},{"value":4891904},{"value":4891905},{"value":4892160},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6115863856},"sp":{"value":6115863712},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194494,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4888832},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4888833},{"value":0},{"value":105553119345440},{"value":2199023256066},{"value":512},{"value":0},{"value":512},{"value":2199023256064},{"value":305},{"value":8152399192},{"value":0},{"value":105553119345416},{"value":105553119345480},{"value":1},{"value":5000000},{"value":0},{"value":4888832},{"value":4888833},{"value":4889088},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6116437296},"sp":{"value":6116437152},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194495,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4887808},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4887809},{"value":0},{"value":105553119345568},{"value":3298534884098},{"value":768},{"value":0},{"value":768},{"value":3298534884096},{"value":305},{"value":8152399192},{"value":0},{"value":105553119345544},{"value":105553119345608},{"value":1},{"value":5000000},{"value":0},{"value":4887808},{"value":4887809},{"value":4888064},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6117010736},"sp":{"value":6117010592},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194496,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4889856},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4889857},{"value":0},{"value":105553119345696},{"value":4398046512130},{"value":1024},{"value":0},{"value":1024},{"value":4398046512128},{"value":305},{"value":8152399192},{"value":0},{"value":105553119345672},{"value":105553119345736},{"value":1},{"value":5000000},{"value":0},{"value":4889856},{"value":4889857},{"value":4890112},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6117584176},"sp":{"value":6117584032},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194497,"name":"*\/mediaafx","threadState":{"x":[{"value":260},{"value":0},{"value":4893184},{"value":0},{"value":0},{"value":160},{"value":0},{"value":5000000},{"value":4893185},{"value":0},{"value":105553119345824},{"value":1099511628034},{"value":256},{"value":0},{"value":256},{"value":1099511628032},{"value":305},{"value":8152399192},{"value":0},{"value":105553119345800},{"value":105553119345864},{"value":1},{"value":5000000},{"value":0},{"value":4893184},{"value":4893185},{"value":4893440},{"value":1},{"value":42}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866088},"cpsr":{"value":2684358656},"fp":{"value":6118157616},"sp":{"value":6118157472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30248,"symbol":"_pthread_cond_wait","symbolLocation":1272,"imageIndex":60},{"imageOffset":5157284,"symbol":"WaitForSingleObject(void*, unsigned int)","symbolLocation":668,"imageIndex":52},{"imageOffset":1237876,"symbol":"WorkerThreadInst::threadProc(void*)","symbolLocation":2348,"imageIndex":52},{"imageOffset":5157772,"symbol":"__threadproc(void*)","symbolLocation":32,"imageIndex":52},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":194506,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":60}],"threadState":{"x":[{"value":6119878656},{"value":253751},{"value":6119342080},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6119878656},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556843560},"far":{"value":0}}},{"id":194528,"name":"JUCE Timer","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":99999958},{"value":6120451624},{"value":0},{"value":4993667152},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8152399192},{"value":0},{"value":4993667128},{"value":4993667192},{"value":6120452320},{"value":99999958},{"value":0},{"value":0},{"value":232193},{"value":232448},{"value":3314619},{"value":100}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556866044},"cpsr":{"value":1610616832},"fp":{"value":6120451744},"sp":{"value":6120451600},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556614828},"far":{"value":0}},"frames":[{"imageOffset":20652,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":59},{"imageOffset":30204,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":60},{"imageOffset":79216,"symbol":"std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>)","symbolLocation":100,"imageIndex":68},{"imageOffset":62516,"symbol":"juce::WaitableEvent::wait(int) const","symbolLocation":152,"imageIndex":17},{"imageOffset":81464,"symbol":"juce::Timer::TimerThread::run()","symbolLocation":188,"imageIndex":17},{"imageOffset":66640,"symbol":"juce::threadEntryProc(void*)","symbolLocation":528,"imageIndex":17},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":195005,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":60}],"threadState":{"x":[{"value":6158790656},{"value":144651},{"value":6158254080},{"value":0},{"value":409603},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6158790656},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556843560},"far":{"value":0}}},{"id":195006,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":60}],"threadState":{"x":[{"value":10917851136},{"value":205919},{"value":10917314560},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":10917851136},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556843560},"far":{"value":0}}},{"id":195721,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":60}],"threadState":{"x":[{"value":6104969216},{"value":0},{"value":6104432640},{"value":0},{"value":278531},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6104969216},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6556843560},"far":{"value":0}}},{"id":195740,"name":"com.apple.coremedia.sharedRootQueue.47","threadState":{"x":[{"value":14},{"value":5},{"value":0},{"value":68719460488},{"value":16},{"value":0},{"value":0},{"value":35},{"value":0},{"value":12297829382473034411},{"value":13835058055282163714},{"value":80000000},{"value":2043},{"value":2045},{"value":2405640377},{"value":185},{"value":18446744073709551578},{"value":8066703136},{"value":0},{"value":79671236723},{"value":5872619840},{"value":1000000000},{"value":6105542880},{"value":0},{"value":0},{"value":18446744071427850239},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6555107112},"cpsr":{"value":2147487744},"fp":{"value":6105542464},"sp":{"value":6105542432},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600392},"far":{"value":0}},"frames":[{"imageOffset":6216,"symbol":"semaphore_timedwait_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":16168,"symbol":"_dispatch_sema4_timedwait","symbolLocation":64,"imageIndex":62},{"imageOffset":17700,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":76,"imageIndex":62},{"imageOffset":85960,"symbol":"_dispatch_worker_thread","symbolLocation":328,"imageIndex":62},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":195748,"name":"com.apple.coremedia.sharedRootQueue.47","threadState":{"x":[{"value":14},{"value":4294967115611373572},{"value":999999958},{"value":68719460488},{"value":16},{"value":0},{"value":0},{"value":35},{"value":999999958},{"value":12297829382473034411},{"value":13835058055282163714},{"value":80000000},{"value":105553253766840},{"value":0},{"value":4426039296},{"value":2147614719},{"value":18446744073709551578},{"value":8066703136},{"value":0},{"value":79671016593},{"value":5872619840},{"value":1000000000},{"value":6121599200},{"value":0},{"value":0},{"value":18446744071427850239},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6555107112},"cpsr":{"value":2147487744},"fp":{"value":6121598784},"sp":{"value":6121598752},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600392},"far":{"value":0}},"frames":[{"imageOffset":6216,"symbol":"semaphore_timedwait_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":16168,"symbol":"_dispatch_sema4_timedwait","symbolLocation":64,"imageIndex":62},{"imageOffset":17700,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":76,"imageIndex":62},{"imageOffset":85960,"symbol":"_dispatch_worker_thread","symbolLocation":328,"imageIndex":62},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":196400,"name":"com.apple.coremedia.sharedRootQueue.49","threadState":{"x":[{"value":14},{"value":4294967115611373572},{"value":999999958},{"value":68719460488},{"value":1},{"value":0},{"value":0},{"value":1027},{"value":999999958},{"value":12297829382473034411},{"value":13835058055282163714},{"value":80000000},{"value":105553118795704},{"value":2045},{"value":2768396407},{"value":119},{"value":18446744073709551578},{"value":8066703136},{"value":0},{"value":79670778787},{"value":5872621712},{"value":1000000000},{"value":6108983520},{"value":0},{"value":0},{"value":18446744071427850239},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6555107112},"cpsr":{"value":2147487744},"fp":{"value":6108983104},"sp":{"value":6108983072},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600392},"far":{"value":0}},"frames":[{"imageOffset":6216,"symbol":"semaphore_timedwait_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":16168,"symbol":"_dispatch_sema4_timedwait","symbolLocation":64,"imageIndex":62},{"imageOffset":17700,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":76,"imageIndex":62},{"imageOffset":85960,"symbol":"_dispatch_worker_thread","symbolLocation":328,"imageIndex":62},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":196401,"name":"com.apple.coremedia.sharedRootQueue.48","threadState":{"x":[{"value":14},{"value":4294967115611373572},{"value":999999958},{"value":68719460488},{"value":6555158752,"symbolLocation":0,"symbol":"_dispatch_root_queue_push"},{"value":8001490992,"symbolLocation":48,"symbol":"_OS_dispatch_queue_pthread_root_vtable"},{"value":105553132424800},{"value":528388},{"value":999999958},{"value":12297829382473034411},{"value":13835058055282163714},{"value":80000000},{"value":105553118796472},{"value":274877906945},{"value":9005068950962176},{"value":9005068950962176},{"value":18446744073709551578},{"value":8066703136},{"value":0},{"value":79670778610},{"value":5872620768},{"value":1000000000},{"value":6118732000},{"value":0},{"value":0},{"value":18446744071427850239},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6555107112},"cpsr":{"value":2147487744},"fp":{"value":6118731584},"sp":{"value":6118731552},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600392},"far":{"value":0}},"frames":[{"imageOffset":6216,"symbol":"semaphore_timedwait_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":16168,"symbol":"_dispatch_sema4_timedwait","symbolLocation":64,"imageIndex":62},{"imageOffset":17700,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":76,"imageIndex":62},{"imageOffset":85960,"symbol":"_dispatch_worker_thread","symbolLocation":328,"imageIndex":62},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":196651,"name":"com.apple.coremedia.videomediaconverter","threadState":{"x":[{"value":268451845},{"value":17297326606},{"value":0},{"value":183823},{"value":0},{"value":907144337555456},{"value":16384},{"value":0},{"value":18446744073709550527},{"value":211211},{"value":0},{"value":1},{"value":211211},{"value":211211},{"value":1049137},{"value":1},{"value":18446744073709551569},{"value":8066702552},{"value":0},{"value":0},{"value":16384},{"value":907144337555456},{"value":0},{"value":183823},{"value":6119286688},{"value":0},{"value":17297326606},{"value":17297326606},{"value":117457422}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6556675376},"cpsr":{"value":4096},"fp":{"value":6119286352},"sp":{"value":6119286272},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556600500},"far":{"value":0}},"frames":[{"imageOffset":6324,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":59},{"imageOffset":81200,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":59},{"imageOffset":42224,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":59},{"imageOffset":7224,"symbol":"mach_msg","symbolLocation":24,"imageIndex":59},{"imageOffset":124820,"symbol":"_dispatch_mach_send_and_wait_for_reply","symbolLocation":540,"imageIndex":62},{"imageOffset":125732,"symbol":"dispatch_mach_send_with_result_and_wait_for_reply","symbolLocation":60,"imageIndex":62},{"imageOffset":50448,"symbol":"xpc_connection_send_message_with_reply_sync","symbolLocation":288,"imageIndex":69},{"imageOffset":2394004,"imageIndex":70},{"imageOffset":152652,"imageIndex":70},{"imageOffset":143188,"imageIndex":70},{"imageOffset":1020640,"imageIndex":61},{"imageOffset":4338780,"imageIndex":61},{"imageOffset":129036,"symbol":"figThreadMain","symbolLocation":224,"imageIndex":71},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]},{"id":196653,"name":"com.apple.coremedia.videomentor","threadState":{"x":[{"value":12151},{"value":0},{"value":12151},{"value":483171677},{"value":105553165029200},{"value":6121020784},{"value":12151},{"value":0},{"value":0},{"value":9223372036854775807},{"value":3},{"value":771},{"value":9644607352},{"value":0},{"value":0},{"value":0},{"value":153},{"value":8152386936},{"value":0},{"value":6121020784},{"value":483171677},{"value":105553165029200},{"value":12151},{"value":4738662400},{"value":105553165029200},{"value":0},{"value":538378245},{"value":7984789524,"symbolLocation":0,"symbol":"gGMFigKTraceEnabled"},{"value":12151}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6728305464},"cpsr":{"value":1073745920},"fp":{"value":6121020640},"sp":{"value":6121020560},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6556606916},"far":{"value":0}},"frames":[{"imageOffset":12740,"symbol":"pread","symbolLocation":8,"imageIndex":59},{"imageOffset":15160,"symbol":"FigFileForkRead","symbolLocation":128,"imageIndex":71},{"imageOffset":14768,"symbol":"FigFileForkReadWithIOPolicy","symbolLocation":300,"imageIndex":71},{"imageOffset":14200,"symbol":"FigFileByteStreamRead","symbolLocation":216,"imageIndex":71},{"imageOffset":13880,"symbol":"ManagedFileByteStreamRead","symbolLocation":220,"imageIndex":71},{"imageOffset":2255020,"imageIndex":61},{"imageOffset":2248252,"imageIndex":61},{"imageOffset":2236548,"imageIndex":61},{"imageOffset":2233884,"imageIndex":61},{"imageOffset":2343164,"imageIndex":61},{"imageOffset":2320140,"imageIndex":61},{"imageOffset":2296692,"imageIndex":61},{"imageOffset":2274532,"imageIndex":61},{"imageOffset":129036,"symbol":"figThreadMain","symbolLocation":224,"imageIndex":71},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":60},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":60}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6159269888,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.icloud.drive.fileprovider.override",
    "size" : 16384,
    "uuid" : "32076e3f-af4f-3832-9a49-6552ddbcac62",
    "path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/iCloudDriveFileProviderOverride.bundle\/Contents\/MacOS\/iCloudDriveFileProviderOverride",
    "name" : "iCloudDriveFileProviderOverride",
    "CFBundleVersion" : "2461.40.47"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6159974400,
    "CFBundleShortVersionString" : "14.1",
    "CFBundleIdentifier" : "com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride",
    "size" : 131072,
    "uuid" : "c69dfd08-9b3e-3e05-800d-c446e7e0502a",
    "path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FinderSyncCollaborationFileProviderOverride.bundle\/Contents\/MacOS\/FinderSyncCollaborationFileProviderOverride",
    "name" : "FinderSyncCollaborationFileProviderOverride",
    "CFBundleVersion" : "1630.1.4"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6159171584,
    "CFBundleShortVersionString" : "1703.41.2",
    "CFBundleIdentifier" : "com.apple.FileProviderOverride",
    "size" : 32768,
    "uuid" : "78f21b30-a3ca-3fc0-992f-a421a2e10051",
    "path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FileProviderOverride.bundle\/Contents\/MacOS\/FileProviderOverride",
    "name" : "FileProviderOverride",
    "CFBundleVersion" : "1703.41.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 26357006336,
    "CFBundleShortVersionString" : "2.25",
    "CFBundleIdentifier" : "com.fabfilter.Pro-Q.Vst3.2",
    "size" : 1343488,
    "uuid" : "5656d261-a775-368a-b628-526d6e19699f",
    "path" : "\/Library\/Audio\/Plug-Ins\/VST3\/FabFilter Pro-Q 2.vst3\/Contents\/MacOS\/FabFilter Pro-Q 2",
    "name" : "FabFilter Pro-Q 2",
    "CFBundleVersion" : "2.25"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 15980298240,
    "CFBundleShortVersionString" : "3.00",
    "CFBundleIdentifier" : "com.fabfilter.Timeless.AU.3",
    "size" : 1851392,
    "uuid" : "81c3ac24-88da-3475-ac6b-6b57635b4909",
    "path" : "\/Library\/Audio\/Plug-Ins\/Components\/FabFilter Timeless 3.component\/Contents\/MacOS\/FabFilter Timeless 3",
    "name" : "FabFilter Timeless 3",
    "CFBundleVersion" : "3.00"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 13276184576,
    "CFBundleShortVersionString" : "2.01",
    "CFBundleIdentifier" : "com.fabfilter.Pro-R.AU.2",
    "size" : 1769472,
    "uuid" : "18f75d67-c0e9-3efa-9135-da218e54f250",
    "path" : "\/Library\/Audio\/Plug-Ins\/Components\/FabFilter Pro-R 2.component\/Contents\/MacOS\/FabFilter Pro-R 2",
    "name" : "FabFilter Pro-R 2",
    "CFBundleVersion" : "2.01"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 13274693632,
    "CFBundleShortVersionString" : "1.15",
    "CFBundleIdentifier" : "com.fabfilter.Pro-R.AU.1",
    "size" : 1212416,
    "uuid" : "3150c8fb-1bcf-3885-a648-824e40e45ebc",
    "path" : "\/Library\/Audio\/Plug-Ins\/Components\/FabFilter Pro-R.component\/Contents\/MacOS\/FabFilter Pro-R",
    "name" : "FabFilter Pro-R",
    "CFBundleVersion" : "1.15"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6162268160,
    "CFBundleShortVersionString" : "1.15",
    "CFBundleIdentifier" : "com.fabfilter.Pro-R.Vst3.1",
    "size" : 1261568,
    "uuid" : "351961f8-22a5-3bdb-836d-8e5bd55a2a72",
    "path" : "\/Library\/Audio\/Plug-Ins\/VST3\/FabFilter Pro-R.vst3\/Contents\/MacOS\/FabFilter Pro-R",
    "name" : "FabFilter Pro-R",
    "CFBundleVersion" : "1.15"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 11459051520,
    "CFBundleShortVersionString" : "7.0",
    "CFBundleIdentifier" : "com.apple.audio.codecs.Components",
    "size" : 9289728,
    "uuid" : "5fb48f5b-91c2-3e7f-b7af-10e06c16bbe0",
    "path" : "\/System\/Library\/Components\/AudioCodecs.component\/Contents\/MacOS\/AudioCodecs",
    "name" : "AudioCodecs",
    "CFBundleVersion" : "7.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5940707328,
    "CFBundleShortVersionString" : "2.21",
    "CFBundleIdentifier" : "com.fabfilter.Pro-L.AU.2",
    "size" : 1490944,
    "uuid" : "b92ce9be-dfd8-318a-8087-8781b872a1ec",
    "path" : "\/Library\/Audio\/Plug-Ins\/Components\/FabFilter Pro-L 2.component\/Contents\/MacOS\/FabFilter Pro-L 2",
    "name" : "FabFilter Pro-L 2",
    "CFBundleVersion" : "2.21"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5824856064,
    "size" : 180224,
    "uuid" : "fe946be5-84ef-3f59-8c7b-bf50fdaa8860",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/FX\/reasurround2.vst.dylib",
    "name" : "reasurround2.vst.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5823086592,
    "CFBundleShortVersionString" : "3.23",
    "CFBundleIdentifier" : "com.fabfilter.Pro-Q.Vst3.3",
    "size" : 1474560,
    "uuid" : "cd95b74b-9d53-3c01-a82c-a81cb2bda155",
    "path" : "\/Library\/Audio\/Plug-Ins\/VST3\/FabFilter Pro-Q 3.vst3\/Contents\/MacOS\/FabFilter Pro-Q 3",
    "name" : "FabFilter Pro-Q 3",
    "CFBundleVersion" : "3.23"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5856968704,
    "CFBundleShortVersionString" : "3.0",
    "CFBundleIdentifier" : "com.apple.security.csparser",
    "size" : 131072,
    "uuid" : "af53e762-bef4-3d88-9797-ff28f3f85e76",
    "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
    "name" : "csparser",
    "CFBundleVersion" : "61040.41.1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5859835904,
    "CFBundleShortVersionString" : "3.23",
    "CFBundleIdentifier" : "com.fabfilter.Pro-Q.AU.3",
    "size" : 1441792,
    "uuid" : "2f787d1b-2a35-3b0c-bc5e-cf6ed35119d3",
    "path" : "\/Library\/Audio\/Plug-Ins\/Components\/FabFilter Pro-Q 3.component\/Contents\/MacOS\/FabFilter Pro-Q 3",
    "name" : "FabFilter Pro-Q 3",
    "CFBundleVersion" : "3.23"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4822007808,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.TextInputUIMac.axbundle",
    "size" : 16384,
    "uuid" : "1b8d2097-b782-3948-9f4d-81857a7b52ca",
    "path" : "\/System\/Library\/Accessibility\/BundlesBase\/com.apple.TextInputUIMac.axbundle\/Versions\/A\/com.apple.TextInputUIMac",
    "name" : "com.apple.TextInputUIMac",
    "CFBundleVersion" : "258"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5075943424,
    "size" : 1736704,
    "uuid" : "361b2c25-43d2-3b55-8b60-9e215f8e450a",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_reapack-arm64.dylib",
    "name" : "reaper_reapack-arm64.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4817256448,
    "size" : 98304,
    "uuid" : "e91f270a-1c81-3eab-9550-c73227ae6d0c",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_reafab-arm64.dylib",
    "name" : "reaper_reafab-arm64.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4817485824,
    "size" : 98304,
    "uuid" : "59e5bd23-6943-3337-82d0-5f9f73e277c1",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_PSEReaperExtension.dylib",
    "name" : "reaper_PSEReaperExtension.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5049942016,
    "size" : 1179648,
    "uuid" : "1ec74161-eae1-325c-bab0-3eec253a12a7",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_js_ReaScriptAPI64ARM.dylib",
    "name" : "reaper_js_ReaScriptAPI64ARM.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4819451904,
    "size" : 1802240,
    "uuid" : "ffd6642b-24ef-34d3-98c7-d4d1d19e0dc5",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_soundminer_extension.dylib",
    "name" : "reaper_soundminer_extension.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5054824448,
    "size" : 3915776,
    "uuid" : "e1169f23-7fa3-3305-99d8-767f8169cbfb",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_sws-arm64.dylib",
    "name" : "reaper_sws-arm64.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4816961536,
    "size" : 65536,
    "uuid" : "81b8d1a6-401d-3810-9b66-178eec63b25a",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_reallm-arm64.dylib",
    "name" : "reaper_reallm-arm64.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4996464640,
    "size" : 2260992,
    "uuid" : "348c3121-2287-38d3-9c13-01bba9a82596",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_imgui-arm64.dylib",
    "name" : "reaper_imgui-arm64.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4822122496,
    "size" : 458752,
    "uuid" : "c6aa35bb-3ca3-3ca0-bc85-d9489f047185",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_csurf_eucon.dylib",
    "name" : "reaper_csurf_eucon.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4823515136,
    "size" : 966656,
    "uuid" : "698b86ce-b75d-34f4-ab9e-ae97f4a8fb41",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_csurf_integrator.dylib",
    "name" : "reaper_csurf_integrator.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4816568320,
    "size" : 49152,
    "uuid" : "683f0c65-c6b4-32da-bdf6-fec8dbc7c17b",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_reasolotus-arm64.dylib",
    "name" : "reaper_reasolotus-arm64.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4816764928,
    "size" : 81920,
    "uuid" : "d228104b-f61d-3ff9-b59e-8065af7be7bb",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_reamculive-arm64.dylib",
    "name" : "reaper_reamculive-arm64.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4812390400,
    "size" : 311296,
    "uuid" : "9cf74e37-9fae-36cc-a2ae-3e0e6c24deb6",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_TJF-arm64-x86_64.dylib",
    "name" : "reaper_TJF-arm64-x86_64.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4815896576,
    "size" : 245760,
    "uuid" : "892a5eba-b88e-33bb-b55f-b808532eb58b",
    "path" : "\/Users\/USER\/Library\/Application Support\/REAPER\/*\/reaper_reablink-arm64.dylib",
    "name" : "reaper_reablink-arm64.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4811292672,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
    "size" : 442368,
    "uuid" : "227d0ea7-67f7-36da-949b-01c1f245b799",
    "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
    "name" : "AppleMetalOpenGLRenderer",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4966055936,
    "size" : 2588672,
    "uuid" : "ef881429-ddb1-3acb-b347-1a0cd41d7123",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/FFmpeg.dylib",
    "name" : "FFmpeg.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4809637888,
    "size" : 32768,
    "uuid" : "627fc47c-d218-317d-8c13-4486d0871a76",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reap_osx_modern.dylib",
    "name" : "reap_osx_modern.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4818272256,
    "size" : 901120,
    "uuid" : "ffe362d8-dae4-385a-b699-c4bdaa1b746d",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_video.dylib",
    "name" : "reaper_video.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4812029952,
    "size" : 229376,
    "uuid" : "6b64cddf-05e4-3325-aee9-571fece58a44",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_csurf.dylib",
    "name" : "reaper_csurf.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4814897152,
    "size" : 688128,
    "uuid" : "694eb2fe-5c96-33e0-a883-9421112ab76a",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_ogg.dylib",
    "name" : "reaper_ogg.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4789665792,
    "size" : 49152,
    "uuid" : "cb1e18da-1866-340a-9c56-a4144126c105",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_cd.dylib",
    "name" : "reaper_cd.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4810391552,
    "size" : 294912,
    "uuid" : "088de5df-02d3-390c-8416-4c3faeaa3ce4",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_explorer.dylib",
    "name" : "reaper_explorer.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4787601408,
    "size" : 49152,
    "uuid" : "4027956c-1d2e-3e38-8316-2dee9be9c392",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_ddp.dylib",
    "name" : "reaper_ddp.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4789043200,
    "size" : 65536,
    "uuid" : "fd1d870e-9ef0-3c77-bbb9-100d1d1dbab6",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_rex.dylib",
    "name" : "reaper_rex.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4810997760,
    "size" : 180224,
    "uuid" : "da3a05aa-2441-339b-a52d-67b86bd04f1a",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_flac.dylib",
    "name" : "reaper_flac.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4809048064,
    "size" : 458752,
    "uuid" : "5947f75a-050b-3392-93e9-8e51d754091f",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_opus.dylib",
    "name" : "reaper_opus.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4788748288,
    "size" : 196608,
    "uuid" : "b11bc993-76a6-3710-b54d-3b6580bfb7b7",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_wavpack.dylib",
    "name" : "reaper_wavpack.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4813422592,
    "size" : 1179648,
    "uuid" : "b1b6d304-c1b6-3893-b2fa-e9842900a41b",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_midi.dylib",
    "name" : "reaper_midi.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4809818112,
    "size" : 294912,
    "uuid" : "22134e04-d839-3b7c-a8ee-3aa135952a89",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/libmp3lame.dylib",
    "name" : "libmp3lame.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4789288960,
    "size" : 147456,
    "uuid" : "660310c3-c1d8-3a83-acf7-079a10fe85f5",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_mp3dec.dylib",
    "name" : "reaper_mp3dec.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4787355648,
    "size" : 147456,
    "uuid" : "cdda5eec-04f6-3140-b33e-7541cf716ee0",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/reaper_wave.dylib",
    "name" : "reaper_wave.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4787765248,
    "size" : 344064,
    "uuid" : "b967a795-2bd2-30ce-afc2-efe99417be67",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/jsfx.dylib",
    "name" : "jsfx.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4781998080,
    "size" : 114688,
    "uuid" : "e8b80eeb-df32-3f3f-99d5-8c869d457618",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/rubberband.dylib",
    "name" : "rubberband.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4782211072,
    "size" : 32768,
    "uuid" : "b467a3bf-d8d5-30c0-a58e-945a0ce2c239",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/soundtouch.dylib",
    "name" : "soundtouch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4756013056,
    "size" : 196608,
    "uuid" : "fdeee20a-415a-3c11-b3e0-2f7a3d2ffb81",
    "path" : "\/Applications\/REAPER.app\/Contents\/Plugins\/elastique3.dylib",
    "name" : "elastique3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4739153920,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppKit.axbundle",
    "size" : 32768,
    "uuid" : "997d74db-328f-37e8-8154-a782a29e9a57",
    "path" : "\/System\/Library\/Accessibility\/BundlesBase\/com.apple.AppKit.axbundle\/Versions\/A\/com.apple.AppKit",
    "name" : "com.apple.AppKit",
    "CFBundleVersion" : "258"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4378525696,
    "size" : 49152,
    "uuid" : "c9ce7923-2f2d-31eb-a6e4-0f3b7a78f895",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4363042816,
    "CFBundleShortVersionString" : "7.5.16_9c0b38du",
    "CFBundleIdentifier" : "com.cockos.reaper",
    "size" : 9453568,
    "uuid" : "4587a8a1-eab1-3d86-b7c6-d8f122cb1218",
    "path" : "\/Applications\/REAPER.app\/Contents\/MacOS\/REAPER",
    "name" : "REAPER",
    "CFBundleVersion" : "7.5.16_9c0b38du"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6575251456,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 12902400,
    "uuid" : "2126fd9a-52ce-3eb2-8640-b57535e073b8",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "2106"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6557253632,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5079040,
    "uuid" : "9f046e36-7286-3a6e-a280-699d6e47cfaf",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "2106"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6731087872,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 2883584,
    "uuid" : "4dffb7eb-bbcd-3ff6-a203-5a0b97358ee8",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6616092672,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 20008960,
    "uuid" : "b475e541-691d-39c6-8ca4-e414b0d3dd88",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2487.20.107"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6553186304,
    "size" : 607000,
    "uuid" : "ec7a3ba0-f9bf-3ab8-a0f4-8622e5606b20",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6556594176,
    "size" : 241648,
    "uuid" : "b7751381-1442-30b5-91b9-ad7be461bebe",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6556835840,
    "size" : 53236,
    "uuid" : "daf95373-5de6-39a1-a6ce-d87f3f0629cc",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6807666688,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.MediaToolbox",
    "size" : 9318400,
    "uuid" : "c43cabf2-3597-3b7f-8e4f-c06c71fb5b96",
    "path" : "\/System\/Library\/Frameworks\/MediaToolbox.framework\/Versions\/A\/MediaToolbox",
    "name" : "MediaToolbox",
    "CFBundleVersion" : "3085.13.4.4.3"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6555090944,
    "size" : 290816,
    "uuid" : "dc1d0187-7149-3100-bc63-f633afebee6c",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6987550720,
    "CFBundleShortVersionString" : "2.0",
    "CFBundleIdentifier" : "com.apple.audio.midi.CoreMIDI",
    "size" : 610304,
    "uuid" : "a7910c78-cb09-3d88-8b47-6846deaa68eb",
    "path" : "\/System\/Library\/Frameworks\/CoreMIDI.framework\/Versions\/A\/CoreMIDI",
    "name" : "CoreMIDI",
    "CFBundleVersion" : "88"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6557040640,
    "size" : 28668,
    "uuid" : "fc8cd17b-8769-348c-8dcd-1bfed022f9e4",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6555394048,
    "size" : 520188,
    "uuid" : "decb8685-f34a-3979-afcb-71fb55747e41",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6728118272,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.audio.caulk",
    "size" : 172032,
    "uuid" : "658fdd6b-bc2e-3383-a7ed-731ddbcc6372",
    "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
    "name" : "caulk"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6596943872,
    "CFBundleShortVersionString" : "5.0",
    "CFBundleIdentifier" : "com.apple.audio.CoreAudio",
    "size" : 7266304,
    "uuid" : "31eb33d7-8eef-3cdb-9407-cb5b42bf96a3",
    "path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
    "name" : "CoreAudio",
    "CFBundleVersion" : "5.0"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6555914240,
    "size" : 581624,
    "uuid" : "3702eede-997d-38e6-a6a1-c08eb22c375b",
    "path" : "\/usr\/lib\/libc++.1.dylib",
    "name" : "libc++.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6553817088,
    "size" : 290816,
    "uuid" : "212b4ed6-cbb2-33de-95c0-7f8a405b3ebd",
    "path" : "\/usr\/lib\/system\/libxpc.dylib",
    "name" : "libxpc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6799560704,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.VideoToolbox",
    "size" : 4489216,
    "uuid" : "c17bf906-a8ef-3fd9-b4b6-8d862ad28069",
    "path" : "\/System\/Library\/Frameworks\/VideoToolbox.framework\/Versions\/A\/VideoToolbox",
    "name" : "VideoToolbox",
    "CFBundleVersion" : "3085.13.4.4.3"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6728290304,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.CoreMedia",
    "size" : 1335296,
    "uuid" : "59891c53-953a-3936-8b44-2ec0b8329c51",
    "path" : "\/System\/Library\/Frameworks\/CoreMedia.framework\/Versions\/A\/CoreMedia",
    "name" : "CoreMedia",
    "CFBundleVersion" : "3085.13.4.4.3"
  }
],
  "sharedCache" : {
  "base" : 6552436736,
  "size" : 4018896896,
  "uuid" : "80dd42b3-8a52-3caf-9848-54a1c2732864"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.6G resident=0K(0%) swapped_out_or_unallocated=1.6G(100%)\nWritable regions: Total=18.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=18.7G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               256K        2 \nActivity Tracing                   256K        1 \nCG image                          1072K       56 \nCG raster data                     112K        1 \nColorSync                          752K       36 \nCoreAnimation                     12.6M      246 \nCoreGraphics                        48K        3 \nCoreGraphics (reserved)             16K        1         reserved VM address space (unallocated)\nCoreImage                           16K        1 \nCoreMedia memory pool              832K       12 \nCoreUI image data                 2640K       40 \nFoundation                          16K        1 \nImage IO                           304K       19 \nKernel Alloc Once                   32K        1 \nMALLOC                            18.6G      709 \nMALLOC guard page                  384K       24 \nMALLOC_LARGE (reserved)           15.3M        2         reserved VM address space (unallocated)\nMach message                      2416K        3 \nOpenGL GLSL                        128K        1 \nSTACK GUARD                       56.5M       34 \nStack                             25.5M       35 \nVM_ALLOCATE                       7072K      102 \nVM_ALLOCATE (reserved)             368K        1         reserved VM address space (unallocated)\n__AUTH                            2023K      379 \n__AUTH_CONST                      30.0M      590 \n__CTF                               824        1 \n__DATA                            17.6M      647 \n__DATA_CONST                      32.2M      646 \n__DATA_DIRTY                      1917K      210 \n__FONT_DATA                          4K        1 \n__GLSLBUILTINS                    5174K        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       899.2M       54 \n__OBJC_RO                         70.8M        1 \n__OBJC_RW                         2156K        1 \n__TEXT                           694.1M      663 \ndyld private memory                272K        2 \nmapped file                      251.4M       54 \nshared memory                     1760K       19 \n===========                     =======  ======= \nTOTAL                             20.7G     4601 \nTOTAL, minus reserved VM space    20.7G     4601 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "*\/video"
  }
},
  "logWritingSignature" : "77561807374b3f579ff8388acfe48cf1a2824c6a",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "63f9578e238e7b23a1f3030a",
      "factorPackIds" : {

      },
      "deploymentId" : 240000005
    },
    {
      "rolloutId" : "5fb4245a1bbfe8005e33a1e1",
      "factorPackIds" : {

      },
      "deploymentId" : 240000021
    }
  ],
  "experiments" : [

  ]
}
}

Model: Mac14,13, BootROM 10151.41.12, proc 12:8:4 processors, 64 GB, SMC 
Graphics: Apple M2 Max, Apple M2 Max, Built-In
Display: C34J79x, 3440 x 1440 (UWQHD - Ultra-Wide Quad HD), Main, MirrorOff, Online
Display: LG TV, 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition), MirrorOff, Online
Memory Module: LPDDR5, Micron
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4388), wl0: Sep  1 2023 19:33:27 version 23.10.765.4.41.51.121 FWID 01-8bb7c684
AirPort: 
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
PCI Card: pci8086,15f0, USB eXtensible Host Controller, Thunderbolt@3,0,0
USB Device: USB31Bus
USB Device: USB3.1 Hub
USB Device: USB3.0 Hub
USB Device: NS1081
USB Device: USB 10/100/1G/2.5G LAN
USB Device: USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: USB-C Multimedia Hub
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: RØDE NT-USB Mini
USB Device: USB31Bus
USB Device: My Passport 260D
USB Device: USB31Bus
USB Device: USB2 Hub
USB Device: hub_device
USB Device: HD Webcam C615
USB Device: RME ARC
USB Device: USB 2.0 Hub
USB Device: iLok
USB Device: BUP Fast HDD
USB Device: USB 2.0 Hub
USB Device: iLok
USB Device: iLok
USB Device: hub_device
USB Device: Impact LX25+
USB Device: iLok
USB Device: Fireface UFX (23594098)
USB Device: USB3 Gen2 Hub
USB Device: hub_device
USB Device: hub_device
USB Device: USB31Bus
USB Device: hub_device
USB Device: Apple MagSafe Duo Charger
USB Device: hub_device
Thunderbolt Bus: Mac Studio, Apple Inc.
Thunderbolt Bus: Mac Studio, Apple Inc.
Thunderbolt Bus: Mac Studio, Apple Inc.
Thunderbolt Bus: Mac Studio, Apple Inc.
Thunderbolt Device: C34J79x, SAMSUNG ELECTRONICS CO.,LTD, 1, 61.2
__________________
Vijay Rathinam MPSE,
www.theaudioville.com
IMDB Page : https://www.imdb.com/name/nm3221039/?ref_=fn_al_nm_1

Last edited by schwa; 11-18-2023 at 04:53 AM.
svijayrathinam is offline   Reply With Quote
Old 11-18-2023, 12:54 AM   #13
smandrap
Human being with feelings
 
smandrap's Avatar
 
Join Date: Feb 2021
Location: Right here
Posts: 2,060
Default

Quote:
+ Take FX: improve position reporting to plug-ins (including ARA) when using PDC [p=2734271]
Thanks for the fix! Works now

Quote:
Lots of crashes after updating to MAC OS Sonoma 14.1.1. Anytime I move an item or delete some items, reaper keeps crashing. Pls help

Here is a crash info
Could you wrap the crash report in a code block? Like:
Code:
[code]Crash report here..[/code]
__________________
My Scripts
smandrap is offline   Reply With Quote
Old 11-18-2023, 12:55 AM   #14
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,911
Default

Quote:
Originally Posted by Daodan View Post
Interesting! Is there a quick way to turn this into a sequence of regular items?
It would be awesome to have actions to crop and explode/implode the active parts on a new track or a track with fixed lanes. The latter could be useful when we want to create different variations and switch between them.
Vagelis is offline   Reply With Quote
Old 11-18-2023, 12:57 AM   #15
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 15,713
Default

Quote:
Originally Posted by Vagelis View Post

Do the half-circle lane buttons visualize the masking ? ?
mschnell is offline   Reply With Quote
Old 11-18-2023, 01:03 AM   #16
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,911
Default

Quote:
Originally Posted by mschnell View Post
Do the half-circle lane buttons visualize the masking ? ?
Just an indication that the the new mode is on. The audible areas indicate the masking of the higher items.

Last edited by Vagelis; 11-18-2023 at 01:10 AM.
Vagelis is offline   Reply With Quote
Old 11-18-2023, 02:09 AM   #17
BartR
Human being with feelings
 
BartR's Avatar
 
Join Date: Oct 2014
Location: Somewhere in this universe or so.
Posts: 1,717
Default

Is it possible to fix this graphical issue please? Things are unreadable

https://forum.cockos.com/showthread.php?t=284771
__________________
Reaper: always the most up-to-date.
O.S.: Windows 11 Pro
ReaPack (with bilingual Tutorials): https://bit.ly/ReaPack_Repository
BartR is offline   Reply With Quote
Old 11-18-2023, 02:34 AM   #18
sockmonkey72
Human being with feelings
 
sockmonkey72's Avatar
 
Join Date: Sep 2021
Location: Berlin
Posts: 2,089
Default

Quote:
Originally Posted by Vagelis View Post
OMG my dream comes true, I'm getting so fricking excited!
Devs you are the best, thank you very very much from the bottom of my heart <3
This is going to be my main environment to experiment with rhythms or editing for sound design. Combined with takes and the new comping system, Reaper is really ahead!
Top notch!!!
First off, kudos and amazeballs, thank you so much.

I'm imagining an item property (or whatever) to signal "play me, but I relinquish my bottommost status", which status gets passed to the object behind it? A quick way to achieve layering, even when in this mode. Then again, you could just make a new track and do it like that, so it's probably just added complexity with little payoff.

Anyway, I'm going to use this all the time, thanks again.
__________________
ReaPack Repository: right-click and copy index URL
sockmonkey72 is offline   Reply With Quote
Old 11-18-2023, 02:52 AM   #19
AZpercussion
Human being with feelings
 
Join Date: Oct 2019
Location: Moscow / Tbilisi
Posts: 998
Default

Schwa, sorry, I can't reproduce, but I remember clear, that there was ability to move items and do slip editing for all selected items, even they are in hidden lanes.

It was useful for the ADR case I talked about, but there was a bug with slip editing.
After fix in dev1114 I can't edit selected items if they are in hidden lanes. (I tried previous versions again, but... strange...)

I prefer to work with only one lane shown at a time for the most part, because it's inconvenient to do many takes if lanes are shown, and it's inconvenient to switch between collapsed and all lanes every time I need to remove the initial offset after each recording pass.

Please, make this possible to edit selected items in hidden lanes!
If you consider this dangerous, I think the option to deselect non visible items while lanes are being collapsed can solve the problem.
AZpercussion is offline   Reply With Quote
Old 11-18-2023, 05:16 AM   #20
Reflected
Human being with feelings
 
Reflected's Avatar
 
Join Date: Jul 2009
Posts: 3,299
Default

Regarding FX Container and FX parameters:

link FX parameters between two parameters in different containers is really hard...

Basic example:
2 synths in 2 different containers
I want to link between the cut-off parameters of those synths to control them together.

Unfortunately, there are tons of parameters in the container's mappings which make it really hard to find the right parameter.
and if there are more nested containers its get even worse.

Any chance for "last touch parameter" feature for linking parameters faster?

Thanks
Reflected is offline   Reply With Quote
Old 11-18-2023, 05:19 AM   #21
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,792
Default

Quote:
Originally Posted by Reflected View Post
Regarding FX Container and FX parameters:

link FX parameters between two parameters in different containers is really hard...

Basic example:
2 synths in 2 different containers
I want to link between the cut-off parameters of those synths to control them together.

Unfortunately, there are tons of parameters in the container's mappings which make it really hard to find the right parameter.
and if there are more nested containers its get even worse.

Any chance for "last touch parameter" feature for linking parameters faster?

Thanks
+1 something like setnamedparameter parameter.x.effect paramerer.x.parm -1 or something so it knows its last touched
Sexan is offline   Reply With Quote
Old 11-18-2023, 06:15 AM   #22
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 16,008
Default

Quote:
Originally Posted by svijayrathinam View Post
Lots of crashes after updating to MAC OS Sonoma 14.1.1. Anytime I move an item or delete some items, reaper keeps crashing. Pls help

Here is a crash info
Perfect, thank you, fixing!
Justin is offline   Reply With Quote
Old 11-18-2023, 07:16 AM   #23
Buy One
Human being with feelings
 
Buy One's Avatar
 
Join Date: Sep 2019
Posts: 1,264
Default

Quote:
Originally Posted by Vagelis View Post

+ FX: fix quirks when single-FX chain mode is enabled moving/copying single FX [t=277429]
Confirmed
Buy One is offline   Reply With Quote
Old 11-18-2023, 07:21 AM   #24
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,911
Default

Quote:
Originally Posted by sockmonkey72 View Post
First off, kudos and amazeballs, thank you so much.

I'm imagining an item property (or whatever) to signal "play me, but I relinquish my bottommost status", which status gets passed to the object behind it? A quick way to achieve layering, even when in this mode. Then again, you could just make a new track and do it like that, so it's probably just added complexity with little payoff.

Anyway, I'm going to use this all the time, thanks again.
Thanks a lot for supporting the request, I'm extremely happy we now have this gem in Reaper!
And nice idea for layering while in this mode, maybe something like a media button to make items audible.
Vagelis is offline   Reply With Quote
Old 11-18-2023, 12:43 PM   #25
ferropop
Human being with feelings
 
ferropop's Avatar
 
Join Date: Jan 2016
Location: Los Angeles, CA
Posts: 3,256
Default

Quote:
Originally Posted by Sexan View Post

Linking from containers is little awkward in nested situations. What values should we pass here? Last touched parameter/fx is not working here. Even when the parameter is mapped to container (manually) last touched value is still not responding
How are we supposed to calculate this?

Code:
r.TrackFX_SetNamedConfigParm(TRACK, LASTTOUCH_FX_ID, "param." .. LASTTOUCH_P_ID .. ".plink.effect", SRC_FX_ID)
r.TrackFX_SetNamedConfigParm(TRACK, LASTTOUCH_FX_ID, "param." .. LASTTOUCH_P_ID .. ".plink.param", "16")
devs can this get some love? Those getting deep with containers are coming up against some roadblocks
__________________
FERRO
Songs I've Written/Produced : https://t.ly/OtOM-
Instagram : http://www.instagram.com/ferropop
ferropop is offline   Reply With Quote
Old 11-18-2023, 12:46 PM   #26
ferropop
Human being with feelings
 
ferropop's Avatar
 
Join Date: Jan 2016
Location: Los Angeles, CA
Posts: 3,256
Default

Quote:
Originally Posted by Sexan View Post
+1 something like setnamedparameter parameter.x.effect paramerer.x.parm -1 or something so it knows its last touched
yup anything giving us immediate access to last touched would be so helpful here. going through lists is insane when we are deep inside a plugin twisting knobs and trying to be creative, you end up forgetting what you were even trying to achieve
__________________
FERRO
Songs I've Written/Produced : https://t.ly/OtOM-
Instagram : http://www.instagram.com/ferropop
ferropop is offline   Reply With Quote
Old 11-18-2023, 12:53 PM   #27
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 16,008
Default

Quote:
Originally Posted by Sexan View Post
Linking from containers is little awkward in nested situations. What values should we pass here? Last touched parameter/fx is not working here. Even when the parameter is mapped to container (manually) last touched value is still not responding
How are we supposed to calculate this?
You can only link sibling FX parameters, so if you want to link between something in a container and it's uncle, you'll have to map it to the parent container, then link.
Justin is offline   Reply With Quote
Old 11-18-2023, 01:12 PM   #28
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,792
Default

Problem is when there are nested containers then you need to go:
Code:
1. Map to parent
2. Map parent to parent
3. Map parent to parent to parent
....
And TBF I got lost doing this native in reaper for 3rd level. And even now that I've mapped the parameter thru all of its parent containers I don't see it:


My targets are in first container, mapped to it
https://imgur.com/YGksGBY

Wont embed gif here since it is huge because of the parameter list
Sexan is offline   Reply With Quote
Old 11-18-2023, 01:22 PM   #29
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 16,008
Default

Quote:
Originally Posted by Sexan View Post
Problem is when there are nested containers then you need to go:
Code:
1. Map to parent
2. Map parent to parent
3. Map parent to parent to parent
....
And TBF I got lost doing this native in reaper for 3rd level. And even now that I've mapped the parameter thru all of its parent containers I don't see it:
As a quick workaround you could add an envelope or TCP controls for the parameter, then clear the envelope or TCP controls, and it'll be mapped to the top level. We could add a "map parameter to top level container" menu item, I suppose.

Then to link, go to the top level container and link there.

Last edited by Justin; 11-18-2023 at 01:42 PM.
Justin is offline   Reply With Quote
Old 11-18-2023, 02:49 PM   #30
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,792
Default

So from api when I map last touched to container I can`t use last touched value to link but need to get that same parameter from parent container and link that?
Sexan is offline   Reply With Quote
Old 11-18-2023, 05:13 PM   #31
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 16,008
Default

Quote:
Originally Posted by Sexan View Post
So from api when I map last touched to container I can`t use last touched value to link but need to get that same parameter from parent container and link that?
Yeah, you could set the mapped parameter to last-touched, using the API…
Justin is offline   Reply With Quote
Old 11-19-2023, 02:11 AM   #32
Reflected
Human being with feelings
 
Reflected's Avatar
 
Join Date: Jul 2009
Posts: 3,299
Default

I have a big mess with the linking.
buyone's link between 2 parameters script is broken because of this, the script doesn't work through containers.
MPL's mapping panel script feels broken too now especially in nested containers. (can't link)

please give us a better solution, something more direct for last touched parameter.

maybe something like "Automap last touched parameter" automatically through all containers (per effect)?

another problem is that the links get broken when moving fx outside the container. any solution?

Last edited by Reflected; 11-19-2023 at 02:33 AM.
Reflected is offline   Reply With Quote
Old 11-21-2023, 11:17 AM   #33
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,911
Default

Quote:
Originally Posted by mschnell View Post
Do the half-circle lane buttons visualize the masking ? ?
Coming back to this because I think you were right, they must be showing that the lower items are playing while the higher are muted, smart
Vagelis is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 08:30 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.