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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2455 - 2484 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2455
Hello Douglas, I finally got a chance to play with your JavaGran2 demo. Very fun! I got some great sound out of it. Here are some random comments: In order to...
Phil Burk
philburk_94901
Offline Send Email
Aug 4, 2003
12:20 am
2456
Hello Please help me in communication from pc to phone and phone to pc. I will be very thankful. ok Riaz Ahmad ... Do you Yahoo!? Yahoo! SiteBuilder - Free,...
RANA RIAZ AHMAD
ranariaz_786
Offline Send Email
Aug 5, 2003
8:04 am
2457
Hello there, I was wondering if and how it might be possible to get the 2 channels of a stereo file as seperate mono channels... Thanksalot! Michael...
schm1tze
Offline Send Email
Aug 5, 2003
8:56 am
2458
Hello again, I am not sure if this is a Java or JSyn related problem, but maybe others had similar experiences: I am trying to create executable JAR files from...
schm1tze
Offline Send Email
Aug 5, 2003
12:52 pm
2459
... JSyn is probably not the right product for your application. JSyn is designed for music synthesis. Dialogic is the leader in PC to phone hardware. They...
Phil Burk
philburk_94901
Offline Send Email
Aug 5, 2003
4:32 pm
2460
... If you just need to do a couple files, then a sample editor like GoldWave can do that easily. If you need to separate stereo tracks in JSyn. 1) read() the...
Phil Burk
philburk_94901
Offline Send Email
Aug 5, 2003
4:38 pm
2461
Hello Michael, I often run JAR files that reference JSyn in a classpath. This should work. We need more info: What OS are you using? What Java version are you...
Phil Burk
philburk_94901
Offline Send Email
Aug 5, 2003
4:45 pm
2462
Hello Phil, As usual a quick response, thanks! the OS is WinXP, Java Version 1.4.1_02 I tried launching the JAR file by double-click, but nothing happens. Via ...
Michael Schmitz
schm1tze
Offline Send Email
Aug 5, 2003
5:51 pm
2463
Hello Michael, ... I assume you included a manifest.mf file containing, for example: Manifest-Version: 1.0 Main-Class: com.mydomain.MyApplication Created-By:...
Phil Burk
philburk_94901
Offline Send Email
Aug 5, 2003
6:17 pm
2464
Hello Phil, ... Yes, I did. Without the manifest I get different errors, since it can't find the main class. ... I installed 1.3.1_08 to try it but I still get...
schm1tze
Offline Send Email
Aug 6, 2003
1:17 pm
2465
... If you did the above and it still could not find a JSyn class then either: A) You need to specify a path for JSynCLasses.jar, eg. ...
Phil Burk
philburk_94901
Offline Send Email
Aug 6, 2003
3:22 pm
2466
Try: java -cp JSynClasses.jar com.softsynth.jsyn.SomeClassInJsyn ..to make sure things are where they are expected. Nick ... [Non-text portions of this...
Nick Didkovsky
doctornerve
Offline Send Email
Aug 6, 2003
5:14 pm
2467
Maybe try: java -cp <pathto>JSynClasses.jar com.softsynth.jsyn.SomeClassInJsyn ..to make sure things are where they are expected. Nick ... [Non-text...
Nick Didkovsky
doctornerve
Offline Send Email
Aug 6, 2003
5:14 pm
2468
Thanks Nick, I tried your idea and it worked, I mean it found the JSyn class and I just got the message no main method found. ... C:\>java -cp...
schm1tze
Offline Send Email
Aug 6, 2003
6:28 pm
2469
This is bizarre. It should find the SynthFilter in the JSynClasses.jar file. Try dumping the table of contents of the jar file and piping the result through...
Phil Burk
philburk_94901
Offline Send Email
Aug 6, 2003
7:03 pm
2470
Wait a sec - running test.jar survived (I assume) Synth.startEngine() but died on new SynthFilter()? Now I'm really confused because it is finding some but...
Nick Didkovsky
doctornerve
Offline Send Email
Aug 6, 2003
7:35 pm
2471
It didn't survice startEngine() because it doesn't even execute a single line. It already stops during initialization when the interpreter checks the...
schm1tze
Offline Send Email
Aug 7, 2003
12:58 pm
2472
Yup, the SynthFilter is there and I also couldn't find any interfering classes in my own JAR file. I was using Eclipse to generate the JARs, when I used the...
schm1tze
Offline Send Email
Aug 7, 2003
1:03 pm
2473
I mean why did the error show up as java.lang.NoClassDefFoundError: com/softsynth/jsyn/SynthFilter ... instead of ... java.lang.NoClassDefFoundError:...
Nick Didkovsky
doctornerve
Offline Send Email
Aug 7, 2003
1:24 pm
2474
... I think Eclipse packages its .classpath file used by the project into the jar file. This could be the conflict. I would not use Eclipse to create the...
Nick Didkovsky
doctornerve
Offline Send Email
Aug 7, 2003
1:29 pm
2475
Sorry, I probably didn't describe clearly enough what I ment: ... import com.softsynth.jsyn.*; ... public class AudioContext { private int chnls; public...
Michael Schmitz
schm1tze
Offline Send Email
Aug 7, 2003
1:47 pm
2476
Thanks Nick, You are right, the obvious things often hide most stubbornly. ... I think it doesn't, unless you specify it and even then the .classpath file will...
Michael Schmitz
schm1tze
Offline Send Email
Aug 7, 2003
1:57 pm
2477
The startEngine() call might occur earlier in the execution of the code. But the ClassLoader checks for classes before executing the code. So the order of...
Phil Burk
philburk_94901
Offline Send Email
Aug 7, 2003
4:42 pm
2478
So this isn't the "right" way to do things but I have found lately that when creating JAR files that need to reference classes in other JAR files that I need...
vanevery
Offline Send Email
Aug 8, 2003
5:01 pm
2479
Hallo Does any one know how to pause an audio file which is playing and also mute the audio file ( mute is possible by making the amplitude very low ) but I...
Vijaysaravanan
vijaysaravanan4
Offline Send Email
Aug 11, 2003
7:51 am
2480
i haven't been following this thread closely, but looking at this post, i figured i'd chime in. check out ...
paul feuer
paul_at_fe4
Offline Send Email
Aug 11, 2003
12:42 pm
2481
... mute the audio file ( mute is possible by making the amplitude very low ) A simple way is to pause is to stop the player but do not rewind the audio file,...
Phil Burk
philburk_94901
Offline Send Email
Aug 11, 2003
5:46 pm
2482
Hello Phil, following your challenge I've tried to learn more about arrays. Breaking down the code this way enormously(!) a new problem raised: the 64 instance...
wf
wf@...
Send Email
Aug 11, 2003
11:53 pm
2483
Wolfgang - The easiest way out of this, in my view, is to define your own subclass of MouseAdapter, which maintains its own reference to the Label, i, and j,...
Nick Didkovsky
doctornerve
Offline Send Email
Aug 12, 2003
4:06 am
2484
... I was working on a response to this as well - there are a number of ways to redesign it so it does what you want. Nick's solution is straightforward. ...
Douglas Wolf
llc2985984
Offline Send Email
Aug 12, 2003
4:31 am
Messages 2455 - 2484 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