Webcam/Audio Input

I am admittedly an amateur at Actionscript, but I'm trying to
produce an example of Flash's ability to process video/microphone
data as a "jumping off" point for other projects. My problem is:
I am using some open source to pick up web cam movement and
produce a matrix based on such. I have added the code to receive
microphone input, which worked in the example (provided at
kirupa.com) that I composed on my machine. I am trying to replace
the "dot_mc.1=255" value with the microphone activity value
(0-100?) yet I am getting a response of "The property being
referenced does not have the static attribute." I understand this
statement, but I am unsure as how to re-form this statement to
accept variable data.
Here is the code so far:
import flash.display.*
import flash.geom.*
mic = Microphone.get();
_root.attachAudio(mic);
mic.setUseEchoSuppression(false);
function initialize()
setInterval(this,"snap",100)
this.createEmptyMovieClip("snap_mc",this.getNextHi
ghestDepth())
snap_mc._x=(Stage.width/2)-(scale*w/2)
snap_mc._y=(Stage.height/2)-(scale*h/2)
m=new Matrix()
m.scale((output._xscale/100),(output._yscale/100))
now=new BitmapData(w,h)
rt=new Rectangle(0,0,w,h)
n=0
for(x=1;x<w;x+=o)
for(y=1;y<h;y+=o)
++n
dot_mc=snap_mc.createEmptyMovieClip("dot"+n,n)
dot_mc._x=x*scale
dot_mc._y=y*scale
dot_mc.lineStyle(dblo,0x000000)
dot_mc.lineTo(0,1)
function snap()
var c=0
now.draw(output,m)
for(var x=1;x<w;x+=o)
for(var y=1;y<h;y+=o)
++c
nc=now.getPixel(x,y)
nr=nc>>16&0xff;
ng=nc>>8&0xff;
nb=nc&0xff;
nl=Math.sqrt(nr*nr + ng*ng + nb*nb)
bc=before.getPixel(x,y)
br=bc>>16&0xff;
bg=bc>>8&0xff
bb=bc&0xff
bl=Math.sqrt(br*br + bg*bg + bb*bb)
d=Math.round(Math.abs(bl-nl))
dot_mc=snap_mc["dot"+c]
if(d>tolerance)
dot_mc.clear()
dot_mc.l=255
dot_mc.lineStyle(dblo,255<<8)
dot_mc.lineTo(0,1)
dot_mc.onEnterFrame=fadePixel
updateAfterEvent()
before=now.clone()
function fadePixel()
this.clear()
this.l-=this._parent._parent.ml
this.lineStyle(this._parent._parent.dblo,this.l<<8 )
this.lineTo(0,1)
if(this.l == 0)
delete this.onEnterFrame
Altering the dot_mc value varies the colors of the webcam
matrix dots, so I just need the activity level on the microphone to
act as the value and perhaps multiply it by 2 (since the dot_mc
value can be up to 255).
Any Ideas on how to repair this?

Thanks for the suggestions. A few hours after posting my issue I switched everything on and all was as before. I could control the audio input level in system preferences and use the webcam for skype calls as before, using it as the audio and video input device.
Now I have swithched the machine on again and it seems to have reverted back to the same problem as described in my original posting......very frustrating. Nothing registering on the sound input levels in system preferences. Tried restarting several times without success.
The Midi settings for the "Unknown USB Audio Device" i.e. Webcam are as follows:
Source Default (Grayed out)
Format 48000 Hz 1 ch 16 bit
M Channel volume slider is at the mid point, Value 0.49, dB 18.28, Mute and Thru both unchecked
I Channel slider grayed out and all else blank.
Since everything started working again I haven't touched these settings so I assume that they are the same with or without the issue.
I know issues that occur randomly such as this are least likely to find a solution but further suggestions welcome.

