Jump to content

aksn

Member
  • Posts

    6
  • Joined

  • Last visited

aksn's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Here's something I did today: Simple tool for Korg Volca Sample: - Splits notes from (C1-A1) to seperate channels (1-10) - Maps note velocity to sample level (CC7) - Adjustable sliders for maximum level of each sample Copy this to your MIDI FX Scripter: //Korg Volca Sample MidiMapper v1.0, by aksn function HandleMIDI(event) { if (event instanceof Note && event.pitch == 36) { event.channel = 1; } if (event instanceof Note && event.pitch == 37) { event.channel = 2; } if (event instanceof Note && event.pitch == 38) { event.channel = 3; } if (event instanceof Note && event.pitch == 39) { event.channel = 4; } if (event instanceof Note && event.pitch == 40) { event.channel = 5; } if (event instanceof Note && event.pitch == 41) { event.channel = 6; } if (event instanceof Note && event.pitch == 42) { event.channel = 7; } if (event instanceof Note && event.pitch == 43) { event.channel = 8; } if (event instanceof Note && event.pitch == 44) { event.channel = 9; } if (event instanceof Note && event.pitch == 45) { event.channel = 10; } if (event instanceof NoteOn && GetParameter(0) == 1) { var cc = new ControlChange(); cc.channel = event.channel; cc.number = 7; cc.value = event.velocity / 127 * GetParameter(event.channel); cc.value = Math.round(cc.value); cc.send(); // cc.trace(); } event.send(); // event.trace(); } var PluginParameters = [ { name:"Velocity",type:"checkbox", numberOfSteps:1, defaultValue:1}, { name:"Level (ch1)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127}, { name:"Level (ch2)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127}, { name:"Level (ch3)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127}, { name:"Level (ch4)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127}, { name:"Level (ch5)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127}, { name:"Level (ch6)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127}, { name:"Level (ch7)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127}, { name:"Level (ch8)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127}, { name:"Level (ch9)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127}, { name:"Level (ch10)",type:"lin", minValue:0, maxValue:127, numberOfSteps:127, defaultValue:127} ]; ...and voila, now you have a Volca Sample which can be played from drumpads or keyboard with velocity response. It's my first script on javascript, so feel free to criticise if somethings not right
  2. Hello! Does anyone know a way to remove all preset that came with Alchemy? I found Alchemy presets located at "Library/Application Support/Logic/Plug-in Settings/Alchemy/" and deleted all files, but when I start Logic Pro X again, it will download these presets again before booting up. I don't have any use for presets made by someone else, so they just clutter up the browser. Thanks.
  3. It could be, but this happens even when Maschine is not running and only using it as midi in-out for Dave Smith Mono Evolver Keyboard. And i havent had any problems with other software (Renoise and Maschine as stand-alone), only when using Logic. Also there are lots of people using Maschine with Logic and i havent found any reports of such behaviour.
  4. And second: Interval Since Last Panic Report: 689971 sec Panics Since Last Report: 7 Anonymous UUID: EB5CC6B3-6BBE-47AE-8542-4C36FC16C92E Mon Nov 30 11:38:22 2009 panic(cpu 0 caller 0x2a7ac2): Kernel trap at 0x01087a08, type 14=page fault, registers: CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00100000, CR4: 0x000006e0 EAX: 0x00000000, EBX: 0x07983800, ECX: 0x00000000, EDX: 0x00000001 CR2: 0x00000000, EBP: 0x49173968, ESI: 0x079d3800, EDI: 0x07983800 EFL: 0x00010202, EIP: 0x01087a08, CS: 0x00000008, DS: 0x07520010 Error code: 0x00000000 Backtrace (CPU 0), Frame : Return Address (4 potential args on stack) 0x491736d8 : 0x21b2bd (0x5cf868 0x4917370c 0x223719 0x0) 0x49173728 : 0x2a7ac2 (0x591c30 0x1087a08 0xe 0x591dfa) 0x49173808 : 0x29d968 (0x49173820 0x0 0x49173968 0x1087a08) 0x49173818 : 0x1087a08 (0xe 0x48 0x49170010 0x290010) 0x49173968 : 0x10893b8 (0x7983800 0x7983c98 0x20 0x78f5000) 0x49173988 : 0x5636a7 (0x7983800 0x491739f0 0x83a0f4 0x8) 0x49173a28 : 0x563b21 (0x1091210 0x7983800 0x7a63810 0x49173cf0) 0x49173a78 : 0x563f2f (0x7983800 0x6 0x49173ac0 0x0) 0x49173b98 : 0x564357 (0x7983800 0x7a63810 0x49173cf0 0x3) 0x49173d58 : 0x286d61 (0x7983800 0x7a63810 0x7ac149c 0x3) 0x49173df8 : 0x21d65f (0x7ac1464 0x7ac2e54 0x7ac1468 0x7a63810) 0x49173e38 : 0x2107f7 (0x7ac1400 0x49173e70 0x79bf2a0 0x7a7a310) 0x49173e98 : 0x216a5a (0x7ac1400 0x0 0x0 0x0) 0x49173f18 : 0x2924f1 (0x49173f44 0x0 0x0 0x0) 0x49173fc8 : 0x29dfd8 (0x78338c0 0x0 0x10 0x6c07000) Kernel Extensions in backtrace (with dependencies): com.caiaq.driver.NIUSBMaschineControllerDriver(2.3.9)@0x107d000->0x10b1fff dependency: com.apple.iokit.IOAudioFamily(1.7.2fc1)@0xbe4000 dependency: com.apple.iokit.IOUSBFamily(3.8.5)@0xd2b000 dependency: com.apple.kext.OSvKernDSPLib(1.3)@0xbe0000 dependency: com.apple.iokit.IOPCIFamily(2.6)@0x932000 BSD process name corresponding to current thread: NIHardwareAgent Mac OS version: 10C540 Kernel version: Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 System model name: MacBook2,1 (Mac-F4208CA9) System uptime in nanoseconds: 31936270927137 unloaded kexts: com.apple.driver.AppleFileSystemDriver 2.0 (addr 0xbb6000, size 0x12288) - last unloaded 108088589818 loaded kexts: com.caiaq.driver.NIUSBMaschineControllerDriver 2.3.9 com.usboverdrive.driver.hid 3.0 com.motu.driver.FireWireAudio 1.4.23 com.apple.filesystems.autofs 2.1.0 com.apple.driver.AppleHDA 1.7.9a4 com.apple.driver.AppleIntelGMA950 6.0.6 com.apple.driver.AppleIntelIntegratedFramebuffer 6.0.6 com.apple.driver.AppleBacklight 170.0.14 com.apple.driver.SMCMotionSensor 3.0.0d4 com.apple.driver.AirPort.Atheros 412.19.4 com.apple.Dont_Steal_Mac_OS_X 7.0.0 com.apple.driver.AudioIPCDriver 1.1.2 com.apple.driver.AppleIntelMeromProfile 19 com.apple.driver.ACPI_SMC_PlatformPlugin 4.0.1d0 com.apple.driver.AppleLPC 1.4.9 com.apple.driver.AppleUpstreamUserClient 3.1.0 com.apple.driver.AppleIRController 251.1.4 com.apple.driver.AppleUSBTrackpad 1.8.0b4 com.apple.driver.AppleUSBTCKeyEventDriver 1.8.0b4 com.apple.driver.AppleUSBTCKeyboard 1.8.0b4 com.apple.iokit.SCSITaskUserClient 2.6.0 com.apple.BootCache 31 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1 com.apple.driver.AppleFWOHCI 4.4.0 com.apple.iokit.AppleYukon2 3.1.14b1 com.apple.driver.AppleUSBHub 3.8.4 com.apple.driver.AppleSmartBatteryManager 160.0.0 com.apple.iokit.IOAHCIBlockStorage 1.6.0 com.apple.driver.AppleAHCIPort 2.0.1 com.apple.driver.AppleIntelPIIXATA 2.5.0 com.apple.driver.AppleUSBEHCI 3.7.5 com.apple.driver.AppleUSBUHCI 3.7.5 com.apple.driver.AppleEFINVRAM 1.3.0 com.apple.driver.AppleRTC 1.3 com.apple.driver.AppleHPET 1.4 com.apple.driver.AppleACPIButtons 1.3 com.apple.driver.AppleSMBIOS 1.4 com.apple.driver.AppleACPIEC 1.3 com.apple.driver.AppleAPIC 1.4 com.apple.driver.AppleIntelCPUPowerManagementClient 96.0.0 com.apple.security.sandbox 0 com.apple.security.quarantine 0 com.apple.nke.applicationfirewall 2.1.11 com.apple.driver.AppleIntelCPUPowerManagement 96.0.0 com.apple.driver.AppleUSBAudio 2.6.6b2 - last loaded 20097169083839 com.apple.driver.DspFuncLib 1.7.9a4 com.apple.driver.AppleProfileReadCounterAction 17 com.apple.driver.AppleProfileTimestampAction 10 com.apple.driver.AppleProfileThreadInfoAction 14 com.apple.driver.AppleProfileRegisterStateAction 10 com.apple.driver.AppleProfileKEventAction 10 com.apple.driver.AppleProfileCallstackAction 20 com.apple.iokit.IOFireWireIP 2.0.3 com.apple.iokit.IO80211Family 310.6 com.apple.iokit.IOSurface 73.0 com.apple.iokit.IOBluetoothSerialManager 2.2.4f3 com.apple.iokit.IOSerialFamily 10.0.3 com.apple.driver.IOBluetoothHIDDriver 2.2.4f3 com.apple.driver.AppleHDAController 1.7.9a4 com.apple.iokit.IOHDAFamily 1.7.9a4 com.apple.iokit.AppleProfileFamily 41 com.apple.driver.AppleSMC 3.0.1d2 com.apple.driver.IOPlatformPluginFamily 4.0.1d0 com.apple.iokit.IOAudioFamily 1.7.2fc1 com.apple.kext.OSvKernDSPLib 1.3 com.apple.iokit.IONDRVSupport 2.0 com.apple.iokit.IOGraphicsFamily 2.0 com.apple.driver.CSRUSBBluetoothHCIController 2.2.4f3 com.apple.driver.AppleUSBBluetoothHCIController 2.2.4f3 com.apple.iokit.IOBluetoothFamily 2.2.4f3 com.apple.iokit.IOUSBHIDDriver 3.8.4 com.apple.driver.AppleUSBMergeNub 3.8.5 com.apple.driver.AppleUSBComposite 3.7.5 com.apple.driver.XsanFilter 402.1 com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.0 com.apple.iokit.IOBDStorageFamily 1.6 com.apple.iokit.IODVDStorageFamily 1.6 com.apple.iokit.IOCDStorageFamily 1.6 com.apple.iokit.IOATAPIProtocolTransport 2.5.0 com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.0 com.apple.iokit.IOFireWireFamily 4.1.7 com.apple.iokit.IONetworkingFamily 1.9 com.apple.iokit.IOUSBUserClient 3.8.5 com.apple.iokit.IOAHCIFamily 2.0.2 com.apple.iokit.IOATAFamily 2.5.0 com.apple.iokit.IOUSBFamily 3.8.5 com.apple.driver.AppleEFIRuntime 1.3.0 com.apple.iokit.IOHIDFamily 1.6.1 com.apple.iokit.IOSMBusFamily 1.1 com.apple.kext.AppleMatch 1.0.0d1 com.apple.security.TMSafetyNet 6 com.apple.driver.DiskImages 281 com.apple.iokit.IOStorageFamily 1.6 com.apple.driver.AppleACPIPlatform 1.3 com.apple.iokit.IOPCIFamily 2.6 com.apple.iokit.IOACPIFamily 1.3.0 Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 4 GB, SMC 1.13f3 Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram Memory Module: global_name AirPort: AirPort Extreme, Atheros 5416: 2.0.19.4 Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: FUJITSU MHV2120BHPL, 111,79 GB Parallel ATA Device: MATSHITADVD-R UJ-857D USB Device: Maschine Controller, 0x17cc, 0x0808, 0xfd100000 USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000 USB Device: Hub, 0x0409 (NEC Corporation), 0x005a, 0xfd300000 USB Device: USB-PS/2 Optical Mouse, 0x046d (Logitech Inc.), 0xc045, 0xfd310000 USB Device: USB Keyboard, 0x0603 (Novatek Microelectronics Corp.), 0x00f2, 0xfd330000 USB Device: ReMOTE ZeRO SL, 0x1235, 0x0003, 0xfd340000 USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000 USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x1d200000 USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000 FireWire Device: Vendor 0x1F2 Device 0x103800, 0x1F2, Up to 400 Mb/sec
  5. first one: Anonymous UUID: EB5CC6B3-6BBE-47AE-8542-4C36FC16C92E Sat Nov 28 05:30:13 2009 panic(cpu 0 caller 0x2a7ac2): Kernel trap at 0x01087a08, type 14=page fault, registers: CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00100000, CR4: 0x000006e0 EAX: 0x00000000, EBX: 0x07af7000, ECX: 0x00000000, EDX: 0x00000001 CR2: 0x00000000, EBP: 0x4318b968, ESI: 0x07a78300, EDI: 0x07af7000 EFL: 0x00010202, EIP: 0x01087a08, CS: 0x00000008, DS: 0x07590010 Error code: 0x00000000 Backtrace (CPU 0), Frame : Return Address (4 potential args on stack) 0x4318b6d8 : 0x21b2bd (0x5cf868 0x4318b70c 0x223719 0x0) 0x4318b728 : 0x2a7ac2 (0x591c30 0x1087a08 0xe 0x591dfa) 0x4318b808 : 0x29d968 (0x4318b820 0x0 0x4318b968 0x1087a08) 0x4318b818 : 0x1087a08 (0xe 0x48 0x43180010 0x290010) 0x4318b968 : 0x10893b8 (0x7af7000 0x7af7498 0x20 0x79a03e8) 0x4318b988 : 0x5636a7 (0x7af7000 0x4318b9f0 0x18320f4 0x8) 0x4318ba28 : 0x563b21 (0x1091210 0x7af7000 0x7adcb60 0x4318bcf0) 0x4318ba78 : 0x563f2f (0x7af7000 0x6 0x4318bac0 0x0) 0x4318bb98 : 0x564357 (0x7af7000 0x7adcb60 0x4318bcf0 0x3) 0x4318bd58 : 0x286d61 (0x7af7000 0x7adcb60 0x7bd259c 0x3) 0x4318bdf8 : 0x21d65f (0x7bd2564 0x7bd5c54 0x7bd2568 0x7adcb60) 0x4318be38 : 0x2107f7 (0x7bd2500 0x4318be70 0x7a133b0 0x7b218c0) 0x4318be98 : 0x216a5a (0x7bd2500 0x0 0x0 0x0) 0x4318bf18 : 0x2924f1 (0x4318bf44 0x0 0x0 0x0) 0x4318bfc8 : 0x29dfd8 (0x78e58c0 0x0 0x10 0x67c0c64) Kernel Extensions in backtrace (with dependencies): com.caiaq.driver.NIUSBMaschineControllerDriver(2.3.9)@0x107d000->0x10b1fff dependency: com.apple.iokit.IOAudioFamily(1.7.2fc1)@0xbe4000 dependency: com.apple.iokit.IOUSBFamily(3.8.5)@0xd2b000 dependency: com.apple.kext.OSvKernDSPLib(1.3)@0xbe0000 dependency: com.apple.iokit.IOPCIFamily(2.6)@0x932000 BSD process name corresponding to current thread: NIHardwareAgent Mac OS version: 10C540 Kernel version: Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 System model name: MacBook2,1 (Mac-F4208CA9) System uptime in nanoseconds: 56909791507823 unloaded kexts: com.apple.iokit.IOUSBMassStorageClass 2.5.1 (addr 0x42ca3000, size 0x45056) - last unloaded 18394111115429 loaded kexts: com.caiaq.driver.NIUSBMaschineControllerDriver 2.3.9 com.usboverdrive.driver.hid 3.0 com.motu.driver.FireWireAudio 1.4.23 com.apple.filesystems.smbfs 1.6.0 - last loaded 22774581615760 com.apple.filesystems.autofs 2.1.0 com.apple.driver.AppleHDA 1.7.9a4 com.apple.driver.AppleBacklight 170.0.14 com.apple.driver.SMCMotionSensor 3.0.0d4 com.apple.driver.AirPort.Atheros 412.19.4 com.apple.Dont_Steal_Mac_OS_X 7.0.0 com.apple.driver.AudioIPCDriver 1.1.2 com.apple.driver.AppleIntelMeromProfile 19 com.apple.driver.ACPI_SMC_PlatformPlugin 4.0.1d0 com.apple.driver.AppleLPC 1.4.9 com.apple.driver.AppleUpstreamUserClient 3.1.0 com.apple.driver.AppleIntelGMA950 6.0.6 com.apple.driver.AppleIntelIntegratedFramebuffer 6.0.6 com.apple.driver.AppleIRController 251.1.4 com.apple.driver.AppleUSBTrackpad 1.8.0b4 com.apple.driver.AppleUSBTCKeyEventDriver 1.8.0b4 com.apple.driver.AppleUSBTCKeyboard 1.8.0b4 com.apple.iokit.SCSITaskUserClient 2.6.0 com.apple.BootCache 31 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1 com.apple.iokit.IOAHCIBlockStorage 1.6.0 com.apple.driver.AppleAHCIPort 2.0.1 com.apple.driver.AppleUSBHub 3.8.4 com.apple.iokit.AppleYukon2 3.1.14b1 com.apple.driver.AppleSmartBatteryManager 160.0.0 com.apple.driver.AppleFWOHCI 4.4.0 com.apple.driver.AppleIntelPIIXATA 2.5.0 com.apple.driver.AppleUSBEHCI 3.7.5 com.apple.driver.AppleUSBUHCI 3.7.5 com.apple.driver.AppleEFINVRAM 1.3.0 com.apple.driver.AppleRTC 1.3 com.apple.driver.AppleHPET 1.4 com.apple.driver.AppleACPIButtons 1.3 com.apple.driver.AppleSMBIOS 1.4 com.apple.driver.AppleACPIEC 1.3 com.apple.driver.AppleAPIC 1.4 com.apple.driver.AppleIntelCPUPowerManagementClient 96.0.0 com.apple.security.sandbox 0 com.apple.security.quarantine 0 com.apple.nke.applicationfirewall 2.1.11 com.apple.driver.AppleIntelCPUPowerManagement 96.0.0 com.apple.driver.DspFuncLib 1.7.9a4 com.apple.driver.AppleProfileReadCounterAction 17 com.apple.driver.AppleProfileTimestampAction 10 com.apple.driver.AppleProfileThreadInfoAction 14 com.apple.driver.AppleProfileRegisterStateAction 10 com.apple.driver.AppleProfileKEventAction 10 com.apple.driver.AppleProfileCallstackAction 20 com.apple.driver.AppleHDAController 1.7.9a4 com.apple.iokit.IOHDAFamily 1.7.9a4 com.apple.driver.IOBluetoothHIDDriver 2.2.4f3 com.apple.iokit.IOFireWireIP 2.0.3 com.apple.iokit.IO80211Family 310.6 com.apple.iokit.IOSurface 73.0 com.apple.iokit.IOBluetoothSerialManager 2.2.4f3 com.apple.iokit.IOSerialFamily 10.0.3 com.apple.iokit.AppleProfileFamily 41 com.apple.driver.AppleSMC 3.0.1d2 com.apple.driver.IOPlatformPluginFamily 4.0.1d0 com.apple.iokit.IOAudioFamily 1.7.2fc1 com.apple.kext.OSvKernDSPLib 1.3 com.apple.iokit.IONDRVSupport 2.0 com.apple.iokit.IOGraphicsFamily 2.0 com.apple.driver.CSRUSBBluetoothHCIController 2.2.4f3 com.apple.driver.AppleUSBBluetoothHCIController 2.2.4f3 com.apple.iokit.IOBluetoothFamily 2.2.4f3 com.apple.iokit.IOUSBHIDDriver 3.8.4 com.apple.driver.AppleUSBMergeNub 3.8.5 com.apple.driver.AppleUSBComposite 3.7.5 com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.0 com.apple.iokit.IOBDStorageFamily 1.6 com.apple.iokit.IODVDStorageFamily 1.6 com.apple.iokit.IOCDStorageFamily 1.6 com.apple.driver.XsanFilter 402.1 com.apple.iokit.IOAHCIFamily 2.0.2 com.apple.iokit.IOATAPIProtocolTransport 2.5.0 com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.0 com.apple.iokit.IOUSBUserClient 3.8.5 com.apple.iokit.IONetworkingFamily 1.9 com.apple.iokit.IOFireWireFamily 4.1.7 com.apple.iokit.IOATAFamily 2.5.0 com.apple.iokit.IOUSBFamily 3.8.5 com.apple.driver.AppleEFIRuntime 1.3.0 com.apple.iokit.IOHIDFamily 1.6.1 com.apple.iokit.IOSMBusFamily 1.1 com.apple.kext.AppleMatch 1.0.0d1 com.apple.security.TMSafetyNet 6 com.apple.driver.DiskImages 281 com.apple.iokit.IOStorageFamily 1.6 com.apple.driver.AppleACPIPlatform 1.3 com.apple.iokit.IOPCIFamily 2.6 com.apple.iokit.IOACPIFamily 1.3.0 Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 4 GB, SMC 1.13f3 Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram Memory Module: global_name AirPort: AirPort Extreme, Atheros 5416: 2.0.19.4 Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: FUJITSU MHV2120BHPL, 111,79 GB Parallel ATA Device: MATSHITADVD-R UJ-857D USB Device: Maschine Controller, 0x17cc, 0x0808, 0xfd100000 USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000 USB Device: Hub, 0x0409 (NEC Corporation), 0x005a, 0xfd300000 USB Device: USB-PS/2 Optical Mouse, 0x046d (Logitech Inc.), 0xc045, 0xfd310000 USB Device: USB Keyboard, 0x0603 (Novatek Microelectronics Corp.), 0x00f2, 0xfd330000 USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000 USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000 USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x1d200000 FireWire Device: Vendor 0x1F2 Device 0x103800, 0x1F2, Up to 400 Mb/sec
  6. This has happened so many times now (and lots of work has got lost) so i decided to post here if theres someone who could help. I dont know where this might come from cause there is no specific plugin or way to reproduce this, it just happens randomly, usually 1-3 times a day. Whole computer freezes and i get a message to push power button until it shuts down. Everything should be latest: Logic 9.02, OSX 10.6.2 Running them on few years old 2ghz intel core 2 duo, 4GB 667mhz ddr2 MacBook. And latest updates for these too: -Motu 8pre (+ADA8000 thru adat) -Native Instruments Maschine -Novation Remote Zero SL (first model) -Waldorf Blofeld Everything else is connected thru midi or audio, so i think theres no point to list them? I will post 2 crash logs separately if someone can get something out of them.
×
×
  • Create New...