Discuss technical issues with the community. Mixvibes staff provides no support on this board.
by MusicMeister on 13 Dec 2012, 21:36
Xponent(M-Audio).mappings.txt Ok... still working on lights, but most of the surface is mapped. Still have to do work on the looping, seek, and pitch bend stuff. Here's what's mapped: Play/Pause Cue Loop In/Out Loop On/Off Jog Wheels PFL Mixer (all of it to channels A/B) Cue points 1-5 The right 3 button under where the effects are work cue points 6-8 Shift+Cue point clears it (pressing it along sets it - different workflow than Torq, so user beware!) Left most effects button turn on the effects. The knobs adjust the values going across on the effects: Channel/Effect/Amount/Depth Sync butons Sync - Sync +shift button (on controller) only matches tempo. All the light should work in the mixer section. Play, Loop In/Out, Loop On/Off, Keylock, the track location all should work as well. When the track gets to 30 seconds out it blinks once - working on this. Meter's 'sort of' work. They're averaged so they come down slow and they make the entire surface blink. I need to see if I can tweak this. I hope to finish up the rest of this by the weekend and get the final version posted. But this is what I have thus far...
You do not have the required permissions to view the files attached to this post.
-

MusicMeister



-
- Posts: 331
- Joined: 06 Dec 2012, 03:49
- Location: Pensacola, Florida
-
by MusicMeister on 15 Dec 2012, 21:36
Ok... I have the loop buttons adjusting the length of the loops as would be expected, but for some reason they aren't triggers, they're set as holds. In other words they only loop if I hold them down. Here's the code: - Code: Select all
<mapping> <events> <MIDI type="Note" parameter="0x25" channel="0x1"/> </events> <controls> <control alias="fam(Player)[0x1].AutoLoopSelectAndTrigger"/> </controls> <preset name="Direct Integer Trigger"> <parameters> <parameter object="action-0" key="integer" value="6"/> </parameters> </preset> </mapping>
On a side note, every time I try to open the above from within the MIDI mapping in the preferences, Cross DJ crashes. Here's the crash report: - Code: Select all
Process: Cross-DJ [7730] Path: /Applications/CrossDJ.app/Contents/MacOS/Cross-DJ Identifier: com.mixvibes.cross-dj Version: 2.2.0 (2.2.0) Code Type: X86 (Native) Parent Process: launchd [164] User ID: 501
Date/Time: 2012-12-15 13:34:32.402 -0600 OS Version: Mac OS X 10.8.2 (12C60) Report Version: 10
Interval Since Last Report: 194584 sec Crashes Since Last Report: 3 Per-App Interval Since Last Report: 237492 sec Per-App Crashes Since Last Report: 3 Anonymous UUID: 9D43DE70-AAAB-8003-9ECE-0829CA26685B
Crashed Thread: 0 Juce Message Thread Dispatch queue: com.Apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
VM Regions Near 0: --> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/CrossDJ.app/Contents/MacOS/Cross-DJ __TEXT 0000000000001000-00000000031ce000 [ 49.8M] r-x/rwx SM=COW /Applications/CrossDJ.app/Contents/MacOS/Cross-DJ
Thread 0 Crashed:: Juce Message Thread Dispatch queue: com.Apple.main-thread 0 com.mixvibes.cross-dj 0x01b723d1 double juce::CharacterFunctions::readDoubleValue<juce::CharPointer_UTF8>(juce::CharPointer_UTF8&) + 113 1 com.mixvibes.cross-dj 0x01b69e9b juce::String::getDoubleValue() const + 25 2 com.mixvibes.cross-dj 0x019a25b2 mapping::ValueOptionEditor::setParameters(std::map<juce::String, juce::String, std::less<juce::String>, std::allocator<std::pair<juce::String const, juce::String> > > const&) + 132 3 com.mixvibes.cross-dj 0x0096230f MIDI::DirectIntegerTriggerPreset::setMappingProperties(mapping::MappingConfiguration const&) + 89 4 com.mixvibes.cross-dj 0x0096e923 MIDI::MidiPresetListModel::setPreset(control::Event const&, mapping::MappingConfiguration const&) + 93 5 com.mixvibes.cross-dj 0x0094b2aa MIDI::MidiSingleEventLiveMappingEngineAdapter::setPreset(control::Event const&, mapping::MappingConfiguration const&) + 34 6 com.mixvibes.cross-dj 0x0197073e control::SingleEventLiveMappingEngine::setupExistingMapping() + 256 7 com.mixvibes.cross-dj 0x0094b8e4 MIDI::MidiSingleEventLiveMapper::createWindow(juce::LookAndFeel&) + 810 8 com.mixvibes.cross-dj 0x0092af95 MIDI::MidiControllerMapping::assignNewEvent(control::ControlAddress, int, juce::LookAndFeel&) + 89 9 com.mixvibes.cross-dj 0x01958c1d control::EventMappingEditor::assignNewEvent(control::ControlAddress, int) + 75 10 com.mixvibes.cross-dj 0x0195dc69 control::EventMappingEditor::SimpleMappingEditButton::clicked() + 651 11 com.mixvibes.cross-dj 0x01bfbf96 juce::Button::sendClickMessage(juce::ModifierKeys const&) + 224 12 com.mixvibes.cross-dj 0x01bfc4a4 juce::Button::mouseUp(juce::MouseEvent const&) + 100 13 com.mixvibes.cross-dj 0x01bf00d2 juce::Component::internalMouseUp(juce::MouseInputSource&, juce::Point<int> const&, juce::Time const&, juce::ModifierKeys const&) + 346 14 com.mixvibes.cross-dj 0x01c7f843 juce::MouseInputSourceInternal::sendMouseUp(juce::Component*, juce::Point<int> const&, juce::Time const&) + 139 15 com.mixvibes.cross-dj 0x01c7fea9 juce::MouseInputSourceInternal::setButtons(juce::Point<int> const&, juce::Time const&, juce::ModifierKeys const&) + 163 16 com.mixvibes.cross-dj 0x01c80043 juce::MouseInputSourceInternal::handleEvent(juce::ComponentPeer*, juce::Point<int> const&, juce::Time const&, juce::ModifierKeys const&) + 215 17 com.mixvibes.cross-dj 0x01c7f225 juce::MouseInputSource::handleEvent(juce::ComponentPeer*, juce::Point<int> const&, long long, juce::ModifierKeys const&) + 91 18 com.mixvibes.cross-dj 0x01c9d0d1 juce::ComponentPeer::handleMouseEvent(int, juce::Point<int> const&, juce::ModifierKeys const&, long long) + 75 19 com.mixvibes.cross-dj 0x01b0f94c juce::NSViewComponentPeer::sendMouseEvent(NSEvent*) + 542 20 com.mixvibes.cross-dj 0x01b0fb7a juce::NSViewComponentPeer::redirectMouseUp(NSEvent*) + 132 21 com.mixvibes.cross-dj 0x01b032b2 -[JuceNSView_1_53_107_3 asyncMouseUp:] + 34 22 libobjc.A.dylib 0x91a9f5d3 -[NSObject performSelector:withObject:] + 70 23 com.Apple.Foundation 0x90f4a0c0 __NSThreadPerformPerform + 395 24 com.Apple.CoreFoundation 0x9602466f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15 25 com.Apple.CoreFoundation 0x96024099 __CFRunLoopDoSources0 + 233 26 com.Apple.CoreFoundation 0x96049e46 __CFRunLoopRun + 934 27 com.Apple.CoreFoundation 0x9604963a CFRunLoopRunSpecific + 378 28 com.Apple.CoreFoundation 0x960494ab CFRunLoopRunInMode + 123 29 com.Apple.HIToolbox 0x952a915a RunCurrentEventLoopInMode + 242 30 com.Apple.HIToolbox 0x952a8df5 ReceiveNextEventCommon + 162 31 com.Apple.HIToolbox 0x952a8d44 BlockUntilNextEventMatchingListInMode + 88 32 com.Apple.AppKit 0x98d96a3a _DPSNextEvent + 724 33 com.Apple.AppKit 0x98d9626c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119 34 com.Apple.AppKit 0x98d8c6cc -[NSApplication run] + 855 35 com.mixvibes.cross-dj 0x01b0592c juce::MessageManager::runDispatchLoop() + 94 36 com.mixvibes.cross-dj 0x01b81298 juce::JUCEApplication::main(juce::StringArray const&) + 68 37 com.mixvibes.cross-dj 0x01b81399 juce::JUCEApplication::main(int, char const**) + 131 38 com.mixvibes.cross-dj 0x01934a5b program::Program::Runtime::main(juce::String const&) + 251 39 com.mixvibes.cross-dj 0x01931db5 program::Program::startProgramApplication(program::Program::ApplicationKind) + 163 40 com.mixvibes.cross-dj 0x00015735 mixvibes::MixVibesProgram::runProgram(lube::Properties const&, lube::Values const&) + 25 41 com.mixvibes.cross-dj 0x01931800 program::Program::run(juce::StringArray const&) + 836 42 com.mixvibes.cross-dj 0x01931920 program::Program::run(int, char**) + 108 43 com.mixvibes.cross-dj 0x00007906 main + 54 44 com.mixvibes.cross-dj 0x00006d45 start + 53
Thread 1:: Dispatch queue: com.Apple.libdispatch-manager 0 libsystem_kernel.dylib 0x968cf9ae kevent + 10 1 libdispatch.dylib 0x95982c71 _dispatch_mgr_invoke + 993 2 libdispatch.dylib 0x959827a9 _dispatch_mgr_thread + 53
Thread 2:: MessageQueueThread 0 libsystem_kernel.dylib 0x968ce8e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x917e1220 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x918670a1 pthread_cond_wait$UNIX2003 + 71 3 com.mixvibes.cross-dj 0x01b2bd6c juce::WaitableEventImpl::wait(int) + 52 4 ??? 0x057bd480 0 + 92001408 5 com.mixvibes.cross-dj 0x01b178d4 juce::WaitableEvent::wait(int) const + 26 6 com.mixvibes.cross-dj 0x01b7f46b juce::Thread::wait(int) const + 27 7 com.mixvibes.cross-dj 0x01be9a7e juce::(anonymous namespace)::MessageQueueThread::run() + 74 8 com.mixvibes.cross-dj 0x01b7f1c6 juce::Thread::threadEntryPoint() + 118 9 com.mixvibes.cross-dj 0x01b13216 juce::threadEntryProc(void*) + 70 10 libsystem_c.dylib 0x917dc557 _pthread_start + 344 11 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 3:: Juce Timer 0 libsystem_kernel.dylib 0x968ce8e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x917e1220 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x918670ec pthread_cond_timedwait$UNIX2003 + 70 3 com.mixvibes.cross-dj 0x01b2bde0 juce::WaitableEventImpl::wait(int) + 168 4 ??? 0x057be4e0 0 + 92005600 5 com.mixvibes.cross-dj 0x01b178d4 juce::WaitableEvent::wait(int) const + 26 6 com.mixvibes.cross-dj 0x01b7f46b juce::Thread::wait(int) const + 27 7 com.mixvibes.cross-dj 0x01bebe00 juce::InternalTimerThread::run() + 304 8 com.mixvibes.cross-dj 0x01b7f1c6 juce::Thread::threadEntryPoint() + 118 9 com.mixvibes.cross-dj 0x01b13216 juce::threadEntryProc(void*) + 70 10 libsystem_c.dylib 0x917dc557 _pthread_start + 344 11 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 4: 0 libsystem_kernel.dylib 0x968cc7d2 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x968cbcb0 mach_msg + 68 2 ??? 0x05691643 0 + 90773059 3 libsystem_c.dylib 0x917dc557 _pthread_start + 344 4 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 5: 0 libsystem_kernel.dylib 0x968cc7d2 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x968cbcb0 mach_msg + 68 2 com.Apple.audio.MIDI.CoreMIDI 0x03fcb22d XServerMachPort::ReceiveMessage(int&, void*, int&) + 101 3 com.Apple.audio.MIDI.CoreMIDI 0x03fe8ae0 MIDIProcess::RunMIDIInThread() + 144 4 com.Apple.audio.MIDI.CoreMIDI 0x03feec48 MIDIProcess::MIDIInPortThread::Run() + 24 5 com.Apple.audio.MIDI.CoreMIDI 0x03fcc805 XThread::RunHelper(void*) + 17 6 com.Apple.audio.MIDI.CoreMIDI 0x03fcc2ee CAPThread::Entry(CAPThread*) + 196 7 libsystem_c.dylib 0x917dc557 _pthread_start + 344 8 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 6:: com.Apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x968cc7d2 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x968cbcb0 mach_msg + 68 2 com.Apple.CoreFoundation 0x96044599 __CFRunLoopServiceMachPort + 185 3 com.Apple.CoreFoundation 0x96049f7f __CFRunLoopRun + 1247 4 com.Apple.CoreFoundation 0x9604963a CFRunLoopRunSpecific + 378 5 com.Apple.CoreFoundation 0x960494ab CFRunLoopRunInMode + 123 6 com.Apple.Foundation 0x90ee913a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395 7 com.Apple.Foundation 0x90f4d1d8 -[NSThread main] + 45 8 com.Apple.Foundation 0x90f4d15b __NSThread__main__ + 1396 9 libsystem_c.dylib 0x917dc557 _pthread_start + 344 10 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 7:: RecordUpdateThread 0 libsystem_kernel.dylib 0x968ce8e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x917e1220 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x918670ec pthread_cond_timedwait$UNIX2003 + 70 3 com.mixvibes.cross-dj 0x01b2bde0 juce::WaitableEventImpl::wait(int) + 168 4 ??? 0x057345e0 0 + 91440608 5 com.mixvibes.cross-dj 0x01b178d4 juce::WaitableEvent::wait(int) const + 26 6 com.mixvibes.cross-dj 0x01b7f46b juce::Thread::wait(int) const + 27 7 com.mixvibes.cross-dj 0x00abf0e3 tracks_db::RecordUpdateThread::run() + 71 8 com.mixvibes.cross-dj 0x01b7f1c6 juce::Thread::threadEntryPoint() + 118 9 com.mixvibes.cross-dj 0x01b13216 juce::threadEntryProc(void*) + 70 10 libsystem_c.dylib 0x917dc557 _pthread_start + 344 11 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 8:: SamplerThread 0 libsystem_kernel.dylib 0x968cc80e semaphore_wait_trap + 10 1 com.mixvibes.cross-dj 0x007fa53d v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary() + 93 2 com.mixvibes.cross-dj 0x008e3009 v8::internal::SamplerThread::Run() + 73 3 com.mixvibes.cross-dj 0x008e17d1 v8::internal::ThreadEntry(void*) + 81 4 libsystem_c.dylib 0x917dc557 _pthread_start + 344 5 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 9:: Xponent Port 1 0 libsystem_kernel.dylib 0x968ce8e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x917e1220 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x918670ec pthread_cond_timedwait$UNIX2003 + 70 3 com.mixvibes.cross-dj 0x01b2bde0 juce::WaitableEventImpl::wait(int) + 168 4 ??? 0x1256e270 0 + 307683952 5 com.mixvibes.cross-dj 0x01b178d4 juce::WaitableEvent::wait(int) const + 26 6 com.mixvibes.cross-dj 0x01b7f46b juce::Thread::wait(int) const + 27 7 com.mixvibes.cross-dj 0x01be62fe juce::MidiOutput::run() + 110 8 com.mixvibes.cross-dj 0x01b7f1c6 juce::Thread::threadEntryPoint() + 118 9 com.mixvibes.cross-dj 0x01b13216 juce::threadEntryProc(void*) + 70 10 libsystem_c.dylib 0x917dc557 _pthread_start + 344 11 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 10:: Xponent Port 2 0 libsystem_kernel.dylib 0x968ce8e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x917e1220 _pthread_cond_wait + 833 2 libsystem_c.dylib 0x918670ec pthread_cond_timedwait$UNIX2003 + 70 3 com.mixvibes.cross-dj 0x01b2bde0 juce::WaitableEventImpl::wait(int) + 168 4 ??? 0x12577e60 0 + 307723872 5 com.mixvibes.cross-dj 0x01b178d4 juce::WaitableEvent::wait(int) const + 26 6 com.mixvibes.cross-dj 0x01b7f46b juce::Thread::wait(int) const + 27 7 com.mixvibes.cross-dj 0x01be62fe juce::MidiOutput::run() + 110 8 com.mixvibes.cross-dj 0x01b7f1c6 juce::Thread::threadEntryPoint() + 118 9 com.mixvibes.cross-dj 0x01b13216 juce::threadEntryProc(void*) + 70 10 libsystem_c.dylib 0x917dc557 _pthread_start + 344 11 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 11:: com.Apple.audio.IOThread.client 0 libsystem_kernel.dylib 0x968cc7d2 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x968cbcb0 mach_msg + 68 2 com.Apple.audio.CoreAudio 0x95125536 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138 3 com.Apple.audio.CoreAudio 0x9512007c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 70 4 com.Apple.audio.CoreAudio 0x9511e8bb HALC_ProxyIOContext::IOWorkLoop() + 1389 5 com.Apple.audio.CoreAudio 0x9511e2a1 HALC_ProxyIOContext::IOThreadEntry(void*) + 145 6 com.Apple.audio.CoreAudio 0x9512826a ___ZN19HALC_ProxyIOContextC2Emj_block_invoke_0 + 20 7 com.Apple.audio.CoreAudio 0x9511e1c3 HALB_IOThread::Entry(void*) + 69 8 libsystem_c.dylib 0x917dc557 _pthread_start + 344 9 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 12:: com.Apple.CFSocket.private 0 libsystem_kernel.dylib 0x968cebe6 __select + 10 1 com.Apple.CoreFoundation 0x9608dc00 __CFSocketManager + 1632 2 libsystem_c.dylib 0x917dc557 _pthread_start + 344 3 libsystem_c.dylib 0x917c6cee thread_start + 34
Thread 13: 0 libsystem_kernel.dylib 0x968cf0ee __workq_kernreturn + 10 1 libsystem_c.dylib 0x917df04c _pthread_workq_return + 45 2 libsystem_c.dylib 0x917dee19 _pthread_wqthread + 448 3 libsystem_c.dylib 0x917c6cca start_wqthread + 30
Thread 14: 0 libsystem_kernel.dylib 0x968cf0ee __workq_kernreturn + 10 1 libsystem_c.dylib 0x917df04c _pthread_workq_return + 45 2 libsystem_c.dylib 0x917dee19 _pthread_wqthread + 448 3 libsystem_c.dylib 0x917c6cca start_wqthread + 30
Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x00000000 ecx: 0x186ea3c8 edx: 0x1763d5a0 edi: 0x186ea3c8 esi: 0x1763d668 ebp: 0xbfffdab8 esp: 0xbfffd9e0 ss: 0x00000023 efl: 0x00010282 eip: 0x01b723d1 cs: 0x0000001b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f cr2: 0x00000000 Logical CPU: 3
Binary Images: 0x1000 - 0x31cdfe7 +com.mixvibes.cross-dj (2.2.0 - 2.2.0) <DF669C0A-E92F-3E75-AD49-D4316DDB2CF0> /Applications/CrossDJ.app/Contents/MacOS/Cross-DJ 0x3fbd000 - 0x4005ffb com.Apple.audio.MIDI.CoreMIDI (1.9 - 78) <7AAE4076-36FA-37C1-9EAE-344F1C8F14D9> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x402a000 - 0x4148ff3 com.Apple.WebKit (8536 - 8536.26.14) <C98F734D-D579-3F89-9A58-9EE890B1748E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x41f9000 - 0x420fffc libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib 0x4218000 - 0x4ea7ff3 com.Apple.WebCore (8536 - 8536.26.14) <82E97E6B-3F31-39A7-B41F-CD308E6EF238> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x56b8000 - 0x56c5ff3 com.Apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x9552000 - 0x9557fff com.Apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <58BDA15D-2B2D-3E77-BC8C-D14AB1E4AC4E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0xa7d1000 - 0xa7fefe3 +com.avid.avid.AvidCoreAudioPlugIn (10.0 - 10.0f821) <07211290-988B-8C36-7889-779E30E94CCD> /Library/Audio/Plug-Ins/HAL/Avid CoreAudio.plugin/Contents/MacOS/Avid CoreAudio 0xb6c8000 - 0xb954ffb com.Apple.RawCamera.bundle (4.03 - 676) <53F1CD12-96E9-3E41-BEA9-46B75FC707D4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0xc5f6000 - 0xc5f8fff libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x105fa000 - 0x105faff7 +cl_kernels (???) <9BF037CF-449A-44FB-B97A-8B7658A2662D> cl_kernels 0x117fd000 - 0x117feffd +cl_kernels (???) <DD32EB3D-82CA-4AFD-8D09-76BF386AD99B> cl_kernels 0x17f01000 - 0x17f09ffc libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x17f10000 - 0x17fa2ff7 unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib 0x8fe9e000 - 0x8fed0e57 dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld 0x90007000 - 0x9000effe com.Apple.agl (3.2.1 - AGL-3.2.1) <8E0411D3-19F7-30E1-92A2-337F7F0EBCDA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x9000f000 - 0x900beff7 com.Apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x900bf000 - 0x90118fff com.Apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x90119000 - 0x9014cff5 libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib 0x9014d000 - 0x90151ffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib 0x90152000 - 0x90188ffb com.Apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x90189000 - 0x9019bfff libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib 0x9019f000 - 0x9035bffd libicucore.A.dylib (491.11.1) <B19E450A-BAF1-3967-9C95-7F77DC0B4639> /usr/lib/libicucore.A.dylib 0x9035c000 - 0x9035cffd com.Apple.audio.units.AudioUnit (1.8 - 1.8) <4C13DEA2-1EB0-3D06-901A-DB93184C06F0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x9035d000 - 0x90386fff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib 0x90a93000 - 0x90ad5ffb com.Apple.RemoteViewServices (2.0 - 80.5) <60E04F2F-AFD8-3B1F-BF07-8A3A7EABB8E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x90add000 - 0x90b09ff7 libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib 0x90e9e000 - 0x90ea1ffc libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib 0x90ea2000 - 0x90eaeffe libkxld.dylib (2050.18.24) <48A75AF6-9D5A-3552-948E-30A1682D3664> /usr/lib/system/libkxld.dylib 0x90eaf000 - 0x911ccff3 com.Apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x911cd000 - 0x912daff3 com.Apple.ImageIO.framework (3.2.0 - 845) <BF959BCB-C30A-3680-B7C2-91B327B2B63B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91311000 - 0x91335fff libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x91421000 - 0x91485fff com.Apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x91486000 - 0x914e8fff libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib 0x915a3000 - 0x9163bfff com.Apple.CoreServices.OSServices (557.4 - 557.4) <C724AB29-A596-3E1E-9FF1-A4E509AD843A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x9166d000 - 0x917c5ffb com.Apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x917c6000 - 0x91883feb libsystem_c.dylib (825.25) <B1F6916A-F558-38B5-A18C-D9733625FDC9> /usr/lib/system/libsystem_c.dylib 0x91884000 - 0x9188ffff libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib 0x9198d000 - 0x9198dfff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib 0x9198e000 - 0x91a62fff com.Apple.backup.framework (1.4.1 - 1.4.1) <55F2A679-9B21-3F43-A580-4C2ECF6A5FC5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x91a63000 - 0x91a6cff9 com.Apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x91a78000 - 0x91a7ffff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib 0x91a80000 - 0x91a80fff com.Apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91a81000 - 0x91b8e057 libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib 0x91b8f000 - 0x91b90fff liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib 0x91b91000 - 0x91b95ff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib 0x91b96000 - 0x91c36ff7 com.Apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x91c37000 - 0x91c3eff3 com.Apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x91c3f000 - 0x91c40fff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib 0x920cf000 - 0x920d3fff com.Apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x920d4000 - 0x92101ffe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib 0x92102000 - 0x92141ff7 com.Apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x92142000 - 0x92149fff libsystem_dnssd.dylib (379.32.1) <6A505284-2382-3F27-B96F-15FFDACF004E> /usr/lib/system/libsystem_dnssd.dylib 0x9214a000 - 0x92154fff com.Apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92155000 - 0x9245aff7 com.Apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x9245b000 - 0x9271bfff com.Apple.security (7.0 - 55179.1) <CB470E48-621B-34D9-9E78-8B773358CB6B> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x92f99000 - 0x92fa3ffe com.Apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x92fa4000 - 0x92fb1fff libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92fb4000 - 0x92fb6ffb libRadiance.dylib (845) <3F87840F-217D-3074-A29D-919BAAED2F4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x93001000 - 0x930bfff3 com.Apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x930f2000 - 0x930f3fff libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib 0x930f4000 - 0x931e5ffc libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib 0x935e3000 - 0x935eaffb libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib 0x935eb000 - 0x93618ffb com.Apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x9361d000 - 0x93678fff com.Apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x93679000 - 0x936e1fe7 libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x936e2000 - 0x936e2ffd libOpenScriptingUtil.dylib (148.2) <907E25B1-4F50-3461-B8D5-733C687EB534> /usr/lib/libOpenScriptingUtil.dylib 0x9373d000 - 0x93781fff libGLU.dylib (8.6.1) <06BAFDCA-800C-35E3-B1A3-F05E105B86AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x93782000 - 0x937e6ff3 libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib 0x937e7000 - 0x937ebffc libGIF.dylib (845) <714E9F0D-D7A3-3F58-B46E-FCBE0F144B23> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x937ec000 - 0x937ecfff libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib 0x937ed000 - 0x937f0ff7 libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib 0x937f1000 - 0x9386dff3 com.Apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x9386e000 - 0x93870fff com.Apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x938b9000 - 0x93907ffb libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x93908000 - 0x9394aff7 libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib 0x9394b000 - 0x9396bffd com.Apple.ChunkingLibrary (2.0 - 133.2) <FE5F0F1E-B15D-3F76-8655-DC2FE19BF56E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x9396c000 - 0x93a55ff7 libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib 0x9478f000 - 0x9478ffff com.Apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x94790000 - 0x94871fff libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib 0x94872000 - 0x9487cfff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib 0x9487d000 - 0x94896fff com.Apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x94897000 - 0x948acfff com.Apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x948ad000 - 0x94983fff com.Apple.DiscRecording (7.0 - 7000.2.4) <C14E99B9-DEFA-3812-89E5-464653B729F4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x949aa000 - 0x949b0fff libGFXShared.dylib (8.6.1) <E32A7266-FCDD-352C-9C2A-8939265974AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x949bd000 - 0x949cbfff libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib 0x94d41000 - 0x94d86ff5 com.Apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x94d87000 - 0x94d9cfff com.Apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x94fce000 - 0x94fcffff libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib 0x94fd0000 - 0x94fe0ff7 libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib 0x95039000 - 0x95079fff com.Apple.MediaKit (13 - 659) <37B8C1E3-B67D-3FE6-8A14-7FFD9F31C556> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x950bd000 - 0x95109fff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib 0x9510a000 - 0x95167fff com.Apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x95168000 - 0x9519bff3 com.Apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x9519c000 - 0x95250fff com.Apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x95251000 - 0x95634ff3 com.Apple.HIToolbox (2.0 - 625) <5A312E41-9940-363E-B891-90C4672E6850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x95635000 - 0x95641ff7 com.Apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x95642000 - 0x958e5ffb com.Apple.CoreImage (8.2.2 - 1.0.1) <85BFFB09-D765-3F5F-AF65-FB136DDCAEF3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x9594d000 - 0x9594dfff com.Apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x9594e000 - 0x9594fffd com.Apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x95959000 - 0x95965ff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib 0x9597e000 - 0x95990ff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib 0x95991000 - 0x959d6ff7 com.Apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x959d7000 - 0x95a51ff7 com.Apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x95a52000 - 0x95a74fff libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib 0x95a75000 - 0x95a85ff2 com.Apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x95ad0000 - 0x95ad2fff libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x95ad3000 - 0x95ae1fff com.Apple.opengl (1.8.6 - 1.8.6) <1AD1AE7B-B57B-35B5-B571-32A34F0DA737> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x95ae2000 - 0x95af5ff9 com.Apple.MultitouchSupport.framework (235.28 - 235.28) <5C8CFA21-D4FC-32E8-B199-0F7155E6ED9A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x95cb0000 - 0x95cf1ff7 libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib 0x95f9d000 - 0x95fa1fff com.Apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x95fa2000 - 0x96011ffb com.Apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x96012000 - 0x961faff3 com.Apple.CoreFoundation (6.8 - 744.12) <E939CEA0-493C-3233-9983-5070981BB350> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x961fc000 - 0x96209ff7 com.Apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x9620a000 - 0x96226ff7 libPng.dylib (845) <14C43094-C670-3575-BF9B-3A967E05EAC0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x96227000 - 0x9622bfff com.Apple.IOSurface (86.0.3 - 86.0.3) <E3A4DB0A-1C1A-31E3-A550-5C0E1C874509> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x9622c000 - 0x962d6fff com.Apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x962d7000 - 0x962dffff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib 0x9630b000 - 0x9639dffb libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x9639e000 - 0x963c3ffb com.Apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x963c4000 - 0x9642afff com.Apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x96477000 - 0x96477fff com.Apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x96478000 - 0x965b3ff7 libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x965b4000 - 0x965d1fff libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib 0x965d2000 - 0x965f1ff3 com.Apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x965f2000 - 0x965fafff com.Apple.DiskArbitration (2.5.1 - 2.5.1) <25A7232F-9B6A-3746-A3A8-12479D086B1E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x96609000 - 0x96660ff7 com.Apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x96661000 - 0x968b9ff1 com.Apple.JavaScriptCore (8536 - 8536.26.7) <75629E05-65FE-3699-8CDC-80C95015CF42> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x968ba000 - 0x968d4ffc libsystem_kernel.dylib (2050.18.24) <C17D49D0-7961-3B67-B443-C788C6E5AA76> /usr/lib/system/libsystem_kernel.dylib 0x968d5000 - 0x969d3ff7 libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x969d4000 - 0x969d7ff7 com.Apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x969d8000 - 0x969defff com.Apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x969e1000 - 0x96b2effb com.Apple.CFNetwork (596.2.3 - 596.2.3) <1221EF86-659B-3136-AB57-0CC6B130CDA2> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x96b2f000 - 0x96ca7ff5 com.Apple.QuartzCore (1.8 - 304.0) <0B0EC55A-9084-3E28-9A84-1813CE3FAA9B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x96ca8000 - 0x96d02fff com.Apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x96d03000 - 0x96dfbff9 libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib 0x96dfc000 - 0x96e08ffa com.Apple.CrashReporterSupport (10.8.2 - 415) <BAE9900A-51E7-3AD4-A7FB-7E6CCFFB2F21> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x96e09000 - 0x96e58ff6 libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x96e59000 - 0x96e6ffff com.Apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x96e70000 - 0x96ff9ff7 com.Apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x96ffa000 - 0x97035fe7 libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x97036000 - 0x97478fff com.Apple.CoreGraphics (1.600.0 - 324.6) <66556166-F9A7-3EEC-A562-46061C7A79E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x97479000 - 0x97479fff libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib 0x9747a000 - 0x9747dffd libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x9747e000 - 0x9789bfff FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x9789c000 - 0x978a4fff com.Apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x978a5000 - 0x979a1ff3 com.Apple.DiskImagesFramework (10.8 - 344) <98C16F91-9D3E-3FD0-A30B-BD49EE4ED9A4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x97c1f000 - 0x97ca4ff7 com.Apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x97ca5000 - 0x97ca6fff libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib 0x97f4d000 - 0x98305ffa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x98306000 - 0x98314ff3 libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib 0x98388000 - 0x983a6ff3 com.Apple.openscripting (1.3.6 - 148.2) <55738D66-CC15-3F43-9265-00C3322D39C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x983a7000 - 0x983a7fff com.Apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x983a8000 - 0x983abff9 libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x98408000 - 0x98411ffd com.Apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x98412000 - 0x9843bff7 libRIP.A.dylib (324.6) <7976E6A2-A489-33F5-A727-7634DDE3B761> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x9843c000 - 0x9843cfff com.Apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x9843d000 - 0x9845afff libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib 0x985b9000 - 0x98610ff3 com.Apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x98611000 - 0x9871cff7 libJP2.dylib (845) <D409C913-6FA4-3D60-BFE0-B9FC6A02FEE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x9871d000 - 0x987b4ff7 com.Apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x987b5000 - 0x987daff7 com.Apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9880a000 - 0x988a4fff com.Apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x988a8000 - 0x988b2fff libCSync.A.dylib (324.6) <D2E8AC70-C6D1-3C40-8A82-E50422EDCFBF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x988b3000 - 0x988f5fff libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib 0x989eb000 - 0x98c02fff com.Apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x98c33000 - 0x997efffb com.Apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x997f0000 - 0x99807fff com.Apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x9993b000 - 0x99958ff7 libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib 0x99959000 - 0x999ceff7 com.Apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x999cf000 - 0x99a1dff3 com.Apple.SystemConfiguration (1.12.2 - 1.12.2) <7BA6C58B-0357-356F-BB69-17ACB5E35988> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x99a1e000 - 0x99a1fffd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib 0x99a21000 - 0x99a89ff7 com.Apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x99a8a000 - 0x99ac1ffa com.Apple.LDAPFramework (2.4.28 - 194.5) <8368FAE7-2B89-3A7D-B6EE-7184B522CB66> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x99ac2000 - 0x99ac3fff libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib 0x99ac4000 - 0x99af5fff com.Apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x99af6000 - 0x99b04ff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib 0x99b05000 - 0x99b05fff com.Apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x99b06000 - 0x99b08fff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib 0x99b09000 - 0x99b2dfff com.Apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x9a57d000 - 0x9a699ff7 com.Apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9a69a000 - 0x9a69dfff com.Apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 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: 7421 thread_create: 2 thread_set_state: 0
VM Region Summary: ReadOnly portion of Libraries: Total=206.7M resident=184.4M(89%) swapped_out_or_unallocated=22.4M(11%) Writable regions: Total=241.6M written=148.3M(61%) resident=176.2M(73%) swapped_out=0K(0%) unallocated=65.3M(27%) REGION TYPE VIRTUAL =========== ======= (null) (reserved) 104K reserved VM address space (unallocated) CG backing stores 6216K CG image 168K CG shared images 1216K CoreServices 2400K MALLOC 194.2M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K Memory tag=255 22.2M Memory tag=255 (reserved) 4K reserved VM address space (unallocated) Memory tag=35 6920K OpenCL 20K SQLite page cache 192K Stack 70.7M VM_ALLOCATE 16.3M __DATA 9196K __DATA/__OBJC 108K __IMAGE 528K __LINKEDIT 50.2M __OBJC 1876K __OBJC/__DATA 20K __PAGEZERO 4K __TEXT 156.6M __UNICODE 544K mapped file 154.7M shared memory 424K =========== ======= TOTAL 694.1M TOTAL, minus reserved VM space 694.0M
Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.68f98 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3037312E4130304C4620 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034302E4130314C4620 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.22) Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB Serial ATA Device: WDC WD10JPVT-26A1YT0, 1 TB USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2 USB Device: Xponent, 0x0763 (M-Audio), 0x2016, 0xfa130000 / 6 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 5 USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 7 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2 USB Device: FreeAgent Go, 0x0bc2 (Seagate LLC), 0x2101, 0xfd120000 / 4 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3 FireWire Device: GoFlex Mac, Seagate, 800mbit_speed
-

