Git Product home page Git Product logo

miniaudicle's Introduction

miniAudicle

IDE for ChucK

miniAudicle is an integrated development environment (IDE) for the ChucK music programming language. It provides graphical user interfaces for code editing, on-the-fly proramming commands (add, replace, remove), visualization of ChucK virtual machines shreds, and tools for probing and setting audio and HID devices. miniAudicle integrates these front-end features with a full ChucK virtual machine and synthesis engine running within miniAudicle.

Installing miniAudicle

To download and install miniAudicle and command-line chuck, visit https://chuck.stanford.edu/release/

miniAudicle submodules: ChucK | Chugins

Building miniAudicle

To build the latest miniAudicle from source, clone the miniAudicle repo from github:

git clone --recurse-submodules https://github.com/ccrma/miniAudicle.git

macOS (Cocoa)

By default, miniAudicle on macOS builds with Cocoa for windowing and graphical user interfaces.

To build miniAudicle, navigate to the miniAudicle/src directory, and run make:

cd miniAudicle/src
make mac

OR to build a universal binary (intel + apple sillicon):

make mac-ub

This should build a miniAudicle.app application in src/macosx.

macOS (Qt)

Alternately, miniAudicle can be built using Qt on macOS. This requires Qt6 and the QScintilla library. Qt6 development tools can be installed from here. QScintilla can be built from source using Qt Creator or qmake. Or you can use our pre-built qscintilla2_qt6 libraries (following the included instructions to copy the necessary headers and libraries files). From here, these are several ways to build miniAudicle with Qt on macOS. For one, you can use Qt Creator to open miniAudicle/src/miniAudicle.pro and build.

As an alternative to installing/buliding Qt and Qscintilla as described above, you can also install these libraries using Homebrew:

brew install qt
brew install qscintilla2

If you have multiple Qt versions installed, set this variable to avoid mixing in Qt5 content:

export QT_SELECT=qt6

To build from the command line (either of the two approaches above should work, as long as the headers and paths are in place):

cd miniAudicle/src
make mac-qt

This should build a miniAudicle.app (Qt edition, universal binary) in src.

Linux

Dependencies: gcc, g++, make, bison, flex, Qt6, QScintilla, libsndfile, ALSA, PulseAudio (for linux-pulse builds), JACK (for linux-jack builds)

To set up a build environment for miniAudicle on Debian or Ubuntu:

sudo apt install build-essential bison flex libqt6-base-dev libqscintilla2-qt6-dev \
  libsndfile1-dev libasound2-dev libpulse-dev libjack-jackd2-dev

For other Linux distributions, the setup should be similar although the package install tools and package names may be slightly different. NOTE: setups that do not need JACK or PulseAudio can omit either or both of these packages. ALSA is needed for MIDI support on Linux.

If you have multiple Qt versions installed, set this variable to avoid mixing in Qt5 content:

export QT_SELECT=qt6

To build miniAudicle (with all supported drivers: ALSA, PulseAudio, and JACK), navigate to the miniAudicle/src directory and run 'make':

cd miniAudicle/src
make linux

To build miniAudicle with support for a subset of ALSA, PulseAudio, or JACK, run make with desired driver(s). For example, to build for ALSA and PulseAudio only:

make linux-alsa linux-pulse

Or, to build for ALSA only:

make linux-alsa

This should build a miniAudicle executable in src.

Windows

miniAudicle on Windows requires Qt6 and the QScintilla library. In the Qt Creator IDE, open miniAudicle/src/miniAudicle.pro and build.

QScintilla can be built from source using Qt Creator or qmake. Alternately, you can use our pre-built qscintilla_qt6 libraries (following the included instructions to copy the necessary headers and libraries files).

miniAudicle History

miniAudicle was created by Spencer Salazar in 2005, two years after the initial release of the ChucK programming language, originated by Ge Wang and Perry R. Cook, and one year after the creation of the the Audicle (see 2004 paper). The original Audicle was designed as a 3D graphics-based IDE for live-coding ChucK programs while visualizing these programs' deep structure. (Perry Cook had suggested the name 'audicle' could be the all-hearing equivalent of an all-seeing "oracle".) While the Audicle showed potential, its 3D-graphics intensive backend (in OpenGL) was extremely time-consuming to develop into an usable tool. This gave rise to the miniAudicle, which was to be a lighter version of the Audicle, using establish windowing and GUI frameworks (like Cocoa and Qt, instead of implementing from scratch in OpenGL). Released in 2005, the miniAudicle immediately became a de facto tool for working with ChucK, and has remained so for many ChucK users to the present day.

See ChucK publications page and (the historic) https://audicle.cs.princeton.edu/mini/ for more info on the origin of miniAudicle.

Happy ChucKing!

miniaudicle's People

Contributors

eswartz avatar gewang avatar leanne63 avatar markcerqueira avatar nshaheed avatar spencersalazar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

miniaudicle's Issues

Please provide QT5 build option for Linux

Apps built with QT 5.6 or above will scale automatically so they are usable on linux with hidpi displays. When I build using the provided instructions (cd src ; make linux-jack), the code is linked with QT4, which makes the app render very tiny for me.

It shouldn't be hard to just link with QT5, right? Please provide that as an option, or just move to QT5.

Crashing bug

There is a problem with the new version of MiniAudicle where it crashes if there is an old preference file. In order to install Fauck on the ccrma computers, can we please fix this bug? I'm including an example of the old config file and an example of the new config file. Hopefully it isn't too hard to do one of the following:

  • display a helpful error message directing the user to remove the old config file instead of crashing
  • automatically overwrite the old file
  • upgrade it so that the old file works with the new MiniAudicle.
#################
old miniAudicle.conf
#################
[GUI]
RecentFiles=/user/k/kermit/Downloads/220a homework 1/weather.ck, /user/k/kermit/Downloads/220a homework 
1/sonificationPlayer.ck, /user/k/kermit/Downloads/220a homework 1/latPlayer.ck, /user/k/kermit/Downloads
/220a homework 1/dataReader.ck
#################
new miniAudicle.conf
#################
[GUI]
RecentFiles=-v, -h
Editing\FontName=TeX Gyre Cursor
Editing\FontSize=10
Editing\SyntaxColoringEnabled=true
Editing\SyntaxColoring\NormalText=4278190080
Editing\SyntaxColoring\Keywords=4278190335
Editing\SyntaxColoring\Classes=4286578723
Editing\SyntaxColoring\UGens=4288807148
Editing\SyntaxColoring\Comments=4284518416
Editing\SyntaxColoring\Strings=4282400832
Editing\SyntaxColoring\Numbers=4292116496
Editing\SyntaxColoring\Background=4294967295
Editing\UsesTabs=false
Editing\TabSize=4

[VM]
EnableAudio=true
EnableNetworkOTFCommands=false
DAC=1
ADC=1
InputChannels=2
OutputChannels=2
SampleRate=48000
SampleBufferSize=512

[ChuGins]
Enable=true
Paths=/usr/local/lib/chuck, 

[Miscellaneous]
CurrentDirectory=/user/k/kermit

Windows Vista issue

From Perry:

Same issues with making a new file and trying to run it. You have to
save it because it can't find "Untitled" Then when you do save it, it
can find it because the current working directory isn't where the file
got saved. Yow. Things to think about as we go forward.

MAUI crash

From Perry -- crashes on Snow Leopard, not tested on others.

MAUI_View myWinder;
MAUI_Button exit;
myWinder.addElement(exit);
myWinder.display();

while (!exit.state())  {
    0.1 :: second => now;
}

myWinder.destroy();

Stop virtual machine on Windows

Hello,

It is impossible to stop the virtual machine on Windows 7 (64bit)
The "Stop virtual machine" button in the VM window is disabled and greyed out as well as the menu entry in Menu->ChucK->StopVirtualMachine.

The command Alt+ just adds a new Shred.

chuck_vm

It's not that an issue because one can always close and re-start miniAudicle for sure,
but I thought I can get my key-bindings back when stopping the VM.
(see issue 29 )

Does not see multiple mice/keyboards as separate input devices in Windows 7

I am using MiniAudicle Version 1.3.5.2-beta-3 on Windows 7 and want to use more controllers. The device browser does not seem to see additionally connected mice/keyboards as separate input devices... Using Teamplayer or Pluralimput does no help the issue - there is still one mouse and one keyboard in the device browser whatever number of mice I connect and operate...
multiple_mice

EXC_BAD_ACCESS in miniAudicle on Mac OS 10.12

Unfortunately I can't even seem to figure out what the crash is. It looks like it might actually be coming from the audio system :/

The code I was trying to add to the VM was this:

{
    FM fmOsc => dac;
    7.3 => fmOsc.lfoSpeed;
    100.0 => fmOsc.freq;
    
    0.7071 => float lfoDepth;
    

    function Touch createTouch(int id, int FSeq)
    {
        ModuloTouch newTouch;
        id => newTouch.id;
        FSeq => newTouch.FSeq;
        return newTouch;
    }
    
    
    function void beginTouch()
    {
        lfoDepth => fmOsc.lfoDepth;
    }
    
    function void endTouch()
    {
        0.0 => fmOsc.lfoDepth;
    }
}



//start the application
TUIO listener;
ModuloTouch Touches;
listener.init(Touches);
listener.startListening();

while(true)
{
    <<<"thump", now>>>;
    10::second => now;
}

Here's the crashdump from apple (that comes from "do you want to send this error report?" dialog)

Path:                  /Applications/miniAudicle.app/Contents/MacOS/miniAudicle
Identifier:            org.miniAudicle.miniAudicle
Version:               1.3.5.2 (1.3.5.2)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           miniAudicle [9059]
User ID:               201

Date/Time:             2017-06-13 22:43:59.266 -0700
OS Version:            Mac OS X 10.12.5 (16F73)
Report Version:        12
Anonymous UUID:        92E3FD98-4FC1-C375-3C88-B8B081CD18A5

Sleep/Wake UUID:       1606FFA7-0E30-41F9-9903-90977F0C54F1

Time Awake Since Boot: 600000 seconds
Time Since Wake:       410 seconds

System Integrity Protection: enabled

Crashed Thread:        14  com.apple.audio.IOThread.client

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000028
Exception Note:        EXC_CORPSE_NOTIFY

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

