Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jsyn · JSyn discussions and tech support. Java audio synthesis API.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 382
  • Category: Multimedia
  • Founded: Mar 16, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1371 - 1400 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1371 Unam
hugosoli@... Send Email
Jun 2, 2002
5:23 pm
Hi to all of you: I have a small problem that I can't solve. I did two programs with Jsyn. They record and play long audio files. One records the information...
1372 Phil Burk
philburk_94901 Send Email
Jun 2, 2002
6:40 pm
Hello Unam, ... etc, etc. Information on fixing this problem is here. The key is you have to SaveAsApplication, don't RUN from JBindery. ...
1373 turtle45452000 Send Email Jun 3, 2002
2:25 am
I've read some of the previous messages about Jsyn and Swing compatibility, and in the replies to those, Phil Burk has said some stuff that makes me worry...
1374 Phil Burk
philburk_94901 Send Email
Jun 3, 2002
3:53 pm
Hello Steve, A list of supported platforms is here: http://www.softsynth.com/jsyn/platforms.html For the browsers that are listed as "no", that means that JSyn...
1375 turtle45452000 Send Email Jun 4, 2002
2:53 am
... Thanks - should have spotted that looking around the site. ... Probably not - I *think* they want it on the web for reasons of convenience only, and once...
1376 turtle45452000 Send Email Jun 4, 2002
7:12 am
First of all, I know that JSyn has a 'Scope&#39; object which can be used to display waveforms, but there is some possibility that I'll need to write an...
1377 Phil Burk
philburk_94901 Send Email
Jun 4, 2002
3:44 pm
Hello Steve, ... The Java source code for JSyn, including the Scope, is available online for registered developers. ...
1378 Jonathan Simon
jonathan_s_s... Send Email
Jun 5, 2002
12:45 am
Definately check out JavaWebStart and JNLP. JavaWebStart is a technology by Sun that allows you to post application jar files and resources on a web server and...
1379 Chris Brown
cbmus@... Send Email
Jun 6, 2002
10:55 pm
Hi Phil, I've started learning JSyn this week, and I have a MOTU box connected to my G4 so I decided to check out the ASIO Extension -- running under Wire.app,...
1380 Phil Burk
philburk_94901 Send Email
Jun 7, 2002
12:15 am
Hello Chris, ... Does it contiue to run the full synthesis engine?(!) Or does it just keep playing the same little buffer over and over in a loop? ... Click in...
1381 Phil Burk
philburk_94901 Send Email
Jun 7, 2002
6:22 am
Hello Chris, This still has me puzzled. ... Does that mean it happens with the SoundManager and not ASIO, or both? ... A signal with an amplitude of 1.0 that...
1382 Chris Brown
cbmus@... Send Email
Jun 7, 2002
3:51 pm
... it keeps running whatever it was doing before you quit. i just double-checked it by running a patch in Wire with JSynNative -- on quit, without explicitly...
1383 Chris Brown
cbmus@... Send Email
Jun 7, 2002
4:22 pm
... ok, i think i've found the problem. i was listening through my MOTU 2408 sound output, which normally i can use in Sound Manager mode without a problem. i...
1384 Phil Burk
philburk_94901 Send Email
Jun 7, 2002
4:23 pm
Hi Chris, ... program When you quit, do you select "Exit" from the "File" menu, or do you select "Quit" from the Apple menu? The Quit menu item is something...
1385 Chris Brown
cbmus@... Send Email
Jun 7, 2002
4:29 pm
ok, i just reproduced the same problem using supercollider -- using SoundManager output through the MOTU2408, i get distortion at full range amplitude output,...
1386 Chris Brown
cbmus@... Send Email
Jun 7, 2002
4:35 pm
On Fri, 7 Jun 2002, Phil Burk wrote: ok, that was it ! "Exit", no command-Q, from Wire, and the sound stops. looks like i can run in ASIO mode -- thanks ! cb...
1387 Phil Burk
philburk_94901 Send Email
Jun 7, 2002
5:23 pm
Hi Chris, ... I'm glad that works. I'll make a note to shutdown properly when "Quit" is used instead of "Exit". I had never noticed the difference so thanks...
1388 Chris Brown
cbmus@... Send Email
Jun 7, 2002
5:38 pm
phil, i'm now having the same trouble with stopping when using JSynNativeASIO with JBindery. is there a proper way to stop a running program there besides...
1389 Phil Burk
philburk_94901 Send Email
Jun 7, 2002
5:55 pm
Hi Chris, If you use the model of the JSyn examples, and use an AppletFrame, then you can stop a program by closing the Window. If you want to roll your own,...
1390 David Birchfield
dbirchfield80 Send Email
Jun 7, 2002
11:21 pm
I'm wondering how best to combine a BusWriter with a SynthCircuit that I am building. In the past, for new sounds that I want to make, I declare a new unit,...
1391 Chris Brown
cbmus@... Send Email
Jun 8, 2002
4:09 pm
Phil, I'm trying to import a SynthCircuit into Wire. Your tutorial instructions say "Make sure that the class you want to import is in the CLASSPATH." Where...
1392 Phil Burk
philburk_94901 Send Email
Jun 8, 2002
10:14 pm
Hello David, ... You should be able to do: SynthBusOutput busOutput; add( writer ); addPort( busOutput = writer.busOutput ); then: myCircuit.busOutput.connect(...
1393 Phil Burk
philburk_94901 Send Email
Jun 8, 2002
10:16 pm
... Quick reply. Heading out the door. More in depth later. No CLASSPATH environment variable, but 3 ways on Mac: 1) Put your classes in a Jar and put the jar...
1394 watson
eslipp Send Email
Jun 9, 2002
3:09 am
hi, i was wondering if there are advantages of using javasonics over jsyn for audio recording and playback. mostly, id like to know if javasonics will use up...
1395 Phil Burk
philburk_94901 Send Email
Jun 9, 2002
7:07 pm
Hello Watson, ... The advantages of JavaSonics over JSyn are: 1) JavaSonics API will use JavaSound if available so it runs on the new SUN JVM browser plugins...
1396 watson
eslipp Send Email
Jun 9, 2002
9:44 pm
Phil, Thanks for the reply. I think that makes it clear to us that we should probably be using JSyn for these purposes in addition to our other uses since...
1397 David Birchfield
dbirchfield80 Send Email
Jun 10, 2002
8:00 pm
thanks! this works just fine. The mistake I made is that I wasn't declaring the busOutput - just trying to add it. I understand now that the output is ...
1398 Phil Burk
philburk_94901 Send Email
Jun 12, 2002
10:31 pm
I have released a new version of the ASIO implementation of the JSyn native engine for Macintosh. It fixes a problem that some people had where ASIO might hang...
1399 Darren Gibbs
tsquank Send Email
Jun 12, 2002
11:10 pm
I was able to get playback to work with all the JSyn examples on my MobileIO. Couldn't get recording to work, not sure why yet, might be my fault. darren...
1400 Phil Burk
philburk_94901 Send Email
Jun 13, 2002
9:06 pm
We are pleased to announce the release of Wire V1.0. Wire is a graphical patch editor for JSyn. It allows you to design circuits by connecting modules...
Messages 1371 - 1400 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help