Similar Messages

  • Mac Mini USB Webcam Audio Input

    I purchased a Mac Mini a couple of months ago and set it up with HDMI to HDMI connection to my Samsung TV. I then purchased a Logitech webcam V-UBU48 and connected that to the USB on the Mac Mini. All was fine and I used Skype on this combination with no problems for a couple of weeks, using the webcam as both Audio and Video input device. Sound output was via the TV.
    I then went on leave for a couple of weeks and on return set everything up again as it had been before. This time there is no audio input from the webcam and changing settings in Skype preferences or Midi utility does not seem to have any effect, The webcam is recognised as "Unknown USB Audio Device", but doesnt seem to work. So far as the Mac is concerned the video side recognises it as a Logitech Webcam and still works perfectly. Sound output via the TV is also still fine.
    Since my return the only change that I can identify is the latest Snow Leopard upgrade to 10.6.4
    The other issue is the volume control on the bar at the top of the screen is grayed out and does not function any longer.
    Can anyone help identify the issue here. Thanks in advance

    Thanks for the suggestions. A few hours after posting my issue I switched everything on and all was as before. I could control the audio input level in system preferences and use the webcam for skype calls as before, using it as the audio and video input device.
    Now I have swithched the machine on again and it seems to have reverted back to the same problem as described in my original posting......very frustrating. Nothing registering on the sound input levels in system preferences. Tried restarting several times without success.
    The Midi settings for the "Unknown USB Audio Device" i.e. Webcam are as follows:
    Source Default (Grayed out)
    Format 48000 Hz 1 ch 16 bit
    M Channel volume slider is at the mid point, Value 0.49, dB 18.28, Mute and Thru both unchecked
    I Channel slider grayed out and all else blank.
    Since everything started working again I haven't touched these settings so I assume that they are the same with or without the issue.
    I know issues that occur randomly such as this are least likely to find a solution but further suggestions welcome.

  • Does QT Pro allow webcam and separate audio inputs?

    I've got a Logitech C910 camera (supposed to be Mac compatible) and a Fast Track Pro USB audio interface. iMovie is not the solution, so I'm hoping I could use QT Pro to create the video, then open it in iMovie '11.

    Hi Waldolat
    Just tried it works fine for me .
    I use the original apple firewire camera.
    Cheers Tomi
    edit Tomi
    Yet to try the extra audio inputs.
    Will let you know.

  • Using garageband as an audio input

    I am trying to figure out a way to funnel the output audio as an input on a webcam. So, lets say we are using skype. I want skpe to recognize the video from my webcam for the video input and only the audio that is coming out of garageband (the audio that would be coming through the speakers) as the audio input. I also want to be able to use headphones to hear what is coming out from the other side.
    Does anyone know if this is possible? It is almost what audiobus is trying to do on iOS
    Thanks
    Dave

    ddifran wrote:
    a way to funnel the output audio as an input
    soundflower might do what you want:
    http://www.macworld.com/article/1159440/soundflower_capture.html

  • External stereo device to Powerbook G4 audio input

    Hi
    I am trying to convert all my old cassettes into MP3's. I was trying to use Audacity which supposedly can grab the audio from the audio input and record it in MP3 format. It seems that my Powerbook G4 recongnizes the built-in mic, cd device, and the USB/firewire ports as valid audio input devices. How can I connect my cassette recorder to my Powerbook? I tried to connect it to the minijack port (the one with two triangles and a circle inside) but the input was not reconginzed. Can anyone suggest anything please?
    Also, (may be a bit out of topic) would iTunes be able to do the recording?
    Regards
    Arijit

    I have been unable to get the microphone input with a Viewsonic 22" monitor with webcam to work with either iChat or iVisit with my Mac Pro. There have been other reports on the web about newer versions of the OS 10 inactivating the audio input for several programs. Is this why the microphone does not work or is it true that the audio input does not act as one? If the audio input does not work with an external microphone, what is it for?

  • External microphones don't work with audio input

    Tell me its not true that an ordinary mic won't work with the audio input....I have 2 mics which I know to work mini jack [tried both stereo and mono] and zip! nothing....what is wrong with this equation
    any ideas from the floor? [do I really have to go and buy another usb headset or an iMic to resolve this??
    please tell me there's another option!
    thanks
    Tony

    I have been unable to get the microphone input with a Viewsonic 22" monitor with webcam to work with either iChat or iVisit with my Mac Pro. There have been other reports on the web about newer versions of the OS 10 inactivating the audio input for several programs. Is this why the microphone does not work or is it true that the audio input does not act as one? If the audio input does not work with an external microphone, what is it for?

  • USB audio input to voice-over tool not working

    with FCE-HD on iMac i have system preferences set to USB-122 Tascam box for audio input/output (works great with GB for instance) but when i try using it for audio input on FCE and the voice-over tool set to USB-122, i hear no audio, the level meter doesn't more, etc, its still taking the audio from the built-in mic.
    im sure its something simple im overlooking??
    tia

    Mark,
    See if this post helps. Not familiar with USB audio devices myself, but found this searching:
    John Hayward, "Audio out from FCE HD to USB audio iMic" #1, 10:11am Oct 4, 2005 CDT

  • How do I get audio input to my TV when using a HDMI adaptor/converter?

    I bought a Belkin HDMI converter for my mid-2010 Macbook Pro so that I can watch internet movies on my television. When I plugged the HDMI into the adaptor I am able to see the video play on my television however the sound is still coming through my computer instead of my televsion. How do I get audio input from my computer onto my TV?

    You need to set the output in System Preferences > Sound > Output to HDMI.

  • Crashing when I try to specify audio input

    Hey all. My name is William.
    I am having trouble with Premiere. I started using it a few days ago and it is working great; however, I now want to record a voice-over. I haven't recorded audio in Premiere before, so I searched the help database. It told me I would need to specify the audio input, which sounded reasonable to me, so I went into Settings -> Audio Hardware and selected "Built in input/Built-in output" and it had the spinning wheel of death for a few moments (I'm on a Mac) and then crashed. I had turned off my error dialog boxes before due to a previous problem with Photoshop frequently thinking it had crashed when in fact I had quit it, so I have no way to report the problem other than here.
    I have also tried setting the option to "System default input/output" and it still crashes.
    (edit) The Mac error reporter displays this:
    Process:         Adobe Premiere Pro CS5 [52687]
    Path:            /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/MacOS/Adobe Premiere Pro CS5
    Identifier:      com.adobe.AdobePremierePro
    Version:         5.0.1 (5.0.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [209]
    Date/Time:       2010-07-15 17:01:08.778 -0700
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          161111 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  15174 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      0D904B93-C3BF-4482-8531-3F3DCD043ABB
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000048
    Crashed Thread:  38
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x00007fff8649f342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff864a488d pthread_mutex_lock + 469
    2   com.apple.audio.CoreAudio     0x00007fff880ff8fc CAMutex::Lock() + 58
    3   com.apple.audio.CoreAudio     0x00007fff8811932a IOA_Device::StartCommandExecution(void**) + 42
    4   com.apple.audio.CoreAudio     0x00007fff8811acc3 HP_Device::ExecuteCommand(HP_Command*) + 75
    5   com.apple.audio.CoreAudio     0x00007fff88143768 IOA_MultiDevice::EvaluateSubDeviceList(bool) + 456
    6   com.apple.audio.CoreAudio     0x00007fff8813a6a3 IOA_AggregateDevice::PrefsChangedNotification(__CFString const*) + 311
    7   com.apple.audio.CoreAudio     0x00007fff881440bb IOA_MultiDeviceDescription::PrefsChangedNotificationHandler(__CFNotificationCenter*, IOA_MultiDeviceDescription*, __CFString const*, void const*, __CFDictionary const*) + 69
    8   com.apple.CoreFoundation      0x00007fff84eed8f8 __CFXNotificationHandleMessage + 568
    9   com.apple.CoreFoundation      0x00007fff84eed653 __CFXNotificationReceiveFromServer + 291
    10  com.apple.CoreFoundation      0x00007fff84eafbce __CFMachPortPerform + 366
    11  com.apple.CoreFoundation      0x00007fff84e88171 __CFRunLoopRun + 5201
    12  com.apple.CoreFoundation      0x00007fff84e8684f CFRunLoopRunSpecific + 575
    13  com.apple.HIToolbox           0x00007fff86e3d91a RunCurrentEventLoopInMode + 333
    14  com.apple.HIToolbox           0x00007fff86e3d67d ReceiveNextEventCommon + 148
    15  com.apple.HIToolbox           0x00007fff86e3d5d8 BlockUntilNextEventMatchingListInMode + 59
    16  com.apple.AppKit              0x00007fff810cb29e _DPSNextEvent + 708
    17  com.apple.AppKit              0x00007fff810cabed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    18  com.apple.AppKit              0x00007fff81305ed3 -[NSApplication _realDoModalLoop:peek:] + 442
    19  com.apple.AppKit              0x00007fff81323c9f -[NSApplication runModalSession:] + 57
    20  com.adobe.dvaui.framework     0x0000000102e4bec5 dvaui::ui::OS_Dialog::ModalLoop() + 149
    21  com.adobe.dvaui.framework     0x0000000102e4bc23 dvaui::ui::OS_Dialog::RunModal() + 195
    22  com.adobe.dvaeve.framework    0x00000001066aac09 dvaeve::UI_EveManager::DisplayView(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::istream&, dvaui::drawbot::SupplierInterface const*, dvaui::ui::UI_Node*) + 1785
    23  com.adobe.dvaeve.framework    0x00000001066a6df1 dvaeve::UI_Eve::ParseEveScript(std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >&) + 1169
    24  com.adobe.premiere.dialogs    0x000000010726081e DLG::RunPrefsDialog(ASL::InterfaceRef<BE::IProjectSettings, BE::IProjectSettings>, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int const&) + 334
    25  com.adobe.premiere.frontend   0x000000010b404374 FE::DocumentManager::OnPreferences(UIF::Command const&) + 388
    26  com.adobe.premiere.frontend   0x000000010b411b3b FE::DocumentManager::ObeyCommand(UIF::Command const&) + 267
    27  com.adobe.premiere.uiframework 0x000000010333601c UIF::Commander::PostCommand(int) + 60
    28  com.adobe.dvacore.framework   0x000000010010fb96 int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 38
    29  com.adobe.premiere.frontend   0x000000010b3e632e boost::function0<int>::operator()() const + 46
    30  com.adobe.premiere.frontend   0x000000010b3e5873 FE::ApplicationErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0 <int>) + 35
    31  com.adobe.dvacore.framework   0x000000010010ead5 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 197
    32  com.adobe.dvacore.framework   0x0000000100110a03 void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 99
    33  com.adobe.premiere.frontend   0x000000010b42f24c -[PremiereCocoaMacApplication handleMenuCommand:] + 140
    34  com.apple.AppKit              0x00007fff81220152 -[NSApplication sendAction:to:from:] + 95
    35  com.apple.AppKit              0x00007fff812446be -[NSMenuItem _corePerformAction] + 365
    36  com.apple.AppKit              0x00007fff81244428 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 121
    37  com.adobe.dvaui.framework     0x0000000102e84a6e -[DVAMacMenu performActionForItemAtIndex:] + 62
    38  com.apple.AppKit              0x00007fff814c841d -[NSMenu _internalPerformActionForItemAtIndex:] + 35
    39  com.apple.AppKit              0x00007fff8137a217 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 136
    40  com.apple.AppKit              0x00007fff81226c14 NSSLMMenuEventHandler + 321
    41  com.apple.HIToolbox           0x00007fff86e16997 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002
    42  com.apple.HIToolbox           0x00007fff86e15ee6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395
    43  com.apple.HIToolbox           0x00007fff86e33ba9 SendEventToEventTarget + 45
    44  com.apple.HIToolbox           0x00007fff86e62cd1 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 387
    45  com.apple.HIToolbox           0x00007fff86e8fb06 SendMenuCommandWithContextAndModifiers + 56
    46  com.apple.HIToolbox           0x00007fff86e8fabe SendMenuItemSelectedEvent + 101
    47  com.apple.HIToolbox           0x00007fff86e8f9be FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 150
    48  com.apple.HIToolbox           0x00007fff86e70cb3 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 467
    49  com.apple.HIToolbox           0x00007fff86e70408 _HandleMenuSelection2 + 453
    50  com.apple.AppKit              0x00007fff810f7c39 _NSHandleCarbonMenuEvent + 236
    51  com.apple.AppKit              0x00007fff810cb74e _DPSNextEvent + 1908
    52  com.apple.AppKit              0x00007fff810cabed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    53  com.apple.AppKit              0x00007fff810908d3 -[NSApplication run] + 395
    54  com.adobe.premiere.frontend   0x000000010b42e394 FE::MacApplication::RunSelf(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 164
    55  com.adobe.premiere.frontend   0x000000010b3d993e FE::Application::Run(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 2510
    56  com.adobe.premiere.frontend   0x000000010b43215d AppMain + 253
    57  com.adobe.premiere.startup    0x000000010b575c58 (anonymous namespace)::LaunchFrontendFramework(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int, void*) + 168
    58  com.adobe.AdobePremierePro    0x0000000100003660 (anonymous namespace)::CallStartupFramework(int, char const* const*) + 288
    59  com.adobe.AdobePremierePro    0x0000000100003bdb main + 155
    60  com.adobe.AdobePremierePro    0x00000001000034a4 start + 52
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff864b808a kevent + 10
    1   libSystem.B.dylib             0x00007fff864b9f5d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff864b9c34 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff864b975e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff864b9088 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff864b8f25 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services        0x000000010d735c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services        0x000000010d72ecce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services        0x000000010d735cbe AMTThread::Worker(void*) + 28
    5   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   ...e.Frameworks.ASL.Foundation 0x00000001004607c0 ASL::(anonymous namespace)::TaskProc(void*) + 96
    6   ...ple.CoreServices.CarbonCore 0x00007fff80618ea1 PrivateMPEntryPoint + 63
    7   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib             0x00007fff864b808a kevent + 10
    1   ...dobe.dvatransport.framework 0x000000010062634e boost::asio::detail::kqueue_reactor<false>::run(bool) + 478
    2   ...dobe.dvatransport.framework 0x0000000100627405 boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 517
    3   ...dobe.dvatransport.framework 0x0000000100604fcc SkyConnectionEnv::MainLoop() + 76
    4   ...dobe.dvatransport.framework 0x0000000100605039 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    5   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    6   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...dobe.dvatransport.framework 0x000000010062753f boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 831
    3   ...dobe.dvatransport.framework 0x0000000100628135 boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service<boost::asio ::ip::tcp>::work_io_service_runner>::run() + 53
    4   ...dobe.dvatransport.framework 0x000000010060d379 asio_detail_posix_thread_function + 25
    5   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib             0x00007fff8649f2fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8649f96d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff84e873c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff84e8684f CFRunLoopRunSpecific + 575
    4   com.apple.audio.CoreAudio     0x00007fff8812faf6 HALRunLoop::OwnThread(void*) + 152
    5   com.apple.audio.CoreAudio     0x00007fff8811caf5 CAPThread::Entry(CAPThread*) + 125
    6   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib             0x00007fff8649f35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff864ddbc2 _pthread_cond_wait + 1015
    2   ...ple.CoreServices.CarbonCore 0x00007fff80646ce4 TSWaitOnConditionTimedRelative + 209
    3   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    4   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    5   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    6   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    7   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    8   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib             0x00007fff864b808a kevent + 10
    1   ...dobe.dvatransport.framework 0x000000010062634e boost::asio::detail::kqueue_reactor<false>::run(bool) + 478
    2   ...dobe.dvatransport.framework 0x0000000100627405 boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 517
    3   ...dobe.dvatransport.framework 0x0000000100604fcc SkyConnectionEnv::MainLoop() + 76
    4   ...dobe.dvatransport.framework 0x0000000100605039 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    5   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    6   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...dobe.dvatransport.framework 0x000000010062753f boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 831
    3   ...dobe.dvatransport.framework 0x0000000100628135 boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service<boost::asio ::ip::tcp>::work_io_service_runner>::run() + 53
    4   ...dobe.dvatransport.framework 0x000000010060d379 asio_detail_posix_thread_function + 25
    5   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib             0x00007fff8649f2fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8649f96d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff84e873c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff84e8684f CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation      0x00007fff84e865d6 CFRunLoopRun + 70
    5   com.adobe.dvacore.framework   0x000000010016a859 dvacore::threads::RunPlatformEventLoop() + 89
    6   com.adobe.dvacore.framework   0x0000000100170491 dvacore::threads::(anonymous namespace)::EventLoopExecutor::EventLoopMain(dvacore::threads::SyncPoint&) + 177
    7   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    8   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    9   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    10  libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    11  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864d9d45 nanosleep + 148
    2   com.adobe.premiere.scriptlayer 0x000000010644f76b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.premiere.scriptlayer 0x000000010643a273 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.premiere.scriptlayer 0x000000010644f866 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib             0x00007fff864e2df2 recvfrom + 10
    1   ServiceManager-Launcher.dylib 0x0000000125996982 Invoke + 54020
    2   ServiceManager-Launcher.dylib 0x0000000125995adf Invoke + 50273
    3   ServiceManager-Launcher.dylib 0x0000000125994b26 Invoke + 46248
    4   ServiceManager-Launcher.dylib 0x0000000125994b81 Invoke + 46339
    5   ServiceManager-Launcher.dylib 0x0000000125994c02 Invoke + 46468
    6   ServiceManager-Launcher.dylib 0x000000012598f30d Invoke + 23695
    7   ServiceManager-Launcher.dylib 0x000000012598f4a6 Invoke + 24104
    8   ServiceManager-Launcher.dylib 0x000000012598ff2f Invoke + 26801
    9   ServiceManager-Launcher.dylib 0x000000012599001d Invoke + 27039
    10  ServiceManager-Launcher.dylib 0x000000012599331f Invoke + 40097
    11  ServiceManager-Launcher.dylib 0x00000001259935c5 Invoke + 40775
    12  ServiceManager-Launcher.dylib 0x0000000125993b84 Invoke + 42246
    13  ServiceManager-Launcher.dylib 0x0000000125993d71 Invoke + 42739
    14  ServiceManager-Launcher.dylib 0x0000000125985daf Login + 1773
    15  ServiceManager-Launcher.dylib 0x0000000125987295 Login + 7123
    16  ServiceManager-Launcher.dylib 0x00000001259942a8 Invoke + 44074
    17  ServiceManager-Launcher.dylib 0x00000001259966c1 Invoke + 53315
    18  libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    19  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib             0x00007fff8649f35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff864ddbc2 _pthread_cond_wait + 1015
    2   ...ple.CoreServices.CarbonCore 0x00007fff80646ce4 TSWaitOnConditionTimedRelative + 209
    3   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    4   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    5   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    6   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    7   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    8   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib             0x00007fff864b808a kevent + 10
    1   ...dobe.dvatransport.framework 0x000000010062634e boost::asio::detail::kqueue_reactor<false>::run(bool) + 478
    2   ...dobe.dvatransport.framework 0x0000000100627405 boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 517
    3   ...dobe.dvatransport.framework 0x0000000100604fcc SkyConnectionEnv::MainLoop() + 76
    4   ...dobe.dvatransport.framework 0x0000000100605039 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    5   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    6   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...dobe.dvatransport.framework 0x000000010062753f boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 831
    3   ...dobe.dvatransport.framework 0x0000000100628135 boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service<boost::asio ::ip::tcp>::work_io_service_runner>::run() + 53
    4   ...dobe.dvatransport.framework 0x000000010060d379 asio_detail_posix_thread_function + 25
    5   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib             0x00007fff8649f2fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8649f96d mach_msg + 59
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d4c1b TS_exception_listener_thread + 126
    3   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    4   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib             0x00007fff864b808a kevent + 10
    1   com.adobe.MediaFoundation     0x0000000100aa912c MF::DirectoryChangeMonitor::(anonymous namespace)::EventQueueThreadProc(void*) + 428
    2   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    3   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000012f84504d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x000000012f606a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x000000012f845161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x000000012f8452ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x000000012f8453b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000012f84504d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x000000012f606a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x000000012f845161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x000000012f8452ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x000000012f8453b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib             0x00007fff8649f2fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8649f96d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff84e873c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff84e8684f CFRunLoopRunSpecific + 575
    4   com.apple.CoreMediaIOServices 0x00007fff82ca563f MIO::DAL::RunLoop::OwnThread(void*) + 147
    5   com.apple.CoreMediaIOServices 0x00007fff82ca720a CAPThread::Entry(CAPThread*) + 140
    6   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib             0x00007fff8649f35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff864ddbc2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x000000012f845019 APXGetHostAPI + 2430457
    3   com.adobe.adobeswfl           0x000000012f9da943 APXGetHostAPI + 4091683
    4   com.adobe.adobeswfl           0x000000012f845161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x000000012f8452ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x000000012f8453b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib             0x00007fff8649f35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff864ddbc2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x000000012f845019 APXGetHostAPI + 2430457
    3   com.adobe.adobeswfl           0x000000012f86195c APXGetHostAPI + 2547516
    4   com.adobe.adobeswfl           0x000000012f845161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x000000012f8452ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x000000012f8453b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib             0x00007fff864e2dce select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation      0x00007fff84ea8e92 __CFSocketManager + 818
    2   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    3   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib             0x00007fff8649f2fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8649f96d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff84e873c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff84e8684f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation          0x00007fff857b34c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation          0x00007fff85733e8d __NSThread__main__ + 1429
    6   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib             0x00007fff864d9eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff864ddcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff806d74c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80646cc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff80640bcf MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework   0x000000010018029f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework   0x0000000100110ade boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework   0x00000001001786d3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework 0x00000001000c8ac4 thread_proxy + 132
    9   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    10  libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib             0x00007fff864b8eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff864b92bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff864b8f25 start_wqthread + 13
    Thread 36:
    0   libSystem.B.dylib             0x00007fff8649f2fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8649f96d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff84e873c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff84e8684f CFRunLoopRunSpecific + 575
    4   com.apple.AVCVideoServices    0x0000000124dd16dc AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 186
    5   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 37:
    0   libSystem.B.dylib             0x00007fff864b8eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff864b92bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff864b8f25 start_wqthread + 13
    Thread 38 Crashed:
    0   com.apple.audio.CoreAudio     0x00007fff8814d0dd IOA_SubDeviceList::StartIOCycle() + 39
    1   com.apple.audio.CoreAudio     0x00007fff8811f3a8 IOA_Device::CallIOProcs(AudioTimeStamp const&, AudioTimeStamp const&, AudioTimeStamp const&) + 40
    2   com.apple.audio.CoreAudio     0x00007fff8811f2e5 HP_IOThread::PerformIO(AudioTimeStamp const&, double) + 771
    3   com.apple.audio.CoreAudio     0x00007fff8811d2f4 HP_IOThread::WorkLoop() + 1832
    4   com.apple.audio.CoreAudio     0x00007fff8811cbc7 HP_IOThread::ThreadEntry(HP_IOThread*) + 9
    5   com.apple.audio.CoreAudio     0x00007fff8811caf5 CAPThread::Entry(CAPThread*) + 125
    6   libSystem.B.dylib             0x00007fff864d8456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff864d8309 thread_start + 13
    Thread 38 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000125ad4cc0  rcx: 0x0000000125ad4cc0  rdx: 0x0000000125ad4d00
      rdi: 0x0000000120727120  rsi: 0x0000000125ad4e40  rbp: 0x0000000125ad4bd0  rsp: 0x0000000125ad4ba0
       r8: 0x000000000c8f017e   r9: 0x0000000125ad4e9f  r10: 0x000000000000002c  r11: 0x0000000000001200
      r12: 0x0000000120726a80  r13: 0x0000000120727120  r14: 0x0000000125ad4e40  r15: 0x0000000125ad4cc0
      rip: 0x00007fff8814d0dd  rfl: 0x0000000000010206  cr2: 0x0000000000000048
    Binary Images:
           0x100000000 -        0x100003ff7 +com.adobe.AdobePremierePro 5.0.1 (5.0.1) <85AF6150-7D5A-5887-2A90-521EFC21081F> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/MacOS/Adobe Premiere Pro CS5
           0x100008000 -        0x10000dffd +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x100012000 -        0x10007cff7 +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1000af000 -        0x1000b6ff3 +com.adobe.boost_date_time.framework boost_date_time version 5.0.0 (5.0.0.0) <69AC803F-9948-EC7C-F94F-6F2F224AA24B> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x1000c6000 -        0x1000ceff3 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <34CE7AC8-6D0E-B470-D591-FCB3533E4620> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x1000dd000 -        0x10025dff7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <0C54067E-DF6C-A44C-9CFE-4FADED4CA06B> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x1003e3000 -        0x100402fff +com.adobe.dvamediatypes.framework dvamediatypes version 5.0.0 (5.0.0.0) <A3601FD2-1397-2B3B-45D1-DD2756DCD76B> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x100422000 -        0x100423fff +PRM ??? (???) <90E8FCC0-0B33-987F-39D4-098AD1F8E751> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x100427000 -        0x10048dff5 +com.adobe.MediaCore.Frameworks.ASL.Foundation 1.0 (1.0) <6989DA03-F7DB-0EE6-4D76-51660533399F> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x100577000 -        0x10058dfff +ASLMessaging ??? (???) <656C2251-8B9C-D2D7-B424-7A3A4AAF5B71> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x1005ab000 -        0x1005acfff +com.adobe.MediaCore.Frameworks.Memory 1.0 (1.0) <2C12990E-7C2A-A6B2-727F-40C5B298A89D> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x1005b1000 -        0x1005c2ff1 +ASLUnitTesting ??? (???) <9CF2A18B-5579-55E4-8F71-5A61D30CDE8F> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x1005db000 -        0x1005dcfff +com.adobe.boost_system.framework boost_system version 5.0.0 (5.0.0.0) <4A2C3C82-0C3B-96D2-5713-91326D2B5493> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x1005e2000 -        0x100658ff7 +com.adobe.dvatransport.framework dvatransport version 5.0.0 (5.0.0.0) <96333093-C4D9-C3A9-81D7-815FF26DEBBE> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x1006db000 -        0x100718ff3 +com.adobe.dvamarshal.framework dvamarshal version 5.0.0 (5.0.0.0) <7AC12C26-0042-21B9-713E-6B045CD22975> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x100791000 -        0x10096cfff +com.adobe.dynamiclink.framework dynamiclink version 5.0.0 (5.0.0.0) <CF65C95F-F3D2-6194-181B-FF5413690866> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x100a97000 -        0x100accfef +com.adobe.MediaFoundation ??? (1.0) <9C0ADB1D-B427-DB15-0A06-9C0D347E7331> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x100b11000 -        0x100b88fe3 +com.adobe.MediaCore.Frameworks.AudioRenderer ??? (1.0) <03B8847C-5931-CB8E-D4A4-BA1A1E2BE94B> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer
           0x100c22000 -        0x1016f4fef +com.adobe.MediaCore.Frameworks.Backend ??? (1.0) <7F40E4C1-9666-1C64-8C78-FF7D842D70D3> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/Backend.framework/Versions/A/Backend
           0x10240c000 -        0x1025afff3 +com.adobe.MediaCore.Frameworks.ImageRenderer ??? (1.0) <78968FD8-65E8-F692-ED9B-81EC23978FD0> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x1026dd000 -        0x102719ff7 +com.adobe.MediaCore.Frameworks.MLFoundation 1.0 (1.0) <8CD6AD9D-180A-8101-9196-DE6C8273FB6E> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation
           0x10276a000 -        0x1027c0fff +com.adobe.MediaCore.VideoFrame 1.0 (1.0) <2269F5F4-DDDD-2286-B14E-F6779D042FC4> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x10282d000 -        0x102864fff +com.adobe.MediaCore.Frameworks.PluginSupport 1.0 (1.0) <E37F7508-9650-5B0C-C6F5-9ABD2EC9FFD7> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
           0x1028a5000 -        0x1028e3fff +com.adobe.MediaCore.Frameworks.SweetPeaSupport 1.0 (1.0) <C587EB69-AC08-90A7-A0E6-07E16F783B58> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport
           0x102939000 -        0x10297bfe1 +com.adobe.MediaCore.Frameworks.AudioSupport 1.0 (1.0) <091114FD-8A59-A1C6-1BD8-7AA11C0817A7> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport
           0x1029c4000 -        0x1029c8fff +com.adobe.MediaCore.Frameworks.MediaUtils 1.0 (1.0) <9A447195-1E4E-DD8C-E067-3AFD29F9D79D> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils
           0x1029ce000 -        0x1029e8ffb +com.adobe.MediaCore.Frameworks.AudioFilterHost 1.0 (1.0) <85712A0E-D630-34C2-AD0D-B69995CC8441> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/AudioFilterHost.framework/Versions/A/AudioFilterHost
           0x102a10000 -        0x102a6effd +AdobeXMP ??? (???) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x102a7c000 -        0x102b08fe3 +AdobeXMPFiles ??? (???) <472EE67E-C811-A97D-7436-B3C2E9A299AC> /Applications/Adobe Premiere Pro CS5/Adobe Premiere Pro CS5.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
          

    fijiwinkle wrote:
    I have trashed my preferences (hold down option right?) What's clearing the media cache? My mac mini is early 2010, 2.26 ghz intel core 2 duo,  4gb 1067 mhz ddr3 ram. Currently on 10.6.2 but am updating to 10.6.4 as I speak.
    You can clear your preferences by holding down a modifer (I want to say shift-alt) when launching Premiere Pro or you can do this http://blogs.adobe.com/genesisproject/2009/11/having_weird_behavior_with_an.html
    As for media cache - you'll find it in your preferences.
    your system should run Premiere Pro fine, but it won't fly as you can probably imagine.  Let me know how you make out.
    Dennis

  • Sample rate off the audio input and out devices do not match - what to do?

    This is fundamental, I know, but nevertheless I can't find my way around it. I get this error message when trying to recor:
    Sample rate off the audio input and out devices do not match
    and am asked to do this:
    Use the appropriate operating system or audio device control panel to adjust the sample rates of the input and output devices to use the same settingt.
    I have defined the sample rate to 44.1/16 bit in accordance with my inbuild soundcardt.
    I am trying to record from LineIn.
    When running on a M-Audio sound card I don't face any problems.
    HP 8560W, sound card IDT/High definition audio Codec
    Any suggestions?
    Knud
    Copenhagen

    You're sure you have set BOTH the input and output settings to 44.1 16 bit?
    Which version of Windows are you running?  There are a number of posts on this forum about how to fully access both the Windows Mixer and the Mixer for your soundcard.  Especially, you need to ensure that all "Windows Sounds" are turned OFF.

  • How can I get my audio input and output devices back? I have no sound and cannot see any of the devices in Audio MIDI Setup..??

    Hi, I tried to set up a new output audio device on my mac that would have multiple outputs (iBox Twist speaker and my internal speaker) but when I went to click onto one of the iBox Twist (there were 2 options available: iBox Twist and iBox Twist Stereo), Audio MIDI Setup crashed and when I finally got that back open, I found that there were no audio input or output devices to be found. My sound is working, as when I turn on my iMac, the starting sound still plays, however the volume control in the menu bar is no longer a black colour, but grey and when I try to change the sound on my keyboard it does not change. This already happened to me once, and after 3 hours I managed to fix it very simply (switching off Mac, unplugging power cord, leaving for 15 seconds, plug power cord back in and switch Mac back on, holding Alt, Cmd, P and R keys until you hear the Starting Up sound twice) however this same technique that fixed it once before is not working this time and I am still stuck without sound. I have tried Repair Permissions, rebooting in Safe Mode, Hardware Test and checking for Software Updates. Has anyone else had this problem and managed to fix it?
    Thanks in advance for any help anyone can give me!

    In case anyone has had the same problem as me, I have just managed to fix this by doing the following:
    Switch off Mac
    Switch back on in Safe Mode (Hit power button, then hold Shift key until a loading bar appears at the bottom of the screen).
    Switch off Mac again
    Remove power cord and wait 15 seconds
    Plug power cord back in and hold down the keys alt, cmd, p, r all at the same time until you hear Starting chime for a second time and hopefully your audio will back.

  • How do I use the built-in audio input with AU Lab?

    I just tried AU Lab for the first time, and I can't select an audio input.
    The "Create New Document" window lets me choose "Built-in Output", but the pulldown for Input Source is greyed out. The area under the "Input" button says, "Audio Input Not Supported". How can it not support the built-in audio input? I even tried using SoundFlower to route the signal from the Line In (a small app) to the Input of AU Lab. AU Lab's display then shows two channels from Soundflower, but they are still greyed out.
    All I want to do is get a signal from the built-in audio input routed to AU Lab so I can use AU effects to process the audio signal in real time. How do I do this?

    They comes configured with your software. If you want to use, for example, Skype, you need to run the configuration wizard section.
    Best regards.
    IPnaSh
    First Spanish Community Guru - Colaborador ad honorem

  • Audio Inputs no longer work after upgrade to 10.4.10

    Anyone else having trouble with audio inputs after upgrading to 10.4.10? Here's my deal:
    MacPro dual 2.66, 4GB RAM, running 10.4.10 as of this morning.
    Upgraded to 10.4.10 today and the mic on my Plantronics USB headset quit working. 'Phones still work. Here's what I did:
    1. Tried multiple audio input devices. None work.
    2. Tried all USB ports, problem persists.
    3. Tried the 1/8" audio input, problem persists.
    4. Zapped PRAM, problem persists.
    5. Called AppleCare and they had me do an Archive and Install on the system software, which installed 10.4.7 and the problem went away. Then, at their suggestion, I let Software Update reinstall 10.4.10 and the problem came back.
    6. Rebooted the system from a 2nd internal drive running 10.4.9 and the problem went away.
    Seems pretty clear to me that this issue is with the OS, yet Apple's support staff insists the problem is "with the data on my boot drive". Thing is, the data on the "problem" boot drive consists of exactly the same applications on the other drives, and only those applications. There ** is no ** data on the boot drive other than the OS and some applications. Yet the other drive I can boot from that runs 10.4.9 and doesn't cause audio input issues contains all sorts of junk.
    So, to reiterate, I'm booting from a clean boot drive with nothing but OS 10.4.10 and some pro applications on it and the audio input won't work. I boot from into any other Mac OS on this drive or any other and all is well. Yet this problem is supposedly with my data?
    Is anyone else out there seeing issues like this?

    I used a UVC-compliant USB Logitech camera (the
    Fusion) driverless
    under OS X 10.4.9.
    FWIW, none of these devices are actually driverless. They rely on drivers either supplied separately by some company (not necessarily the vendor of the product) or bundled into the OS. Usually, the bundled drivers are based on open standards like UVC mentioned in the link. Apple writes a lot of the bundled driver code itself but some of it comes from outside sources like LSI or Intel.
    An unfortunate fact of life is that open standards are not always as well defined as they ideally should be. Another is that certain companies sometimes set their own standards that aren't quite compatible with open ones, sometimes to implement real or imagined improvements on an open standard, sometimes to gain a marketing advantage.
    The good news is that the market usually -- eventually -- favors the open standard. The bad news is that it often takes some time for this to happen, leaving users -- particularly Mac users, who still represent a smaller market force than those using Windows -- without a solution for an uncomfortably long period of time.
    Your best or only recourse for now may be to downgrade to 10.4.9 until this gets resolved, but you should also take into account that not all users are having these problems so it may be something other than the update itself that is causing the problem. I just video chatted with a colleague using an Intel Mac mini who is having no problems whatsoever -- we are both puzzled why he is unaffected while others are.
    Sorry this couldn't be of more help.

  • Audio input is gone. What plug/adapter do I need to plug in a rode mic for fcpx voice overs? Any help will be much appreciated.

    Hi,
    First time user.... Bare with me.
    My old imac had an audio input and I could simply plug in my rode mic and perform voice overs etc.... Now the new imac has no audio input.
    I gather I need an adapter, but am I really stuck buying the iRig Pro at $219? Will this even work for voice overs in FCPX or is there a much cheaper and cheerful option for this problem that apple could have avoided in the first place...
    Any advice will be welcomed and appreciated.

    Thanks Very much A Brody!
    None of the research I did came up with this option. Really appreciate it.

  • Why doesn't my audio input work?

    I have a Macbook with OS X and have never been able to get an external microphone to produce sound on the computer. I was using an old pair of headphones but the brand new pair I bought also do not produce any sound. They are the basic headphones with a mic attached and plug into the Macbook using two mini-plugs in the two audio ports (one for input, one for output). I can hear sounds in the headphones just fine. But I'm only able to talk if I use the internal microphone on the Macbook, which is inconvenient as it picks up too much background noise. I'd rather use the external mic.
    When I got into my preferences > sound > input, there are two choices there:
    Internal microphone -- type: Built-In
    Line In -- type: Audio Line-in Port
    I select the second option and nothing works. Am I missing something here?

    Well, FWIW, I did a lot of searching on here and it seems that this type of basic, unpowered mic will not work with my Macbook Pro (OS 10.7.5) and that any audio input has to be powered in some way -- a cd player for example that provides a powered signal into a pair of headphones or into the computer. I bought one of those very basic $15 headsets with microphone from Wal-Mart. Two different brands failed to produce any sound. (though the sound OUTPUT to the headphones works just fine)
    Oddly enough, I did call Apple Tech Support and they were confused and unaware of why the headset' mic shouldn't work just fine. So apparently, this is not a "known" issue. So I'm just going to pay a little more and go buy a Bluetooth or USB headset.

Maybe you are looking for