VM Regions Near 0x28:
--> 
    __TEXT                 0000000100000000-000000010022e000 [ 2232K] r-x/rwx SM=COW  /Applications/miniAudicle.app/Contents/MacOS/miniAudicle

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fffa38e7f46 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fffa386eb72 nanosleep + 199
2   libsystem_c.dylib             	0x00007fffa386ea66 usleep + 54
3   org.miniAudicle.miniAudicle   	0x0000000100002bcb miniAudicle::handle_reply(unsigned long, std::string&) + 235
4   org.miniAudicle.miniAudicle   	0x000000010000280e miniAudicle::run_code(std::string&, std::string&, std::vector<std::string, std::allocator<std::string> >&, std::string&, unsigned long, unsigned long&, std::string&) + 382
5   org.miniAudicle.miniAudicle   	0x000000010002df59 -[mADocumentViewController add:] + 1097
6   com.apple.AppKit              	0x00007fff8be4cc8a -[NSToolbarButton sendAction:to:] + 75
7   com.apple.AppKit              	0x00007fff8bd89750 -[NSToolbarItemViewer mouseDown:] + 5193
8   com.apple.AppKit              	0x00007fff8c42924f -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 6341
9   com.apple.AppKit              	0x00007fff8c425a6c -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 1942
10  com.apple.AppKit              	0x00007fff8c424f0a -[NSWindow(NSEventRouting) sendEvent:] + 541
11  com.apple.AppKit              	0x00007fff8c2a9681 -[NSApplication(NSEvent) sendEvent:] + 1145
12  com.apple.AppKit              	0x00007fff8bb24427 -[NSApplication run] + 1002
13  com.apple.AppKit              	0x00007fff8baeee0e NSApplicationMain + 1237
14  org.miniAudicle.miniAudicle   	0x0000000100001744 start + 52

Thread 1:
0   libsystem_kernel.dylib        	0x00007fffa38e844e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffa39d2621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffa39d207d start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffa38e7dc6 __read_nocancel + 10
1   libsystem_c.dylib             	0x00007fffa383315c _sread + 16
2   libsystem_c.dylib             	0x00007fffa3832797 __srefill1 + 24
3   libsystem_c.dylib             	0x00007fffa382c05a fgets + 103
4   org.miniAudicle.miniAudicle   	0x000000010000a474 miniAudicle_Shell_UI::next_command(std::string const&, std::string&) + 84
5   org.miniAudicle.miniAudicle   	0x00000001000da8f4 Chuck_Shell::run() + 196
6   org.miniAudicle.miniAudicle   	0x00000001000da7d9 shell_cb(void*) + 41
7   libsystem_pthread.dylib       	0x00007fffa39d293b _pthread_body + 180
8   libsystem_pthread.dylib       	0x00007fffa39d2887 _pthread_start + 286
9   libsystem_pthread.dylib       	0x00007fffa39d208d thread_start + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffa38e844e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffa39d2621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffa39d207d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fffa38e844e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffa39d2621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffa39d207d start_wqthread + 13

Thread 5:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fffa38e034a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffa38df797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fff8e036434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fff8e0358c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fff8e035114 CFRunLoopRunSpecific + 420
5   com.apple.AppKit              	0x00007fff8bc7cf02 _NSEventThread + 205
6   libsystem_pthread.dylib       	0x00007fffa39d293b _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fffa39d2887 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fffa39d208d thread_start + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fffa38e844e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffa39d2621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffa39d207d start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fffa38e844e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffa39d248e _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffa39d207d start_wqthread + 13

Thread 8:: Dispatch queue: NSCGSDisableUpdates
0   libsystem_kernel.dylib        	0x00007fffa38e034a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffa38df797 mach_msg + 55
2   com.apple.SkyLight            	0x00007fff9fad1db3 _CGSReenableUpdateForConnectionSync + 99
3   com.apple.SkyLight            	0x00007fff9fc1e52e CGSUpdateManager::enable_update(unsigned long long) + 532
4   libdispatch.dylib             	0x00007fffa378c524 _dispatch_call_block_and_release + 12
5   libdispatch.dylib             	0x00007fffa37838fc _dispatch_client_callout + 8
6   libdispatch.dylib             	0x00007fffa37999a0 _dispatch_queue_serial_drain + 896
7   libdispatch.dylib             	0x00007fffa378c306 _dispatch_queue_invoke + 1046
8   libdispatch.dylib             	0x00007fffa3792020 _dispatch_queue_override_invoke + 369
9   libdispatch.dylib             	0x00007fffa37856b5 _dispatch_root_queue_drain + 476
10  libdispatch.dylib             	0x00007fffa378548c _dispatch_worker_thread3 + 99
11  libsystem_pthread.dylib       	0x00007fffa39d25a2 _pthread_wqthread + 1299
12  libsystem_pthread.dylib       	0x00007fffa39d207d start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib        	0x00007fffa38e844e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffa39d2621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffa39d207d start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib        	0x00007fffa38e844e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffa39d2621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffa39d207d start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib        	0x00007fffa38e844e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffa39d2621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffa39d207d start_wqthread + 13

Thread 12:
0   libsystem_kernel.dylib        	0x00007fffa38e7f46 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fffa386eb72 nanosleep + 199
2   libsystem_c.dylib             	0x00007fffa386ea66 usleep + 54
3   org.miniAudicle.miniAudicle   	0x00000001001746f1 kb_loop(void*) + 113
4   libsystem_pthread.dylib       	0x00007fffa39d293b _pthread_body + 180
5   libsystem_pthread.dylib       	0x00007fffa39d2887 _pthread_start + 286
6   libsystem_pthread.dylib       	0x00007fffa39d208d thread_start + 13

Thread 13:
0   libsystem_kernel.dylib        	0x00007fffa38e7f46 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fffa386eb72 nanosleep + 199
2   libsystem_c.dylib             	0x00007fffa386ea66 usleep + 54
3   org.miniAudicle.miniAudicle   	0x0000000100088bda Chuck_VM::run() + 458
4   org.miniAudicle.miniAudicle   	0x00000001000017ac vm_cb(void*) + 60
5   libsystem_pthread.dylib       	0x00007fffa39d293b _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffa39d2887 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffa39d208d thread_start + 13

Thread 14 Crashed:: com.apple.audio.IOThread.client
0   org.miniAudicle.miniAudicle   	0x000000010011d417 FM_ctrl_modSpeed + 23
1   org.miniAudicle.miniAudicle   	0x00000001000923d8 Chuck_Instr_Func_Call_Member::execute(Chuck_VM*, Chuck_VM_Shred*) + 568
2   org.miniAudicle.miniAudicle   	0x0000000100088ed2 Chuck_VM::compute() + 338
3   org.miniAudicle.miniAudicle   	0x0000000100088c68 Chuck_VM::run(long) + 72
4   org.miniAudicle.miniAudicle   	0x00000001000ed75f Digitalio::cb2(void*, void*, unsigned int, double, unsigned int, void*) + 399
5   org.miniAudicle.miniAudicle   	0x00000001000fd12b RtApiCore::callbackEvent(unsigned int, AudioBufferList const*, AudioBufferList const*) + 331
6   org.miniAudicle.miniAudicle   	0x00000001000fc477 callbackHandler(unsigned int, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*, void*) + 23
7   com.apple.audio.CoreAudio     	0x00007fff8db9e8ce HALC_ProxyIOContext::IOWorkLoop() + 5290
8   com.apple.audio.CoreAudio     	0x00007fff8db9d264 HALC_ProxyIOContext::IOThreadEntry(void*) + 128
9   com.apple.audio.CoreAudio     	0x00007fff8db9cfa3 HALB_IOThread::Entry(void*) + 75
10  libsystem_pthread.dylib       	0x00007fffa39d293b _pthread_body + 180
11  libsystem_pthread.dylib       	0x00007fffa39d2887 _pthread_start + 286
12  libsystem_pthread.dylib       	0x00007fffa39d208d thread_start + 13

Thread 15:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	0x00007fffa38e034a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffa38df797 mach_msg + 55
2   com.apple.audio.CoreAudio     	0x00007fff8dba0935 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 127
3   com.apple.audio.CoreAudio     	0x00007fff8dba08a6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4   com.apple.audio.CoreAudio     	0x00007fff8db9d8d0 HALC_ProxyIOContext::IOWorkLoop() + 1196
5   com.apple.audio.CoreAudio     	0x00007fff8db9d264 HALC_ProxyIOContext::IOThreadEntry(void*) + 128
6   com.apple.audio.CoreAudio     	0x00007fff8db9cfa3 HALB_IOThread::Entry(void*) + 75
7   libsystem_pthread.dylib       	0x00007fffa39d293b _pthread_body + 180
8   libsystem_pthread.dylib       	0x00007fffa39d2887 _pthread_start + 286
9   libsystem_pthread.dylib       	0x00007fffa39d208d thread_start + 13

Thread 16:
0   libsystem_kernel.dylib        	0x00007fffa38e7f46 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fffa386eb72 nanosleep + 199
2   libsystem_c.dylib             	0x00007fffa386ea66 usleep + 54
3   org.miniAudicle.miniAudicle   	0x00000001000ec4b1 watch_dog(void*) + 577
4   libsystem_pthread.dylib       	0x00007fffa39d293b _pthread_body + 180
5   libsystem_pthread.dylib       	0x00007fffa39d2887 _pthread_start + 286
6   libsystem_pthread.dylib       	0x00007fffa39d208d thread_start + 13

Thread 14 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000061000024a4a0  rcx: 0x0000000000000008  rdx: 0x000070000a562ac0
  rdi: 0x0000000102281f60  rsi: 0x00000001018e3c48  rbp: 0x000070000a562a80  rsp: 0x000070000a562a80
   r8: 0x0000000100275c30   r9: 0x00000001018db828  r10: 0x0000000000000000  r11: 0x000060000011b5a0
  r12: 0x0000608000004530  r13: 0x000000010228a300  r14: 0x0000000000000008  r15: 0x0000000000000002
  rip: 0x000000010011d417  rfl: 0x0000000000010206  cr2: 0x0000000000000028
  
