• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: CoreMIDI via Java and MIDISport -- funny you should ask
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CoreMIDI via Java and MIDISport -- funny you should ask


  • Subject: Re: CoreMIDI via Java and MIDISport -- funny you should ask
  • From: Gerd Castan <email@hidden>
  • Date: Mon, 27 May 2002 18:30:15 +0200

Hi,

>>A Buckyball Timer threw an exception:
>>java.lang.IllegalMonitorStateException: current thread not owner
>>at com.apple.mrj.macos.carbon.CarbonLock.release0(Native Method)
>>at com.apple.mrj.macos.carbon.CarbonLock.release(CarbonLock.java:43)
>>at com.apple.buckyball.app.Timer.EventLoopTimer(Timer.java:213)
>>at com.apple.audio.midi.MIDIClient.MIDIClientCreate(Native Method)
>>at com.apple.audio.midi.MIDIClient.alloc(MIDIClient.java:59)
>>at com.apple.audio.midi.MIDIClient.<init>(MIDIClient.java:43)
>>at MyMIDI.initMIDI(MyMIDI.java:22)
>>at LlamaWare.<init>(LlamaWare.java:271)

java.lang.IllegalMonitorStateException: current thread not owner
usually mains in plain english that you call anObject.wait()
without embedding this call with a synchronized of the same object.

Since there is no wait() or something like that in your code, it
seems to be Apples fault.

Best regards,
Gerd
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Sample-Code for simultaneous play and rec
  • Next by Date: Re: coreaudio-api digest, Vol 2 #139 - 4 msgs
  • Previous by thread: Re: Sample-Code for simultaneous play and rec
  • Next by thread: Re: CoreMIDI via Java and MIDISport -- funny you should ask
  • Index(es):
    • Date
    • Thread