MusicMeister



-
- Posts: 331
- Joined: 06 Dec 2012, 03:49
- Location: Pensacola, Florida
-
by MusicMeister on 15 Dec 2012, 22:41
Xponent(M-Audio).mappings.txt Xponent(M-Audio).mappings.txt Ok, here's the latest mapping file. Download - remove the .txt extension and load 'er up!  Known bugs: A few things to be aware of - the loop buttons for the length only work if you keep holding them down for some reason. For some reason the light for Locator 8 (Cue 8) seems to be spotty. Not 100% sure why, but sometimes it's on when the cue exists and sometimes it's not. Keylock stays on. I haven't set up the MIDI input to turn it off/on yet. Some buttons that are set as 'hold' aren't programmed to produce lights. The seek buttons for example don't light up when you press them. The meters are not active. They were affecting the entire surface so I've put that on hold for now until the rest is hammered out. ----- OK, now the technical details: All the mixer functions work as expected and the lights work with the exception of the Sync buttons. Players - The following items are mapped, with specific differences noted: Play/Pause Cue Loop In Loop Out Loop On/Off Loop 1/2/4/8 - current activate a loop of 1/2/4/8 beats (only work when held down) 1/2/3/4/5 - Activate Cue points 1/2/3/4/5 FX #'s 2/3/4 - Activate Cue Points 6/7/8 Shift+1/2/3/4/5 - REMOVES THE CUE POINT (Note: Left shift for player 1, right shift for player 2) Shift+FX #'s 2/3/4 - REMOVES CUE POINT 6/7/8 (Note: see above shift note) << >> - Seek |< >| - Change seek length < > - Located above pitch - change pitch range x - reverse - - Clear player FX 1 - Turn on/off effects (Player 1 - FX 1, Player 2, FX 2) FX Knob 1 - FX Type FX Knob 2 - Channel affected by FX FX Knob 3 - Amount FX Knob 4 - Depth Finger button - vinyl mode on/off Jog Wheels are now properly set up (changed the setup from the 'hack' I did originally - work MUCH better now) PFL - as expected. Sync - Sync A to B/B to A Shift Sync - Match pitch, but not 'sync' --- Still left to do? I intend to map the touch pad to the filter A/B using up/down for A and across for B. Finish mapping the lights. Few minor tweaks to settings Set it up so that either shift will work as the modifier instead of only the left with the left side, and right shift with right side. The big thing I need is if anyone else has an Xponent to do some testing and let me know what they think of the work flow and if the mapping is working for them properly and any bugs they find.
You do not have the required permissions to view the files attached to this post.
-