Logical CPU:     4
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x100000000 -        0x10022dff7 +org.miniAudicle.miniAudicle (1.3.5.2 - 1.3.5.2) <63114D5D-1FA8-3A7E-BD44-42065B4B0FB6> /Applications/miniAudicle.app/Contents/MacOS/miniAudicle
       0x100376000 -        0x1003b4ff7  com.apple.audio.midi.CoreMIDI (1.10 - 88) <5E2D1F53-B466-312E-AEA7-117B68C9A7F0> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x1003dc000 -        0x100407fff +com.positivespinmedia.PSMTabBarControlFramework (1.1) <5C1E5076-EC2B-3D30-AE98-5B62707D26C5> /Applications/miniAudicle.app/Contents/Frameworks/PSMTabBarControl.framework/Versions/A/PSMTabBarControl
       0x100427000 -        0x100477fff  libstdc++.6.dylib (104.1) <A980E08C-A511-3D19-9881-1D79B7CFF2BA> /usr/lib/libstdc++.6.dylib
       0x1004e0000 -        0x1004f9ffb  libexpat.1.dylib (15) <F48F1B7B-BEB4-32EE-8C5D-0370096F3864> /usr/lib/libexpat.1.dylib
       0x1025eb000 -        0x1025effff  com.apple.audio.AppleHDAHALPlugIn (279.48 - 279.48) <ECA84145-2AC4-347D-BBC0-933AAAC15356> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x1057a7000 -        0x1057d1fff  GLRendererFloat (14.0.16) <8D11C08E-8249-38DB-9856-BFC01EEDE0CB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x1057db000 -        0x1057f2ffb  libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x1075d5000 -        0x1075f5fff  com.apple.CoreNLP (1.0 - 78.2) <B686BDA2-A162-3D70-9257-FEB0592DBD7E> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x1078a2000 -        0x1078dfdc7  dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
       0x108a72000 -        0x108c18fff  GLEngine (14.0.16) <1999FBF9-0B82-34B1-8876-87B4F82101BB> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x108e00000 -        0x108ec6ffb  com.apple.AMDRadeonX4000GLDriver (1.51.8 - 1.5.1) <2AADF4EB-5837-398B-A646-7FE59912E3F3> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x109800000 -        0x109d5bff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.25.13 - 10.2.5) <2C0CF883-843A-3CCF-BE6C-2AA7DE5F4E61> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x109f6e000 -        0x10a4acff3  ATIRadeonX4000SCLib.dylib (1.51.8.1) <642EBBB8-5C6F-304F-BFBD-F6BE09DD2E9A> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
       0x10add5000 -        0x10add6ff3 +cl_kernels (???) <E689B863-DDFA-4B0F-9BBB-18B083F3C2E1> cl_kernels
       0x10c3dd000 -        0x10c3defff +ABSaturator.chug (0) <EFDB92E7-3FD7-3785-ABA4-3C7B581BC4E8> /usr/local/lib/chuck/ABSaturator.chug
       0x10c3e1000 -        0x10c3e2fff +AmbPan.chug (0) <8722B502-32F1-340D-A94C-E82E941BDC1D> /usr/local/lib/chuck/AmbPan.chug
       0x10cb14000 -        0x10cb8cff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.25.13 - 10.2.5) <77FF34DB-2688-393A-BBBA-456DF3834B7F> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
       0x10ccc0000 -        0x10ccc1ff1 +cl_kernels (???) <4D171211-04F5-4617-837E-AC166773DBC6> cl_kernels
       0x10ccc4000 -        0x10ccc4ff7 +Bitcrusher.chug (0) <5EAB318C-9019-3A3E-960E-066F94DBB4BC> /usr/local/lib/chuck/Bitcrusher.chug
       0x10ccc7000 -        0x10ccc8fff +ExpDelay.chug (0) <BE3EF232-9850-30A3-BFC9-7A4FADEDBC01> /usr/local/lib/chuck/ExpDelay.chug
       0x10d3fa000 -        0x10d3fdff7 +Elliptic.chug (0) <4721397E-AD5F-311D-A36D-FCDF865A0B10> /usr/local/lib/chuck/Elliptic.chug
       0x10d401000 -        0x10d402ff7 +FIR.chug (0) <E22918C5-7A91-3A30-8B6D-B8497DA90673> /usr/local/lib/chuck/FIR.chug
       0x10d405000 -        0x10d405fff +FoldbackSaturator.chug (0) <AA5EF47B-E09E-39CB-98EA-290B2B998A61> /usr/local/lib/chuck/FoldbackSaturator.chug
       0x10d408000 -        0x10d40aff7 +GVerb.chug (0) <529C5DBF-49F5-36CA-8379-B7FB2329F77D> /usr/local/lib/chuck/GVerb.chug
       0x10d40d000 -        0x10d40dfff +KasFilter.chug (0) <AA8EBBA1-EE6C-3D37-96E1-1A901C47F58F> /usr/local/lib/chuck/KasFilter.chug
       0x10d410000 -        0x10d410fff +MagicSine.chug (0) <0A5D4AC4-8F7C-3D5B-8DF0-AFBFEA82454D> /usr/local/lib/chuck/MagicSine.chug
       0x10d413000 -        0x10d419fff +Mesh2D.chug (0) <90A6F1FC-0842-3DB5-B34F-8DFFEB018225> /usr/local/lib/chuck/Mesh2D.chug
       0x10d41e000 -        0x10d420ff7 +Multicomb.chug (0) <92E2C070-A067-36DB-9129-6C526560C2D6> /usr/local/lib/chuck/Multicomb.chug
       0x10d423000 -        0x10d424fff +PanN.chug (0) <F5300512-06D3-3A10-8CDC-2D6BE221255B> /usr/local/lib/chuck/PanN.chug
       0x10d427000 -        0x10d429ff7 +PitchTrack.chug (0) <75C6DB86-AF3D-30E9-BBD0-DAC94AB5C438> /usr/local/lib/chuck/PitchTrack.chug
       0x10d42c000 -        0x10d42dfff +PowerADSR.chug (0) <35EC2ED5-80B4-3DA8-A77A-018E06E432E2> /usr/local/lib/chuck/PowerADSR.chug
       0x10d430000 -        0x10d434fff +Sigmund.chug (0) <082BE0E9-AC3A-3FED-B626-B49399169649> /usr/local/lib/chuck/Sigmund.chug
       0x10d437000 -        0x10d440fff +Spectacle.chug (0) <B96653EA-0316-3CAD-9979-12201B328FB7> /usr/local/lib/chuck/Spectacle.chug
       0x10d445000 -        0x10d447ff7 +WinFuncEnv.chug (0) <A906372C-23F8-31C4-85CB-7983B80CA765> /usr/local/lib/chuck/WinFuncEnv.chug
       0x10d44b000 -        0x10d44dfff +WPDiodeLadder.chug (0) <DA079392-BF27-35F6-B3AA-A987B2044AF0> /usr/local/lib/chuck/WPDiodeLadder.chug
       0x10d450000 -        0x10d451ff7 +WPKorg35.chug (0) <B2F89329-51FC-3B21-9443-E8F229C79A7A> /usr/local/lib/chuck/WPKorg35.chug
       0x10d663000 -        0x10d749fff  unorm8_bgra.dylib (2.8.5) <74CB9618-8EDC-336E-A994-C5A1612BD32E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff88c60000 -     0x7fff88fa5ff7  com.apple.RawCamera.bundle (7.03 - 912) <1476F375-6C4B-382A-ABDB-99B7DCBF4F6D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff88fa6000 -     0x7fff890d9ffb  com.apple.AMDMTLBronzeDriver (1.51.8 - 1.5.1) <C5621BA6-4B85-365B-AB46-51AE4F4860B1> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff8a7dc000 -     0x7fff8a99dfff  com.apple.avfoundation (2.0 - 1187.36) <8C7813BE-B548-33E3-A61E-FF1F1984386A> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8a99e000 -     0x7fff8aa40ff7  com.apple.audio.AVFAudio (1.0 - ???) <7997D588-B542-3EBB-B822-D719C1114BB4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff8ab0b000 -     0x7fff8ab0bfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8ab24000 -     0x7fff8b03dfeb  com.apple.vImage (8.1 - ???) <B58A7937-BEE2-38FE-87F4-5D5F40D31DC9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8b03e000 -     0x7fff8b1afff3  libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8b1b0000 -     0x7fff8b1c4ffb  libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff8b1c5000 -     0x7fff8b5bbfef  libLAPACK.dylib (1185.50.4) <C35FFB2F-A0E6-3903-8A3C-113A74BCBCA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8b5bc000 -     0x7fff8b5d2fff  libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8b5d3000 -     0x7fff8b5d9fff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff8b5da000 -     0x7fff8b5eeff7  libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff8b5ef000 -     0x7fff8b776fe7  libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8b777000 -     0x7fff8b829fff  libvMisc.dylib (600.60.1) <98F27D2D-E5DD-38EF-8747-0C4DE821A23D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8b82a000 -     0x7fff8b82afff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <7C5733E7-0568-3E7D-AF61-160F19FED544> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8b82b000 -     0x7fff8b868ffb  com.apple.Accounts (113 - 113) <8550BD08-7D05-3AC4-A0CC-B67ECB2DE950> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff8b869000 -     0x7fff8bae8ff7  com.apple.AddressBook.framework (10.0 - 1756.20) <EF74B8FF-3AFE-3336-82B0-02792B17406C> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8bae9000 -     0x7fff8c8c2ff3  com.apple.AppKit (6.9 - 1504.83.101) <EC7BD195-F9E1-3E43-820A-5FDD0B2B0B67> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8c8d4000 -     0x7fff8c8d4fff  com.apple.ApplicationServices (48 - 48) <4C71CBA8-47E4-38BF-BE3B-F20DF8667D5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8c8d5000 -     0x7fff8c943ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <A31D17BE-F747-39FB-9A84-5F2F8891204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8c9dd000 -     0x7fff8cb0cff7  libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8cb0d000 -     0x7fff8cb57fff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8cbb4000 -     0x7fff8cbe7fff  libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8cc54000 -     0x7fff8ccfeff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8ccff000 -     0x7fff8cd50fff  com.apple.HIServices (1.22 - 592.1) <7353E76E-9A3A-3693-87AF-41953585E024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8cd51000 -     0x7fff8cd60ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8cd61000 -     0x7fff8cdaefff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8cdaf000 -     0x7fff8cdeafff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8cdeb000 -     0x7fff8cdf6fff  com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8cdf7000 -     0x7fff8d003fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8d004000 -     0x7fff8d004fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <8C0153FD-FEFF-309C-AACD-BF9657A31F8E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8d16d000 -     0x7fff8d547fff  com.apple.CFNetwork (811.5.4 - 811.5.4) <4DBF8932-6286-3B23-87D9-63615B9958D9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8d561000 -     0x7fff8d561fff  com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8d562000 -     0x7fff8d565fff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8d566000 -     0x7fff8d86ffff  com.apple.HIToolbox (2.1.1 - 857.8) <CAB143FE-AEAF-3EDE-AD7B-C04E1B7C5615> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8d870000 -     0x7fff8d873ff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8d874000 -     0x7fff8d879fff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8d87a000 -     0x7fff8d911ff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8d912000 -     0x7fff8d92cfff  com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8d92d000 -     0x7fff8d92eff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8d92f000 -     0x7fff8d931ff7  com.apple.securityhi (9.0 - 55006) <DBD65629-535D-3669-8218-7F074D61638C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8d932000 -     0x7fff8d938ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8d939000 -     0x7fff8da18ffb  com.apple.cloudkit.CloudKit (651.14 - 651.14) <9F901E45-23E3-3F45-B66F-1BAB3AFC4462> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8da19000 -     0x7fff8da19fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8db63000 -     0x7fff8dbf0fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8dbf1000 -     0x7fff8dc04fff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8dc05000 -     0x7fff8df00fff  com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8df01000 -     0x7fff8dfadff7  com.apple.CoreDisplay (1.0 - 1) <AAD5DF0B-0D22-305E-86FF-BB1431130363> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff8dfae000 -     0x7fff8e447ff7  com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8e448000 -     0x7fff8eacafff  com.apple.CoreGraphics (2.0 - 1070.22) <78E7C882-837D-3CC3-B221-767B999873CE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8eacb000 -     0x7fff8ed0effb  com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8ed0f000 -     0x7fff8ed74ff7  com.apple.corelocation (2101.0.63) <B76E6C13-E10B-3F2F-AFD7-DB2C0DEF6579> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8ed75000 -     0x7fff8ee26fff  com.apple.CoreMedia (1.0 - 1907.59.1.5) <6CCDE81A-6992-33ED-A1D9-9D27A4C1E31F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8ee27000 -     0x7fff8ee72ff7  com.apple.CoreMediaIO (805.0 - 4932) <ACE54DDE-C526-31CA-9755-3938603E3751> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8ee73000 -     0x7fff8ee73fff  com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8ee74000 -     0x7fff8eec5fff  com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8eec6000 -     0x7fff8f1a1ff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8f1a2000 -     0x7fff8f1d5fff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8f1d6000 -     0x7fff8f1deff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff8f1df000 -     0x7fff8f34bff7  com.apple.LaunchServices (775.19 - 775.19) <94D15A2A-852C-3B4B-A701-43043C8F1527> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8f34c000 -     0x7fff8f3fcffb  com.apple.Metadata (10.7.0 - 1075.40) <DA911E1B-3977-386D-930D-96BD5085CB8E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8f3fd000 -     0x7fff8f45cfff  com.apple.CoreServices.OSServices (775.19 - 775.19) <C709A773-4FA0-33DD-B3E2-FBA41E00F177> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8f45d000 -     0x7fff8f4cdfff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8f4ce000 -     0x7fff8f513ff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff8f59c000 -     0x7fff8f6e9ffb  com.apple.CoreText (352.0 - 544.15) <BF0EE575-BB7E-3BF9-9029-232B4ADC24E4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8f6ea000 -     0x7fff8f71fff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8f720000 -     0x7fff8f791ffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <E47C0568-E37B-3052-9E77-F0F371DCDE7F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8f7c4000 -     0x7fff8f7cfff3  com.apple.DirectoryService.Framework (10.12 - 194) <45BEA292-4550-3082-8CE7-5D6CE7E0052A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8f88f000 -     0x7fff8f894fff  com.apple.DiskArbitration (2.7 - 2.7) <8AC72143-D3C4-3AA6-84DF-734E3AFAC49B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8fa26000 -     0x7fff8fdccff3  com.apple.Foundation (6.9 - 1349.81) <730B7944-BB43-35D5-A546-9F6CCED4B9F3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8fdf8000 -     0x7fff8fe29ff7  com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8fee9000 -     0x7fff8ff8cffb  com.apple.Bluetooth (5.0.4 - 5.0.4f18) <B3FED7E7-45EE-32DD-B59E-7942BCE9426C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8ff8d000 -     0x7fff90023ff7  com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff90024000 -     0x7fff9002affb  com.apple.IOSurface (159.7 - 159.7) <40550017-EF96-3C52-B400-806AFEE4B134> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff9002b000 -     0x7fff9007cff7  com.apple.ImageCaptureCore (7.0 - 7.0) <A640CA2F-8093-34AB-947C-26679ECB8A6D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff9007d000 -     0x7fff901ddfef  com.apple.ImageIO.framework (3.3.0 - 1599.10.2) <87AA4D39-0AFC-3A34-98EF-02710E2BF3CA> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff901de000 -     0x7fff901e2fff  libGIF.dylib (1599.10.2) <6ED05614-1301-3452-943B-118F00F20C8D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff901e3000 -     0x7fff902d3ff7  libJP2.dylib (1599.10.2) <72C00423-55F0-3CAD-B198-EF00950791E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff902d4000 -     0x7fff902f7ffb  libJPEG.dylib (1599.10.2) <78945614-990F-3705-A91C-46F717F7C635> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff902f8000 -     0x7fff9031fff7  libPng.dylib (1599.10.2) <B800C14F-6E41-36B6-8DC1-1AE97A83A964> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff90320000 -     0x7fff90322ff3  libRadiance.dylib (1599.10.2) <037D95B4-82A7-3A59-B3EB-0FF0977CF7A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff90323000 -     0x7fff90371fff  libTIFF.dylib (1599.10.2) <CA2C7BF9-FDDB-36CF-B063-B075B29F8878> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff904cf000 -     0x7fff910d7ff3  com.apple.JavaScriptCore (12603 - 12603.2.4) <FFD37381-05F4-3907-BD31-74CFC3D7868F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff910d8000 -     0x7fff910f1ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff910f2000 -     0x7fff91128fff  com.apple.LDAPFramework (2.4.28 - 194.5) <492ACA22-373E-3DD9-BAEB-9EF6AA962FD5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff9137a000 -     0x7fff91380fff  com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff91396000 -     0x7fff918cfff7  com.apple.MediaToolbox (1.0 - 1907.59.1.5) <2024A2A2-50B6-36AA-BC6D-3AAFA78EB707> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff918d0000 -     0x7fff9192bfff  com.apple.Metal (87.18 - 87.18) <5C2F12FB-45C1-3103-A827-3D225BF8D05A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff92214000 -     0x7fff9221cfff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff923f3000 -     0x7fff923fbff7  libcldcpuengine.dylib (2.8.5) <73E1E526-01DF-3199-9B48-155F0329EF44> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff923fc000 -     0x7fff9244aff3  com.apple.opencl (2.8.6 - 2.8.6) <5FAF6F49-2648-39E6-922B-5630A5D7F7E4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff9244b000 -     0x7fff92464ffb  com.apple.CFOpenDirectory (10.12 - 194) <A64E9A01-3F6E-36EA-9C10-88C564A68C9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff92465000 -     0x7fff92470ff7  com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff92471000 -     0x7fff92473fff  libCVMSPluginSupport.dylib (14.0.16) <A20EC348-37C9-33B6-9A81-06006F3214A1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff92474000 -     0x7fff92477ff7  libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff92478000 -     0x7fff9247cfff  libCoreVMClient.dylib (156.3) <E7AEFCBE-B6BF-3C7C-9A4E-E78CB04DB794> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff9247d000 -     0x7fff92486ff7  libGFXShared.dylib (14.0.16) <63542E68-EB1A-3ECF-AAFB-E7B8AB313C70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff92487000 -     0x7fff92492fff  libGL.dylib (14.0.16) <84BEED97-0A93-356D-A922-97EA311EA446> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff92493000 -     0x7fff924cfff7  libGLImage.dylib (14.0.16) <3518A85C-6905-3511-A6C9-2F82C519D28F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff924d0000 -     0x7fff92646ff3  libGLProgrammability.dylib (14.0.16) <0EDA89D8-7C28-3D53-BDBA-7CB25232C329> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff92647000 -     0x7fff92688ff7  libGLU.dylib (14.0.16) <9860DCF7-56E0-3A8F-A377-52635C9D8B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff92ff0000 -     0x7fff92ffefff  com.apple.opengl (14.0.16 - 14.0.16) <27E7D76E-A26B-39F8-8CF2-AB57920776A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff9309b000 -     0x7fff931e2fff  com.apple.QTKit (7.7.3 - 2978.7) <49F88771-52FE-3989-AAB7-10A7494C4419> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff931e3000 -     0x7fff9344dff7  com.apple.imageKit (3.0 - 1023) <9C547565-CBAA-3ACB-A3F6-1366A0DCDCB4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff9344e000 -     0x7fff93515fff  com.apple.PDFKit (1.0 - 1) <BE82F14C-B20C-3771-B16C-F0723F6552AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff93516000 -     0x7fff93a3cff7  com.apple.QuartzComposer (5.1 - 356) <C66293F6-EF05-3B36-8524-081CEB9FADD7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff93a3d000 -     0x7fff93a60ffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff93a61000 -     0x7fff93b4efff  com.apple.QuickLookUIFramework (5.0 - 720.7) <3136C23E-399E-3296-928A-B18EC9FC423C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff93b4f000 -     0x7fff93b4ffff  com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff93b50000 -     0x7fff93d50fff  com.apple.QuartzCore (1.11 - 453.39.3) <AB46D60D-17A8-3122-800E-2A9DA604FCBA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff93d51000 -     0x7fff93da6fff  com.apple.QuickLookFramework (5.0 - 720.7) <3BD7BA2F-924C-3EFF-B26E-3F930E62E6B4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff93da7000 -     0x7fff93dbcfff  com.apple.SafariServices.framework (12603 - 12603.2.4) <BD072E0A-9759-341D-9E59-5D869380076B> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff942b7000 -     0x7fff945b9ff7  com.apple.security (7.0 - 57740.60.18) <021AACF6-D15F-37E0-840B-88853684BA00> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff945ba000 -     0x7fff9462ffff  com.apple.securityfoundation (6.0 - 55132.50.7) <4433C0CC-FE90-3DD3-BAC1-CC31D515B510> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff94630000 -     0x7fff94659fff  com.apple.securityinterface (10.0 - 55079.50.4) <50E3EAA8-1AF0-3910-AAFD-57D93D958DFF> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff9465a000 -     0x7fff9465dff3  com.apple.xpc.ServiceManagement (1.0 - 1) <9F285B19-B53B-3502-85A2-72C26DB40EA7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff949e4000 -     0x7fff94a53ff7  com.apple.SystemConfiguration (1.14 - 1.14) <2412CDE0-C317-31EA-8F53-7A58BBFCC720> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff94a54000 -     0x7fff94e02fff  com.apple.VideoToolbox (1.0 - 1907.59.1.5) <75E2F901-572F-3FC8-A599-96A085EEBC88> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff94e03000 -     0x7fff96189ff3  com.apple.WebCore (12603 - 12603.2.4) <EC9BCF4D-4BC6-3CCF-BF5F-13FB10A24303> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff9618a000 -     0x7fff96376ff7  com.apple.WebKitLegacy (12603 - 12603.2.4) <8471B2BB-79A1-3214-B195-167063D5CFD5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff96377000 -     0x7fff96722ffb  com.apple.WebKit (12603 - 12603.2.4) <1CF8B545-5910-31BC-AA29-F89ADFD919F9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff972a8000 -     0x7fff972c3ff3  com.apple.AppContainer (4.0 - 307.50.21) <C2E6BA3D-81FF-39C3-B4BF-DBB9A17DE078> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff972c4000 -     0x7fff972d1ff3  com.apple.AppSandbox (4.0 - 307.50.21) <BF9FA426-8C11-358B-9E1F-A3901E3F2B14> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff972d2000 -     0x7fff972f4ffb  com.apple.framework.Apple80211 (12.0 - 1200.47) <B692048E-1B61-3DAF-9CBA-4D314E7562DC> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff972f5000 -     0x7fff97304feb  com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff973f8000 -     0x7fff9748397f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff97497000 -     0x7fff974b2fff  com.apple.aps.framework (4.0 - 4.0) <6CA07CDF-1E35-34E9-95BF-BD565FF42BAD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff974b3000 -     0x7fff974bbffb  com.apple.AppleSRP (5.0 - 1) <6AAE93B6-9816-35B2-9C59-D5C3218065AF> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff974bc000 -     0x7fff974bfff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff974c0000 -     0x7fff97512fff  com.apple.AppleVAFramework (5.0.36 - 5.0.36) <7352078D-C230-397C-81A5-57A48CF218C0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff9751c000 -     0x7fff97523ff7  com.apple.AssetCacheServices (48.3 - 48.3) <C59F7295-36D8-3109-A910-C83D884CC92C> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff978b6000 -     0x7fff97934ff7  com.apple.backup.framework (1.8.5 - 1.8.5) <CC679891-E8F5-3166-8EB6-AEA06954A52D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff97fd0000 -     0x7fff97ff7fff  com.apple.CalendarAgentLink (8.0 - 250) <E50E29F6-2BAB-3B8B-BBEA-7DC0B8B077AD> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff985bf000 -     0x7fff985e6ff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff985e7000 -     0x7fff98673ff7  com.apple.CloudDocs (1.0 - 486.29) <751554B6-A09E-32A8-A604-9F1B1FD8B84D> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff98f0b000 -     0x7fff98f14ffb  com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff98fdb000 -     0x7fff9902bffb  com.apple.AddressBook.ContactsFoundation (8.0 - 2250.10) <3097DEAC-ED6B-358E-8E81-8B7011CECA91> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff9902c000 -     0x7fff9904efff  com.apple.contacts.ContactsPersistence (1.0 - 2250.10) <7EC0366F-30A6-3538-8BC9-8CABD55C178D> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff99098000 -     0x7fff99477ff7  com.apple.CoreAUC (226.0.0 - 226.0.0) <FBF6C5BC-5937-3957-B6BA-E101DF9B0DF6> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff99478000 -     0x7fff994a8fff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff99543000 -     0x7fff9954bffb  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2AB86FAF-37B3-3323-9EF0-CA591B6E357C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff9965c000 -     0x7fff9966cfff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff99731000 -     0x7fff99747ff3  com.apple.CoreMediaAuthoring (2.2 - 956) <AEBFF55F-BF1E-3CA5-AA9C-1CE22218A665> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff9974e000 -     0x7fff997deffb  com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff999a7000 -     0x7fff999d7ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff99c68000 -     0x7fff99cf7ff7  com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff99cf8000 -     0x7fff99e37fe7  com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff99e38000 -     0x7fff99f08ff3  com.apple.CoreUtils (5.1 - 510.31) <E68BB8ED-8874-36EC-A7C5-1017C0E727CB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff99f58000 -     0x7fff99fbdff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <DF0972EF-F817-3FD3-8C00-2D57B8738D8C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff99fbe000 -     0x7fff99fccff7  com.apple.CrashReporterSupport (10.12 - 827) <14037A71-ECFE-394A-8D6E-2CECE98F02EE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff9a03e000 -     0x7fff9a048ffb  com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff9a049000 -     0x7fff9a04dff3  com.apple.DSExternalDisplay (3.1 - 380) <A195C0CE-8E4E-384B-9556-8270E306FE1D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff9a04e000 -     0x7fff9a082ff3  com.apple.datadetectors (5.0 - 348.2.1) <CFC96349-7432-3A6B-AB7D-52867DA22809> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff9a083000 -     0x7fff9a0f8ffb  com.apple.datadetectorscore (7.0 - 539.1) <9C312AAC-8AEE-3C72-BDE5-7FBF62452525> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff9a134000 -     0x7fff9a173fff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff9a174000 -     0x7fff9a285fff  com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff9a3c8000 -     0x7fff9a3d3fff  com.apple.DisplayServicesFW (3.1 - 380) <83BB7C77-F18D-382D-9023-26132D925F75> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff9a56d000 -     0x7fff9a99eff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff9bcf5000 -     0x7fff9bcf5fff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff9bd02000 -     0x7fff9bd0dff3  libGPUSupportMercury.dylib (14.0.16) <7E99C736-2F48-313E-BEF6-6F8BABFADD9F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff9bfc6000 -     0x7fff9bfe2fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff9bffb000 -     0x7fff9c6adfff  com.apple.GeoServices (1.0 - 1228.24.9.30.34) <96BF97F6-8FF2-3FC4-A8C1-498CB7B0D9A0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff9c6f3000 -     0x7fff9c769ff3  com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff9c76a000 -     0x7fff9c77bfff  com.apple.HelpData (2.1.12 - 100.1) <EEB8CC44-9AFF-3005-A25D-18FE46574FD5> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff9cd79000 -     0x7fff9cd83fff  com.apple.IOAccelMemoryInfo (1.0 - 1) <299393BE-294E-360B-AA4B-15766A8AEB49> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff9cd84000 -     0x7fff9cd8bffb  com.apple.IOAccelerator (311.13 - 311.13) <40C04C41-A76A-3687-8D64-F76E8C46AA81> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff9cd8d000 -     0x7fff9cda1ff7  com.apple.IOPresentment (1.0 - 29.10) <A3F7C1F6-CE50-3804-AAAF-7B75EBC46BE4> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff9cda2000 -     0x7fff9cdc4fff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff9ce60000 -     0x7fff9ce70ff3  com.apple.IntlPreferences (2.0 - 216) <47681AE8-4539-3525-890C-206B301CEC77> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff9ceab000 -     0x7fff9d062fff  com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff9d15e000 -     0x7fff9d220ff3  com.apple.MMCS (1.3 - 385.4) <D3D76CE0-DE05-373E-B757-9E4B4920565D> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff9d6d2000 -     0x7fff9d6d5fff  com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff9d983000 -     0x7fff9d9fcff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff9db62000 -     0x7fff9db6fff3  com.apple.MobileKeyBag (2.0 - 1.0) <F42EB8B1-BA68-3769-98BE-26A18AED902F> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff9db80000 -     0x7fff9dba8ff7  com.apple.MultitouchSupport.framework (368.16 - 368.16) <512ADEC6-D694-3D73-A48A-6BE79CD39539> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff9dc5a000 -     0x7fff9dc65fff  com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff9e0b2000 -     0x7fff9e0b4fff  com.apple.OAuth (25 - 25) <D6E5F36D-71B8-3E12-9601-CE2A1D6ED60B> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff9e53d000 -     0x7fff9e57eff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <6A21AB41-3AAA-32F3-9D46-2555A143A8B9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff9e5c1000 -     0x7fff9e5c8ff3  com.apple.phonenumbers (1.1.1 - 105) <B8EFDDD3-BA26-39B8-9EA0-3649184BF527> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff9ec2b000 -     0x7fff9ec65ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <1C6083B7-F020-3634-8F53-CC9E07F27EC5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff9ec66000 -     0x7fff9ec80fff  com.apple.ProtocolBuffer (1 - 249.1) <A1F1B0F3-078F-378F-A9A9-0DEEA70E816A> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff9ec81000 -     0x7fff9ec90ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff9ec99000 -     0x7fff9ecbcff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff9f983000 -     0x7fff9f986fff  com.apple.SecCodeWrapper (4.0 - 307.50.21) <F8E957B2-D3F0-3B73-B38C-AE8868F00939> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff9fa15000 -     0x7fff9faa2fff  com.apple.Sharing (696.2.67 - 696.2.67) <F681EE28-153F-3216-97A6-6F5E4148AB2E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff9faa3000 -     0x7fff9fac2ff7  com.apple.shortcut (2.16 - 98) <6C0435B1-83DD-3254-B0D3-3B86C6CE606A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff9fac3000 -     0x7fff9fd29fef  com.apple.SkyLight (1.600.0 - 170.3) <83AB220F-48C0-3063-8ED3-ACDB69243B4D> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff9ff08000 -     0x7fff9ff14ff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffa0600000 -     0x7fffa0674fdf  com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffa0ab3000 -     0x7fffa0ab9ff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffa0b45000 -     0x7fffa0c0bff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffa0c54000 -     0x7fffa0c69ff3  com.apple.ToneKit (1.0 - 1) <B709293D-0A79-398A-8AA9-50F6340C227C> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fffa0c6a000 -     0x7fffa0c78ffb  com.apple.ToneLibrary (1.0 - 1) <F2ED5DFC-5F11-3012-BCD7-17753413141F> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fffa0c7f000 -     0x7fffa0c80fff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <EBE65DD5-1732-3747-8C6C-7BECEBF089A4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffa0c81000 -     0x7fffa0e11ff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffa18e0000 -     0x7fffa19a0fff  com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fffa1deb000 -     0x7fffa1df1fff  com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fffa1ec2000 -     0x7fffa1ec4ffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffa1ef0000 -     0x7fffa1f17ff7  com.apple.contacts.vCard (1.0 - 2250.10) <19E37E68-E945-3534-8658-87AA411D0AD4> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fffa1f19000 -     0x7fffa1f34ff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fffa1f35000 -     0x7fffa1f40fff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fffa1fd2000 -     0x7fffa1fd3ff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffa1fd4000 -     0x7fffa21e7fff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fffa2203000 -     0x7fffa220afff  libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib
    0x7fffa220b000 -     0x7fffa220bfff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffa220c000 -     0x7fffa2210ffb  libScreenReader.dylib (477.40.6) <CBE6420C-EF60-3ACD-A0B6-7CBE936BA3B8> /usr/lib/libScreenReader.dylib
    0x7fffa2211000 -     0x7fffa2212ffb  libSystem.B.dylib (1238.60.2) <FC9E9F13-3B18-305C-BE0A-97C7843652B0> /usr/lib/libSystem.B.dylib
    0x7fffa227e000 -     0x7fffa22a9ff3  libarchive.2.dylib (41.50.2) <B4F507BC-B24E-3BE7-B658-94D798E2CD81> /usr/lib/libarchive.2.dylib
    0x7fffa22aa000 -     0x7fffa2326fc7  libate.dylib (1.12.13) <D0767875-D02E-3377-84D8-5F174C27BEA9> /usr/lib/libate.dylib
    0x7fffa232a000 -     0x7fffa232aff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fffa232b000 -     0x7fffa233bff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffa233c000 -     0x7fffa234aff7  libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
    0x7fffa234b000 -     0x7fffa23a1ff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fffa23a2000 -     0x7fffa23ccfff  libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
    0x7fffa23cd000 -     0x7fffa23ddffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffa23de000 -     0x7fffa23f4fcf  libcompression.dylib (39) <F2726F95-F54E-3B21-BCB5-F7151DEFDC2F> /usr/lib/libcompression.dylib
    0x7fffa23f5000 -     0x7fffa23f5ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fffa23f6000 -     0x7fffa23f7ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffa24b1000 -     0x7fffa2596ff7  libcrypto.0.9.8.dylib (64.50.6) <D34E16A7-990A-37A9-933A-DFAA46554EAA> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffa2734000 -     0x7fffa2787ff7  libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
    0x7fffa27d9000 -     0x7fffa27e0ff3  libdscsym.dylib (148.3) <63492BDA-33A8-31DE-90E8-A3D44F07EB9C> /usr/lib/libdscsym.dylib
    0x7fffa2802000 -     0x7fffa2802fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffa2812000 -     0x7fffa2817ff7  libheimdal-asn1.dylib (498.50.8) <A40E3196-235E-34CE-AD9A-8D1AFC5DE004> /usr/lib/libheimdal-asn1.dylib
    0x7fffa2818000 -     0x7fffa290aff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffa290b000 -     0x7fffa2b30ffb  libicucore.A.dylib (57165.0.1) <2931B842-2946-3576-AD1D-1CDA22FA1388> /usr/lib/libicucore.A.dylib
    0x7fffa2b36000 -     0x7fffa2b37fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fffa2b38000 -     0x7fffa2b51ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffa2b52000 -     0x7fffa2b68ff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fffa2b69000 -     0x7fffa2e11ff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fffa2e44000 -     0x7fffa2ebeff3  libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
    0x7fffa2ebf000 -     0x7fffa3291047  libobjc.A.dylib (709) <DC77AA6E-A4E4-326D-8D7F-82D63AA88F99> /usr/lib/libobjc.A.dylib
    0x7fffa3294000 -     0x7fffa3298fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffa3299000 -     0x7fffa32cafff  libpcap.A.dylib (67.60.1) <F6BC6ED6-AEE4-3520-B248-0C342636E2B0> /usr/lib/libpcap.A.dylib
    0x7fffa32e7000 -     0x7fffa3303ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffa3304000 -     0x7fffa333dfff  libsandbox.1.dylib (592.60.1) <B3A1C3BD-084C-389B-9AFD-4BCFDBE9B5B6> /usr/lib/libsandbox.1.dylib
    0x7fffa333e000 -     0x7fffa3350ffb  libsasl2.2.dylib (209) <32107C59-22C6-3049-B86E-9C2F85FF549B> /usr/lib/libsasl2.2.dylib
    0x7fffa3351000 -     0x7fffa3352ff3  libspindump.dylib (231.3) <C7CEEB64-06F4-3ACA-AAC1-30ECA909501A> /usr/lib/libspindump.dylib
    0x7fffa3353000 -     0x7fffa34a0ff7  libsqlite3.dylib (254.7) <07CD6DE3-394D-3C6A-A4B4-4CAB1054A041> /usr/lib/libsqlite3.dylib
    0x7fffa3595000 -     0x7fffa35a2fff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fffa35a3000 -     0x7fffa3692ffb  libxml2.2.dylib (30.16) <D2A6861B-D9FA-3BFC-B664-830C3FCE6065> /usr/lib/libxml2.2.dylib
    0x7fffa3693000 -     0x7fffa36bcfff  libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
    0x7fffa36bd000 -     0x7fffa36ceff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffa36dd000 -     0x7fffa36e1ff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fffa36e2000 -     0x7fffa36ecfff  libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
    0x7fffa36ed000 -     0x7fffa36f4fff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fffa36f5000 -     0x7fffa36fdfff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fffa36fe000 -     0x7fffa3781fdf  libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
    0x7fffa3782000 -     0x7fffa37b3fff  libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
    0x7fffa37b4000 -     0x7fffa37b9ffb  libdyld.dylib (433.5) <EC3D88D2-3D40-3274-8E26-362C2D7352C8> /usr/lib/system/libdyld.dylib
    0x7fffa37ba000 -     0x7fffa37baffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fffa37bb000 -     0x7fffa37c7ffb  libkxld.dylib (3789.60.24) <5DFCDC05-6CBC-35A6-8B92-DF6803492E12> /usr/lib/system/libkxld.dylib
    0x7fffa37c8000 -     0x7fffa37c8fff  liblaunch.dylib (972.60.2) <D3306CFF-58AA-3C90-B06C-B70E80E60C5B> /usr/lib/system/liblaunch.dylib
    0x7fffa37c9000 -     0x7fffa37ceff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fffa37cf000 -     0x7fffa37d1ff3  libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
    0x7fffa37d2000 -     0x7fffa37d3ffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fffa37d4000 -     0x7fffa37ecff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fffa37ed000 -     0x7fffa37edff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fffa37ee000 -     0x7fffa387bfef  libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
    0x7fffa387c000 -     0x7fffa387fffb  libsystem_configuration.dylib (888.60.2) <BECC01A2-CA8D-31E6-BCDF-D452965FA976> /usr/lib/system/libsystem_configuration.dylib
    0x7fffa3880000 -     0x7fffa3883fff  libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffa3884000 -     0x7fffa389cfff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fffa389d000 -     0x7fffa38a3fff  libsystem_dnssd.dylib (765.50.9) <CC960215-0B1B-3822-A13A-3DDE96FA796F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffa38a4000 -     0x7fffa38cdff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fffa38ce000 -     0x7fffa38f0ff7  libsystem_kernel.dylib (3789.60.24) <6E9E485F-91F6-36B7-A125-AE91DC978BCC> /usr/lib/system/libsystem_kernel.dylib
    0x7fffa38f1000 -     0x7fffa3938fe7  libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
    0x7fffa3939000 -     0x7fffa3957ff7  libsystem_malloc.dylib (116.50.8) <A3D15F17-99A6-3367-8C7E-4280E8619C95> /usr/lib/system/libsystem_malloc.dylib
    0x7fffa3958000 -     0x7fffa39b1ffb  libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
    0x7fffa39b2000 -     0x7fffa39bbff3  libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffa39bc000 -     0x7fffa39c5ff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fffa39c6000 -     0x7fffa39cefe7  libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
    0x7fffa39cf000 -     0x7fffa39d9ff7  libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
    0x7fffa39da000 -     0x7fffa39ddff7  libsystem_sandbox.dylib (592.60.1) <DC780631-BD23-36B1-9376-668619E18D25> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffa39de000 -     0x7fffa39dfff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fffa39e0000 -     0x7fffa39e7ffb  libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffa39e8000 -     0x7fffa39fbff7  libsystem_trace.dylib (518.60.2) <6B145B10-5874-3E89-90CD-D370DB475BA1> /usr/lib/system/libsystem_trace.dylib
    0x7fffa39fc000 -     0x7fffa3a01ffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fffa3a02000 -     0x7fffa3a2bff7  libxpc.dylib (972.60.2) <1C9AF716-69DF-359F-85E9-7DFDE362F9A2> /usr/lib/system/libxpc.dylib

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: 513231
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=348.1M resident=0K(0%) swapped_out_or_unallocated=348.1M(100%)
Writable regions: Total=315.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=315.2M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        4 
Activity Tracing                   256K        2 
CG backing stores                  9.9M        6 
CG image                           404K       14 
CG raster data                      96K        6 
CoreAnimation                    124.9M       44 
CoreUI image data                 2920K       22 
CoreUI image file                  184K        5 
Foundation                          24K        3 
IOKit                             1656K       10 
Image IO                           952K        8 
Kernel Alloc Once                    8K        2 
MALLOC                           141.6M       61 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
Memory Tag 251                      40K        2 
OpenCL                              32K        5 
STACK GUARD                       56.1M       18 
Stack                             16.1M       21 
VM_ALLOCATE                        216K       23 
VM_ALLOCATE (reserved)              36K        2         reserved VM address space (unallocated)
__DATA                            34.6M      323 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       117.7M       40 
__TEXT                           230.4M      316 
__UNICODE                          556K        2 
mapped file                       77.2M       34 
shared memory                     16.4M       15 
===========                     =======  ======= 
TOTAL                            835.5M      975 
TOTAL, minus reserved VM space   835.5M      975 

