Re: [LAD] need help with Java audio problem

2008-08-18 Thread Fernando Lopez-Lezcano
On Mon, 2008-08-18 at 02:32 +0200, Jens M Andreasen wrote: > On Sun, 2008-08-17 at 16:06 -0400, Dave Phillips wrote: > > ... If Java uses the ALSA device, > > for some reason it opens pcmC0D0p, then switches to pcmC1D0p. This > > happens in both HighC and jein, they showed the same behavior. My

Re: [LAD] need help with Java audio problem

2008-08-17 Thread Jens M Andreasen
On Sun, 2008-08-17 at 16:06 -0400, Dave Phillips wrote: > ... If Java uses the ALSA device, > for some reason it opens pcmC0D0p, then switches to pcmC1D0p. This > happens in both HighC and jein, they showed the same behavior. My > "problem" was that I didn't have any speakers connected to card1

Re: [LAD] need help with Java audio problem

2008-08-17 Thread Dave Phillips
Brad Garton wrote: > This doesn't necessarily help with your problems, Hi Brad, Just for the record, the problem is solved. It was/is a system configuration problem, and I'm still not sure what's happening. If Java uses the default OSS device (/dev/dsp) there are no probelsm as long as the dev

Re: [LAD] need help with Java audio problem

2008-08-17 Thread Brad Garton
Hi Dave -- This doesn't necessarily help with your problems, but I've found JSyn to be a terrific way to develop java audio apps: http://www.softsynth.com/jsyn/ (f you are looking at alternatives...) brad http://music.columbia.edu/~brad On Aug 17, 2008, at 1:59 PM, Dave Phillips wrot

Re: [LAD] need help with Java audio problem

2008-08-17 Thread Dave Phillips
nescivi wrote: > Sciss made some interesting apps (Meloncillo, Eisenkraut) in Java using > scsynth as the audio back engine... > > are you aware of these? Hi Marije, Yes, I'm going to test both of them. :) Best, dp ___ Linux-audio-dev mailing list Li

Re: [LAD] need help with Java audio problem

2008-08-17 Thread nescivi
Hi Dave, Sciss made some interesting apps (Meloncillo, Eisenkraut) in Java using scsynth as the audio back engine... are you aware of these? sincerely, Marije ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudi

Re: [LAD] need help with Java audio problem: SOLVED, sort of

2008-08-16 Thread Dave Phillips
Pedro Lopez-Cabanillas wrote: > Maybe the default sound device is still /dev/dsp using the OSS API. Can you > test if the OSS emulation is working properly in your system? For some reason I had not tested HighC on my 64-bit system (64 Studio) until this morning. It works ! Okay, at this point I

Re: [LAD] need help with Java audio problem

2008-08-15 Thread Dave Phillips
Pedro Lopez-Cabanillas wrote: > re: default Java audio device > > BTW, maybe you like to know that Gervill, the java free synthesizer has > released the magic 1.0 number. GPLv2 licensed: > > https://gervill.dev.java.net/ > > This project is proposed as the Audio Synthesis Engine that would be

Re: [LAD] need help with Java audio problem

2008-08-15 Thread Pedro Lopez-Cabanillas
Dave Phillips wrote: > I'm writing an article about Java sound applications, and I've run into > a problem. > > HighC, FScape, and jein all demonstrate the problem: They appear to be > working as they should, but there's no audio output. According to > HighC's author, he uses only the recommended c

[LAD] need help with Java audio problem

2008-08-15 Thread Dave Phillips
Greetings, I'm writing an article about Java sound applications, and I've run into a problem. HighC, FScape, and jein all demonstrate the problem: They appear to be working as they should, but there's no audio output. According to HighC's author, he uses only the recommended class for audio ou