Search the web
Sign In
New User? Sign Up
jsyn · JSyn discussions and tech support. Java audio synthesis API.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1371 - 1400 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1371
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...
Unam
hugosoli@...
Send Email
Jun 2, 2002
5:23 pm
1372
Hello Unam, ... etc, etc. Information on fixing this problem is here. The key is you have to SaveAsApplication, don't RUN from JBindery. ...
Phil Burk
philburk_94901
Offline Send Email
Jun 2, 2002
6:40 pm
1373
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...
turtle45452000
Offline Send Email
Jun 3, 2002
2:25 am
1374
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...
Phil Burk
philburk_94901
Offline Send Email
Jun 3, 2002
3:53 pm
1375
... 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...
turtle45452000
Offline Send Email
Jun 4, 2002
2:53 am
1376
First of all, I know that JSyn has a 'Scope' object which can be used to display waveforms, but there is some possibility that I'll need to write an...
turtle45452000
Offline Send Email
Jun 4, 2002
7:12 am
1377
Hello Steve, ... The Java source code for JSyn, including the Scope, is available online for registered developers. ...
Phil Burk
philburk_94901
Offline Send Email
Jun 4, 2002
3:44 pm
1378
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...
Jonathan Simon
jonathan_s_s...
Online Now Send Email
Jun 5, 2002
12:45 am
1379
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,...
Chris Brown
cbmus@...
Send Email
Jun 6, 2002
10:55 pm
1380
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...
Phil Burk
philburk_94901
Offline Send Email
Jun 7, 2002
12:15 am
1381
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...
Phil Burk
philburk_94901
Offline Send Email
Jun 7, 2002
6:22 am
1382
... 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...
Chris Brown
cbmus@...
Send Email
Jun 7, 2002
3:51 pm
1383
... 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...
Chris Brown
cbmus@...
Send Email
Jun 7, 2002
4:22 pm
1384
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...
Phil Burk
philburk_94901
Offline Send Email
Jun 7, 2002
4:23 pm
1385
ok, i just reproduced the same problem using supercollider -- using SoundManager output through the MOTU2408, i get distortion at full range amplitude output,...
Chris Brown
cbmus@...
Send Email
Jun 7, 2002
4:29 pm
1386
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...
Chris Brown
cbmus@...
Send Email
Jun 7, 2002
4:35 pm
1387
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...
Phil Burk
philburk_94901
Offline Send Email
Jun 7, 2002
5:23 pm
1388
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...
Chris Brown
cbmus@...
Send Email
Jun 7, 2002
5:38 pm
1389
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,...
Phil Burk
philburk_94901
Offline Send Email
Jun 7, 2002
5:55 pm
1390
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,...
David Birchfield
dbirchfield80
Offline Send Email
Jun 7, 2002
11:21 pm
1391
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...
Chris Brown
cbmus@...
Send Email
Jun 8, 2002
4:09 pm
1392
Hello David, ... You should be able to do: SynthBusOutput busOutput; add( writer ); addPort( busOutput = writer.busOutput ); then: myCircuit.busOutput.connect(...
Phil Burk
philburk_94901
Offline Send Email
Jun 8, 2002
10:14 pm
1393
... 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...
Phil Burk
philburk_94901
Offline Send Email
Jun 8, 2002
10:16 pm
1394
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...
watson
eslipp
Offline Send Email
Jun 9, 2002
3:09 am
1395
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...
Phil Burk
philburk_94901
Offline Send Email
Jun 9, 2002
7:07 pm
1396
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...
watson
eslipp
Offline Send Email
Jun 9, 2002
9:44 pm
1397
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 ...
David Birchfield
dbirchfield80
Offline Send Email
Jun 10, 2002
8:00 pm
1398
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...
Phil Burk
philburk_94901
Offline Send Email
Jun 12, 2002
10:31 pm
1399
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...
Darren Gibbs
tsquank
Offline Send Email
Jun 12, 2002
11:10 pm
1400
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...
Phil Burk
philburk_94901
Offline Send Email
Jun 13, 2002
9:06 pm
Messages 1371 - 1400 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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