MusicMeister



-
- Posts: 331
- Joined: 06 Dec 2012, 03:49
- Location: Pensacola, Florida
-
by Hannes on 16 Dec 2012, 00:28
About the toggler buttons (loop) that don´t toggle. Have you tried altering the start- and end-value. (e.g from 0-100 to 1-100, 0-99, or 1-99) there are quite many buttons that send MIDI on release as well, that got me quite often in the past. (and still does  )
-

Hannes



-
- Posts: 4168
- Joined: 07 Dec 2010, 02:57
- Location: Vienna
by loudsubz on 17 Dec 2012, 02:28
so the sync button still an issue? or did I read that incorrectly?
I was trying to map the sync button the other night but it wasn't working and I had to click on it from the software.
-

loudsubz

-
- Posts: 40
- Joined: 09 Dec 2012, 01:55
by Support@MixVibes on 17 Dec 2012, 12:37
Didn't read/understood everything but here are some input : - toggle/holder, for each command you need to decide under the title what behavior you want. toggle-holder.png - the leds are following the GUI behavior- sync is not a mode, it is an action, so the light will come when pressed and off when done : it won't stay on. The sampler link is a mode, so it will stay on once activated. - keylock is switched by the pitch mode (speed/master tempo/hybrid), 2 of these states are on, the first one is off. (see the GUI) Never try to edit the inputs by yourself into the file, this could lead to file corruption (as for the outputs but we have no choice there). I think the crash is related to the mapping file that is broken.
You do not have the required permissions to view the files attached to this post.
-

