<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br>Thanks for previous info on SC and Emacs.&nbsp; I have some of it working now on f10.&nbsp; I tried installing swingOSC per instructions in the swingOSC package, and pointing it to my java by adding lines to sclang.sc;<br>-----<br>Add these lines to your .sclang.sc<br><br>GUI.swing;<br>SwingOSC.java = "/usr/lib/jvm/java-6-sun/jre/bin/java";<br>SwingOSC.program = ("PREFIX/bin/SwingOSC.jar").standardizePath;<br>SwingOSC.default.boot;<br>-----<br><br>when I try out a gui example in Emacs I get a "swingOsc server not running" error.&nbsp; I'm wondering what else I might to do to start swingOSC.<br>=========<br>Also I cannot seem to figure out how to get sound from SC to my soundcard.&nbsp; I read and followed instructions on planetccrma re: soundcards and edited modprobe.conf.dist so that my usb audio card comes up the same (I think), and have gotten audio thru the card with other apps.<br><br>Just not sure how to get audio to the usb card from SC and EMACS.&nbsp; Audio comes out the sound card on the motherboard currently.&nbsp; I believe I listed the usb_audio as index 1 in modprobe.<br><br>...from s = Server.local.boot;<br><br>JACK server starting in non-realtime mode<br>creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit<br>Using ALSA driver ICH running on Intel 82801CA-ICH3 with AD1881A at irq 11<br>configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods<br>ALSA: final selected sample format for capture: 16bit little-endian<br>ALSA: use 2 periods for capture<br>ALSA: final selected sample format for playback: 16bit little-endian<br>ALSA: use 2 periods for playback<br>JackDriver: client name is 'SuperCollider'<br>JackDriver: connected&nbsp; system:capture_1 to SuperCollider:in_1<br>JackDriver: connected&nbsp; system:capture_2 to SuperCollider:in_2<br>JackDriver: connected&nbsp; SuperCollider:out_1 to system:playback_1<br>JackDriver: connected&nbsp; SuperCollider:out_2 to system:playback_2<br>SuperCollider 3 server ready..<br>JackDriver: max output latency 42.7 ms<br>notification is on<br><br /><hr />Windows Live™: Keep your life in sync. <a href='http://windowslive.com/explore?ocid=PID23384::T:WLMTAGL:ON:WL:en-US:NF_BR_sync:082009' target='_new'>Check it out.</a></body>
</html>