Model: MacBookPro11,5, BootROM MBP114.0172.B16, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.30f2
Graphics: AMD Radeon R9 M370X, AMD Radeon R9 M370X, PCIe, 2048 MB
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.21.171.126.1a2)
Bluetooth: Version 5.0.4f18, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512G, 500.28 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1```




GHA for release pipeline

Initial investigating into things:

"currently, the macOS miniAudicle installer builds and codesigns

  1. miniAudicle
  2. command line chuck
  3. all packaged chugins
    and packages these into a single installer"

Could handle code signing, notarization, and stapling with this:

https://federicoterzi.com/blog/automatic-code-signing-and-notarization-for-macos-apps-using-github-actions/

We could then take the build and create a release on github, then also scp it over to the ccrma/princeton servers.

with windows I have no idea

ignore dots on double click

change the highlighting to ignore dots on double click, for example highlight only the rand part of Std.rand instead of the whole thing

Make location of open files visible

The actual location of a file open in miniAudicle is nowhere visible. (At least in the Windows version).

This is somewhat confusing when several files are open. Especially when working on 'library' ck files which could be located in different folders on the computer.

Most Editors show the file path on 'mouse over' on the file tab open in the editor or/and in the title pane.

Example from the Atom editor:
chuck_issue_filepath

Would be an enhancement for miniAudicle.

windows (qt6) monitor UI heading text too big

Virtual Machine 3_8_2023 7_42_49 PM

on windows 10, 4k resolution
FYI this seems to be better on the same machine but 1080p resolution

consider reducing font size for all, and/or increasing default table column width

Blank Untitled.ck window

Opening any .ck file that causes mini to launch brings up a blank
Untitled.ck window, but you can't type anything into that window,
can't save it either.

Open multiple files

While working on little chuck projects which tries to implement an architecture with e.x.:
initialize.ck, score.ck, custom classes .ck etc. , I noticed that I can't open multiple files from the open menu command in miniAudicible and I have to open them one by one every time I re-open miniAudicible (with the Windows version).

I've tried to multi select from the windows explorer and openWith -> miniAudicible -> but that opens as many instances as selected files.

Being able to open multiple files at once or open all files from a folder would be
another enhancement for this great IDE for chuck.

Compilation error in Ubuntu 18.10 (cannot find -lqscintilla2)

Hello
make returns an error, it can't find a qscintilla2 lib:

/usr/bin/ld: cannot find -lqscintilla2
collect2: error: ld returned 1 exit status
make[1]: *** [makefile.qt-pulse:272: miniAudicle] Error 1
make[1]: Leaving directory '.../miniAudicle/src'
make: [makefile:44: linux-pulse] Error 2 (ignored)

I'v noticed when I'm installed libs from list in README.linux, apt installs a "libqscintilla2-qt4-dev" package instead of "libqscintilla2-dev".

How to fix this inconsistency?

P. S. Sorry for my awful english.

iOS app crashing when deleting scripts

In order to recreate the bug, create a new script, save with any name (including Untitled 1). Then go to scripts, edit, and attempt to delete "Untitled 1". mA crashes and never deletes the script.

debugging: attempted to rename the scripts. attempted to create another new script. Now there are two scripts that are unable to be deleted without crashing mA.

ipad #bug (I don't have proper access to label this issue, so I hashtagged)

clean pasted-in text input

Clean invalid text characters from pasted input (e.g. invisible characters that seem to choke up ChucK and the syntax highlighter). Possibly scrubbing to just ASCII is the way to go.

Some keys are not recognized using a AZERTY keyboard.

In the moment I've found two keys which are not recognized in the miniAudicle editor.
using a AZERTY (french) keyboard.
(Windows7 64bit)

the closing curly bracket '}'
end the pipe '|'

That only happens when the virtual machine has started.
When I start miniAudicle without the VM running I can type these characters.
(but only before I started it the first time - closing the VM doesn't give back the lost key bindings)

Once I run the VM it seems it overrides some key bindings.

On an AZERT keyboard the '}' key is ALtGr + [the key left from backspace]
and the '|' key is AltGre + 6

Unfortunately these are two characters one is using a lot while programming,
and always using ALT-125 and ALT-124 gets a bit cumbersome in the long run.

Computer (Windows 8) crashes every time sound file is loaded

I copied the code line for line in episodes 5, 6 and 7 of session 3 of the Kadenze tutorial into miniAudicle installed on my Windows 8 machine, but for some reason every time I click 'Add Shred' the software crashes and shuts down. Any idea why this is? I've not had any success in playing back my code even though I know it should work.

I have Version 1.3.5.2-beta-3 of Chuck and miniAudicle.

Can't change default font

macOS 10.14.6
miniAudicle 1.3.5.2

Changing the font within a given editor window works. However, choosing a new default font does not work.

Preferences > Editing > Set Default Font...

This presents a font choosing window, but selecting a different font has no effect. The default font remains "Monaco - 13.0 pt" no matter what new font is selected.

HID browser crashes mini instantly

HID browser crashes mini instantly. Don't know if this is true if some
HID is connected. I'll check... Nope, plugging in a tether controller don't
help nothin. Still crashes.

miniAudicle exits immediately on MAC Air running OS/10.6.8

From email correspondence:

I am trying to run the "hello world" application in the first chapter of "Programming for Musicians and Digital Artists". I am using a Mac Air, running OS version 10.6.8.

I downloaded (download chuck-1.3.5.0 (includes miniAudicle-1.3.3)) from (http://audicle.cs.princeton.edu/mini/mac/)

It seemed to download and install effortlessly.

I start the VM as directed type in the <<< Hellow World" >>> text, but when I hit ADD SHRED, miniAudicle "quits unexpectedly" with the following error dump:

Am I doing something wrong? I am looking forward to learning chucK programming, but I only have access to this mac Air (which I love).

Thanks for any help you can provide.

-Dave

Process: miniAudicle [353]
Path: /Applications/miniAudicle.app/Contents/MacOS/miniAudicle
Identifier: org.miniAudicle.miniAudicle
Version: 1.3.3 (1.3.3)
Code Type: X86-64 (Native)
Parent Process: launchd [96]

Date/Time: 2015-01-04 12:28:38.432 -0500
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 416631 sec
Crashes Since Last Report: 9
Per-App Interval Since Last Report: 11768 sec
Per-App Crashes Since Last Report: 9
Anonymous UUID: 8A816FBB-3DFD-4ED3-846C-20DED4A6EB14

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread: 6

Thread 0: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x00007fff8a030a6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8a0308f9 nanosleep + 148
2 libSystem.B.dylib 0x00007fff8a030863 usleep + 57
3 org.miniAudicle.miniAudicle 0x0000000100002bc8 miniAudicle::handle_reply(unsigned long, std::string&) + 248
4 org.miniAudicle.miniAudicle 0x00000001000027ac miniAudicle::run_code(std::string&, std::string&, std::vector<std::string, std::allocatorstd::string >&, std::string&, unsigned long, unsigned long&, std::string&) + 348
5 org.miniAudicle.miniAudicle 0x000000010002dc6e -[mADocumentViewController add:] + 1214
6 org.miniAudicle.miniAudicle 0x0000000100032414 -[mAMultiDocWindowController add:] + 420
7 com.apple.AppKit 0x00007fff82c67a6b -[NSToolbarButton sendAction:to:] + 75
8 com.apple.AppKit 0x00007fff828d7205 -[NSToolbarItemViewer mouseDown:] + 5017
9 com.apple.AppKit 0x00007fff827c43a7 -[NSWindow sendEvent:] + 5409
10 com.apple.AppKit 0x00007fff826f9afa -[NSApplication sendEvent:] + 4719
11 com.apple.AppKit 0x00007fff826906de -[NSApplication run] + 474
12 com.apple.AppKit 0x00007fff826893b0 NSApplicationMain + 364
13 org.miniAudicle.miniAudicle 0x0000000100001564 start + 52

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff8a00ec0a kevent + 10
1 libSystem.B.dylib 0x00007fff8a010add _dispatch_mgr_invoke + 154
2 libSystem.B.dylib 0x00007fff8a0107b4 _dispatch_queue_invoke + 185
3 libSystem.B.dylib 0x00007fff8a0102de _dispatch_worker_thread2 + 252
4 libSystem.B.dylib 0x00007fff8a00fc08 _pthread_wqthread + 353
5 libSystem.B.dylib 0x00007fff8a00faa5 start_wqthread + 13

Thread 2:
0 libSystem.B.dylib 0x00007fff8a00fa2a __workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff8a00fe3c _pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff8a00faa5 start_wqthread + 13

Thread 3:
0 libSystem.B.dylib 0x00007fff89ff7982 read$NOCANCEL + 10
1 libSystem.B.dylib 0x00007fff8a0470ef __sread + 16
2 libSystem.B.dylib 0x00007fff8a03ee34 _sread + 19
3 libSystem.B.dylib 0x00007fff8a03ecca __srefill + 41
4 libSystem.B.dylib 0x00007fff8a05500e fgets + 105
5 org.miniAudicle.miniAudicle 0x000000010000a844 miniAudicle_Shell_UI::next_command(std::string const&, std::string&) + 84
6 org.miniAudicle.miniAudicle 0x00000001000d7240 Chuck_Shell::run() + 192
7 org.miniAudicle.miniAudicle 0x00000001000d7119 shell_cb(void*) + 41
8 libSystem.B.dylib 0x00007fff8a02efd6 _pthread_start + 331
9 libSystem.B.dylib 0x00007fff8a02ee89 thread_start + 13

Thread 4:
0 libSystem.B.dylib 0x00007fff8a030a6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8a0308f9 nanosleep + 148
2 libSystem.B.dylib 0x00007fff8a030863 usleep + 57
3 org.miniAudicle.miniAudicle 0x00000001001786b1 kb_loop(void*) + 113
4 libSystem.B.dylib 0x00007fff8a02efd6 _pthread_start + 331
5 libSystem.B.dylib 0x00007fff8a02ee89 thread_start + 13

Thread 5:
0 libSystem.B.dylib 0x00007fff8a030a6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8a0308f9 nanosleep + 148
2 libSystem.B.dylib 0x00007fff8a030863 usleep + 57
3 org.miniAudicle.miniAudicle 0x00000001000822da Chuck_VM::run() + 458
4 org.miniAudicle.miniAudicle 0x00000001000015cc vm_cb(void*) + 60
5 libSystem.B.dylib 0x00007fff8a02efd6 _pthread_start + 331
6 libSystem.B.dylib 0x00007fff8a02ee89 thread_start + 13

Thread 6 Crashed:
0 ??? 000000000000000000 0 + 0
1 org.miniAudicle.miniAudicle 0x000000010008365a Chuck_VM::process_msg(Chuck_Msg_) + 2250
2 org.miniAudicle.miniAudicle 0x00000001000827ac Chuck_VM::compute() + 812
3 org.miniAudicle.miniAudicle 0x0000000100082368 Chuck_VM::run(long) + 72
4 org.miniAudicle.miniAudicle 0x00000001000ec39f Digitalio::cb2(void_, void_, unsigned int, double, unsigned int, void_) + 399
5 org.miniAudicle.miniAudicle 0x00000001000fd0da RtApiCore::callbackEvent(unsigned int, AudioBufferList const_, AudioBufferList const_) + 314
6 org.miniAudicle.miniAudicle 0x00000001000fc367 callbackHandler(unsigned int, AudioTimeStamp const_, AudioBufferList const_, AudioTimeStamp const_, AudioBufferList_, AudioTimeStamp const_, void_) + 23
7 com.apple.audio.CoreAudio 0x00007fff895e433d HP_IOProc::Call(AudioTimeStamp const&, AudioTimeStamp const&, AudioBufferList const_, AudioTimeStamp const&, AudioBufferList_) + 313
8 com.apple.audio.CoreAudio 0x00007fff895e410f IOA_Device::CallIOProcs(AudioTimeStamp const&, AudioTimeStamp const&, AudioTimeStamp const&) + 303
9 com.apple.audio.CoreAudio 0x00007fff895e3f45 HP_IOThread::PerformIO(AudioTimeStamp const&, double) + 771
10 com.apple.audio.CoreAudio 0x00007fff895e1f54 HP_IOThread::WorkLoop() + 1832
11 com.apple.audio.CoreAudio 0x00007fff895e1827 HP_IOThread::ThreadEntry(HP_IOThread_) + 9
12 com.apple.audio.CoreAudio 0x00007fff895e1755 CAPThread::Entry(CAPThread_) + 125
13 libSystem.B.dylib 0x00007fff8a02efd6 _pthread_start + 331
14 libSystem.B.dylib 0x00007fff8a02ee89 thread_start + 13

Thread 7:
0 com.apple.framework.IOKit 0x00007fff891b0832 iokit_user_client_trap + 10
1 com.apple.framework.IOKit 0x00007fff891adee7 IOConnectTrap4 + 30
2 com.apple.audio.CoreAudio 0x00007fff8960b288 IOA_SingleDevice::ReadInputData(AudioTimeStamp const&, unsigned int) + 198
3 com.apple.audio.CoreAudio 0x00007fff895e405c IOA_Device::CallIOProcs(AudioTimeStamp const&, AudioTimeStamp const&, AudioTimeStamp const&) + 124
4 com.apple.audio.CoreAudio 0x00007fff895e3f45 HP_IOThread::PerformIO(AudioTimeStamp const&, double) + 771
5 com.apple.audio.CoreAudio 0x00007fff895e1f54 HP_IOThread::WorkLoop() + 1832
6 com.apple.audio.CoreAudio 0x00007fff895e1827 HP_IOThread::ThreadEntry(HP_IOThread_) + 9
7 com.apple.audio.CoreAudio 0x00007fff895e1755 CAPThread::Entry(CAPThread_) + 125
8 libSystem.B.dylib 0x00007fff8a02efd6 _pthread_start + 331
9 libSystem.B.dylib 0x00007fff8a02ee89 thread_start + 13

Thread 8:
0 libSystem.B.dylib 0x00007fff8a030a6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8a0308f9 nanosleep + 148
2 libSystem.B.dylib 0x00007fff8a030863 usleep + 57
3 org.miniAudicle.miniAudicle 0x00000001000eb071 watch_dog(void*) + 577
4 libSystem.B.dylib 0x00007fff8a02efd6 _pthread_start + 331
5 libSystem.B.dylib 0x00007fff8a02ee89 thread_start + 13

Minor bug when saving an example with "save as."

From https://lists.cs.princeton.edu/pipermail/chuck-users/2013-October/007404.html:

Bug report: Note: this is low priority and minor, more in the category of an annoyance.

I opened an example then saved it with "save as." Then I edited it then tried to save the changes. A dialog reported the file was read only. I checked the file with info and the file has Read & Write permission. I can overwrite it with "Save As" but Save refuses to save. I suspect that the example was read only and it kept that attribute in some file state variable. If true this is wrong in two ways, first it should have updated the local state to match what it wrote and second it should not depend on historical information. Even if the file was read-only when opened that may have changed. This is a multitasking system and some other task (me in finder for example) might have changed the permissions since the file was opened. I believe the correct behavior would have been to attempt to write the file and check the error status of the write.

MiniAudicle can't load Chugins on linux

I'm trying to run miniAudicle 1.3.5.2 on fedora 30, miniAudicle runs fine and the chugins can be loaded fine with the command line tool, however when I start the VM I get one of two errors for each chugin:

[chuck]:(3:SEVERE):  |  |  | loading chugin 'Perlin.chug'
[chuck]:(3:SEVERE):  |  |  | error loading chugin 'Perlin.chug', skipping
[chuck]:(3:SEVERE):  |  |  | loading chugin 'Wavetable.chug'
[chuck]:(3:SEVERE):  |  |  | error loading chugin 'Wavetable.chug', skipping
[chuck]:(3:SEVERE):  |  |  | error from chuck_dl: 'DL version not supported: 8.0 in '/usr/local/lib/chuck/Wavetable.chug''

Potentially the issue is that miniAudicle is using an older version of chuck?

compilation problem on fedora 23

I use fedora 23 64 bits to compile miniAudicle. gcc version 5.3.0.
When I compile miniaudicle from source, the following errors occurs:

g++ -c -pipe -D__LINUX_ALSA__ -D__CK_SNDFILE_NATIVE__ -D__LINUX__ -D__PLATFORM_LINUX__ -Ichuck/src -DHAVE_CONFIG_H -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O3 -w -D_REENTRANT -DHAVE_CONFIG_H -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -Ibuild -Ibuild -o build/miniAudicle.o miniAudicle.cpp
miniAudicle.cpp: Dans la fonction ‘void* vm_cb(void*)’:
miniAudicle.cpp:144:11: erreur: ‘struct Chuck_VM’ has no member named ‘start’
g_vm->start();
^
miniAudicle.cpp:147:10: erreur: ‘g_bbq’ was not declared in this scope
if( !g_bbq->digi_out()->initialize( ) )
^
miniAudicle.cpp:155:5: erreur: ‘g_bbq’ was not declared in this scope
g_bbq->digi_in()->initialize( );
^
miniAudicle.cpp:186:26: erreur: ‘struct Chuck_VM’ has no member named ‘running’
while( g_vm && g_vm->running() )
^
miniAudicle.cpp:189:13: erreur: ‘g_enable_realtime_audio’ was not declared in this scope
if( g_enable_realtime_audio )
^
miniAudicle.cpp:204:14: erreur: ‘all_stop’ was not declared in this scope
all_stop();
^
miniAudicle.cpp:209:9: erreur: ‘g_enable_realtime_audio’ was not declared in this scope
if( g_enable_realtime_audio )
^
miniAudicle.cpp: Dans la fonction membre ‘long unsigned int miniAudicle::start_vm()’:
miniAudicle.cpp:980:15: erreur: ‘g_bbq’ was not declared in this scope
bbq = g_bbq = new BBQ;
^
miniAudicle.cpp:993:55: erreur: ‘g_enable_realtime_audio’ was not declared in this scope
EM_log( CK_LOG_SYSTEM, "probing '%s' audio subsystem...", g_enable_realtime_audio ? "real-time" : "fake-time" );
^
makefile.qt-alsa:1198: recipe for target 'build/miniAudicle.o' failed

fix UI layout on Linux

Buttons, labels, and other controls run into each other in the UI. Most obvious on VM and preferences windows.

opening an already-open file in miniAudicle does not switch window focus

on macOS, when opening a .ck file that is already open, focus switches to miniAudicle but not to the already-open file, if a different file window is in focus, or if the already-open file is minimized; this tends to be confusing and happens with some regularly (at least for me), if I forgot that a file is already open and I tried to open it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.