Support@MixVibes
-
by mangoman on 27 Dec 2013, 19:57
Hello  Brand new Cross user here. I just came by to say THANK YOU MUSICMEISTER  . I downloaded the most recent mapping and made a couple of small modifications. It's not perfect, but for my needs, it works quite well. Modification wise, I made the gain knobs control the filters (since those knobs have a notch in the middle), and made gain accessible using shift. I also reassigned the high-kill buttons to scroll through the browser, and the gain kill buttons to load a track to the deck. These are just personal preferences. I don't really need four decks yet, but I might hook up my old Trigger Finger one day and assign it to trigger loops or something. I bought CrossDJ a week or two ago, on impulse, coming from Torq and hoping I'd like it more than Serato and Traktor. I do!!! I'm primarily still using Torq, but I've done one gig with Cross so far, and I'll do more once the official release has ALAC support. I wonder if I'll have to pay for the update - I seem to have bought software at just the wrong time again, just like I did with Torq 2 (bought it once 2.0.3 was out - first time it was stable enough for me to gig with; last time I'd ever see an update!). Anyway, thanks again for the mapping. Sounds like the LEDs were a pain!
-

mangoman

-
- Posts: 23
- Joined: 04 Dec 2013, 13:37
- Location: Cape Town, South Africa
-
by Jim B on 27 Dec 2013, 20:18
mangoman wrote:I wonder if I'll have to pay for the update - I seem to have bought software at just the wrong time again, just like I did with Torq 2
All updates are free.
-
Jim B



-
- Posts: 1974
- Joined: 08 Jul 2009, 19:02
- Location: Nottingham, England
Return to Community Support
Users browsing this forum: Google [Bot] and 14 guests
|
|
|