Loading...
Logo
Processing Forum
dubtub's Profile
3 Posts
3 Responses
0 Followers

Activity Trend

Last 30 days
Show:
Private Message
    Hi 


    Im having issues with using the java sound api both with the soundcipher library and from using java code directly- I get the following errors:


    my system is Kubuntu Lucid, and using java6 from Sun. any adive would be really appreciated! --thanks all

    1. javax.sound.midi.MidiUnavailableException
    2. at javax.sound.midi.MidiSystem.getDefaultDeviceWrapper(MidiSystem.java:1078)
    3. at javax.sound.midi.MidiSystem.getReceiver(MidiSystem.java:240)
    4. at javax.sound.midi.MidiSystem.getSequencer(MidiSystem.java:442)
    5. at javax.sound.midi.MidiSystem.getSequencer(MidiSystem.java:348)
    6. at arb.soundcipher.SCScore.<init>(SCScore.java:103)
    7. at arb.soundcipher.SoundCipher.<init>(SoundCipher.java:73)
    8. at Bing.setup(Bing.java:30)
    9. at processing.core.PApplet.handleDraw(Unknown Source)
    10. at processing.core.PApplet.run(Unknown Source)
    11. at java.lang.Thread.run(Thread.java:619)
    12. Caused by: java.lang.IllegalArgumentException: Requested device not installed
    13. at javax.sound.midi.MidiSystem.getDefaultDevice(MidiSystem.java:1130)
    14. at javax.sound.midi.MidiSystem.getDefaultDeviceWrapper(MidiSystem.java:1076)
    15. ... 9 more
    16. javax.sound.midi.MidiUnavailableException
    17. at javax.sound.midi.MidiSystem.getDefaultDeviceWrapper(MidiSystem.java:1078)
    18. at javax.sound.midi.MidiSystem.getReceiver(MidiSystem.java:240)
    19. at arb.soundcipher.SoundCipher.<init>(SoundCipher.java:105)
    20. at Bing.setup(Bing.java:30)
    21. at processing.core.PApplet.handleDraw(Unknown Source)
    22. at processing.core.PApplet.run(Unknown Source)
    23. at java.lang.Thread.run(Thread.java:619)
    24. Caused by: java.lang.IllegalArgumentException: Requested device not installed
    25. at javax.sound.midi.MidiSystem.getDefaultDevice(MidiSystem.java:1130)
    26. at javax.sound.midi.MidiSystem.getDefaultDeviceWrapper(MidiSystem.java:1076)
    27. ... 6 more
    28. Exception in thread "Animation Thread" java.lang.NullPointerException
    29. at arb.soundcipher.SCScore.stop(SCScore.java:216)
    30. at arb.soundcipher.SoundCipher.playNote(SoundCipher.java:144)
    31. at arb.soundcipher.SoundCipher.playNote(SoundCipher.java:125)
    32. at Bing.setup(Bing.java:32)
    33. at processing.core.PApplet.handleDraw(Unknown Source)
    34. at processing.core.PApplet.run(Unknown Source)
    35. at java.lang.Thread.run(Thread.java:619)

    Hi

    In using the Rita text library, if I use saveFrame() in a clickmouse event ,  the Rita text is missing from the output in the  tiff/jpg files- is there anything I am doing wrong?

    Thanks for any tips!