This is not exactly a JSyn Question, but I'm hoping someone out there can help me. I've built a JSyn applet which loads in mp3s (using javalayer) from external...
Scott Wilson
sdwilson@...
Jan 2, 2003 6:35 pm
1825
... You're right.... ... Applets can access URLs on the same server that hosts the Applet. But they cannot access other random servers. The server can be...
... Wow. After spending the evening wading through this I have to say that this looks like a colossal pain in the ass. Sorry to keep harping off topic, but am...
Scott Wilson
sdwilson@...
Jan 3, 2003 9:19 am
1828
Hello, ... Yes. Code Signing and convincing browsers to accept signed material is one of the most arcane, confusing, and unrewarding computer tasks I have ever...
Using any of the built in routines/classes, etc in the JSYN package, is there a quick and easy way to seek to a specific point in a wav file? Any help is...
... You can call sample.load( inputStream, false ); That will scan the file and determine where the audio data is located. Use sample.getOffset() to get the...
TJ_Recorder gives the following error: Pa_OpenStream error: Invalid sample rate. CSynF_StartAudio failed! com.softsynth.jsyn.SynthException: JSyn error: Host...
Scott Wilson
sdwilson@...
Jan 3, 2003 10:59 pm
1832
Okay, found it in the archives. Set it to 2 channels, and DEFAULT_FRAME_RATE. Is this problem unique to OSX? I assume Synth.DEFAULT_FRAME_RATE is the same as...
Scott Wilson
sdwilson@...
Jan 3, 2003 11:24 pm
1833
Sorry for all the questions today. What does the argument partNum refer to in the connectInput and connectOutput methods of SynthMixer? Scott...
Scott Wilson
sdwilson@...
Jan 4, 2003 12:26 am
1834
Man, I need to stop staring at my laptop and go out and play in the snow. That was really boneheaded. Scott...
Scott Wilson
sdwilson@...
Jan 4, 2003 12:34 am
1835
... Some units have ports with multiple parts, typically stereo ports. For example the stereo sample player SampleReader_16V2 output port has two parts, 0 and...
Yeah I realized what it was a few minutes after I posted the question, much to my embarrassment. Too much time looking at code signing documentation seems to...
Scott Wilson
sdwilson@...
Jan 4, 2003 4:46 am
1837
... Yes. The released version of JSyn only supports stereo and the HW sample rates. I am working on a new PortAudio/JSyn release which supports mono or stereo...
... One way is to sample.read( shorts ) into Java, scan the array for max amplitude, multiply the samples by 32767.0/max, then write() them back to the...
Does JSyn support any compression when reading AIFF or WAV files? Also, is it necessary to include the standard JSyn classes in an applet's jar or are they...
Scott Wilson
sdwilson@...
Jan 7, 2003 2:34 pm
1841
... Only 8 bit to 16 bit expansion, which probably isn't what you want. I don't support MP3, OGG, etc. But you can always decompress data yourself and use it...
... Okay. I did a quick hack of some of JavaLayer's classes to get them to return sample data in an array of shorts, but it's pretty flaky at the moment. (Only...
Scott Wilson
sdwilson@...
Jan 7, 2003 5:47 pm
1843
Happy New Year to all, On a friends PowerBook (OSX 10.2), that was working with Jsyn apps, there was a problem after downloading the new Safari browser (Beta...
Hi Phil Is there a way to get the portaudio latency value from JSyn? Nick Doctor Nerve Home Page, http://www.doctornerve.org Interactive Computer Music,...
I went out to the first night of the CEAIT Festival and heard some nice multimedia pieces, although there was no sign of Jsyn technology being used. My...
I'm going on Sunday to see my favorite, Eric Lyons. I'm working on my own jsyn app to perform with, its taken a long time to get my java skills up enough to go...
Safari users might want to contact the Safari team directly as well, they posted their emails up on some of the kde dev lists, so they're findable on google. I...
(please forward!) ... ArtBots: The Robot Talent Show Call for Entries The second annual international "ArtBots: The Robot Talent Show" will take place at...
... Can a submission be a person (who makes art and who behaves robotically)? _________________________________________________________________ MSN 8 with...
... as noted above, you can submit anything you want. we're trying to keep as opened minded as possible about what an ArtBots is. that said, i doubt we'd pick...
This could be Safari itself. I've had a couple of problems with some websites while using it. If you have time, you should report it to the Safari developers...