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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1782 - 1812 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1782
After I generate the Instruments Javacode from wire, which uses a smapler, I tried to modify it to play a different sample depends on a input amplitude. To do...
wonmad
Offline Send Email
Dec 2, 2002
11:05 pm
1783
hi, this may be a known problem, but i just got a moment to try out the osX plugin, and it works! woowoo! but as much as i love listening to white noise...
douglas repetto
douglasrepetto
Offline Send Email
Dec 2, 2002
11:22 pm
1784
... If the amplitude value starts off in Java, then you can easily make the comparison in Java. But if the amplitude is a signal generated down in the native...
Phil Burk
philburk_94901
Offline Send Email
Dec 3, 2002
12:41 am
1785
Hello Douglas, Are you talking about this Applet here: http://www.softsynth.com/jsyn/examples/tj_wind.html I tried it on Mac OSX. When I left the page the wind...
Phil Burk
philburk_94901
Offline Send Email
Dec 3, 2002
1:01 am
1786
i just tested the applet for myself using the Chimera web browser (a cocoa-fied Mozilla). I had the same problem that Douglas had. The wind could be ceasing...
wes john-alder
wjohn_alder@...
Send Email
Dec 3, 2002
1:38 am
1787
That's quite possible. That Applet is several years old and very simple. So I expect a browser problem. Douglas, what browser/version were you using??? Can you...
Phil Burk
philburk_94901
Offline Send Email
Dec 3, 2002
2:22 am
1788
uh yup, looks like it's a bug of some sort. two is indeed greater or equal to one. i'm on: Netscape 7.0 Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US;...
douglas repetto
douglasrepetto
Offline Send Email
Dec 3, 2002
5:21 am
1789
... and it works fine in IE. .d -- ................................................http://artbots.org ...
douglas repetto
douglasrepetto
Offline Send Email
Dec 3, 2002
5:23 am
1790
... Thanks for the stack trace. All of that code is up in the Apple MRJ system. Because of that, and the fact that IE works, I think that the bug is in Apple's...
Phil Burk
philburk_94901
Offline Send Email
Dec 3, 2002
5:39 am
1791
what is the difference between multiplier.inputA.connect(lineIn.output); and lineIn.output.connect(multiplier.inputA); I have a feeling I am missing something...
James D. High
irax2k
Offline Send Email
Dec 3, 2002
9:26 am
1792
Hello, I'm writing an application (hoping it will be an applet some day... I'll get to that) that creates a SamplePlayer_16V1, and two SynthSampleWAV arrays...
dickenp2003
Offline Send Email
Dec 4, 2002
4:28 am
1793
Hello Kurt The first thing that comes to mind is that you have a LineOut or other synth objects declared in main() that are getting eaten by garbage ...
Nick Didkovsky
doctornerve
Offline Send Email
Dec 4, 2002
7:05 am
1794
... I agree with Nick. Sounds like the garbage collector is eating some unreferenced JSyn unit. Here's some more info: ...
Phil Burk
philburk_94901
Offline Send Email
Dec 4, 2002
8:07 am
1795
Thanks Phil! Your method worked beautifuly! Won...
wonmad
Offline Send Email
Dec 4, 2002
11:47 pm
1796
Whenever I type java.exe on command prompt, I saw the message following... Registry key 'Software\JavaSoft\Java Runtime Environment has value '1.3', but '1.4'...
wonmad
Offline Send Email
Dec 4, 2002
11:52 pm
1797
Editing the registry sounds very easy but also VERY dangerous. If you do not have V1.4, but say that you do, then Java will likely crash. I recommend ...
Phil Burk
philburk_94901
Offline Send Email
Dec 5, 2002
4:22 am
1798
the problem is that you have a version of 1.3 in your windows directory. remove all the java executables from the winnt dir if on 2000/xp or i think just...
Ryan Francesconi
devlists@...
Send Email
Dec 5, 2002
6:01 pm
1799
You mean, I can just go to win directory and delete the file without any uninstalling process? Won ... directory. ... i think ... you do not ... recommend ... ...
Won Lee
wonmad
Offline Send Email
Dec 6, 2002
5:03 am
1800
Looking at the "plucker" patch included in Wire Patches folder, I can see it has flt1o1z. If my assumption is right, it should be working as a lowpass filter....
Won Lee
wonmad
Offline Send Email
Dec 6, 2002
6:26 am
1802
... A0 = A1 = 0.5 so it is indeed a low pass filter. More info here: http://www.softsynth.com/jsyn/docs/autodocs/com/softsynth/jsyn/Filter_1o1z.h tml ... There...
Phil Burk
philburk_94901
Offline Send Email
Dec 6, 2002
12:57 pm
1803
the problem is that you have multiple versions of java in the Path. the one in the windows directory is taking charge. if you enter the full path to the java...
Ryan Francesconi
devlists@...
Send Email
Dec 6, 2002
5:55 pm
1804
I built a string inst usign wire and generated the source code. After I tested it through the SoundTester and confirmed that it works fine. I tried to play a...
Won Lee <wonmad@...>
wonmad
Offline Send Email
Dec 9, 2002
1:23 am
1805
You are scheduling setStage at future times (0, 5000, 1000, 1500, etc.). But all the frequencies and amplitude are being set at whatever the current time is....
Phil Burk
philburk_94901
Offline Send Email
Dec 9, 2002
2:06 am
1806
Thanks, Phil, It makes sense. However when I followed your method, it got this message... "PlayGuitar.java": Error #: 304 : reference to set is ambiguous; both...
Won Lee <wonmad@...>
wonmad
Offline Send Email
Dec 9, 2002
3:48 am
1807
The frequency1 variable must be declared double, or cast it as double, so the compiler knows which implementation of the set() method to use. ...
Phil Burk
philburk_94901
Offline Send Email
Dec 9, 2002
4:42 am
1808
it's winter and will start studying jsyn again i finally managed to buy a super old Pentium machine "gateway 2100 solo" and trying several linux distributions ...
micro-people
imuzik@...
Send Email
Dec 9, 2002
1:55 pm
1809
... I have not heard of any. But if you are using KDE, then you might have to turn off the ARTS audio service because it hogs the OSS audio device. OSS is not...
Phil Burk
philburk_94901
Offline Send Email
Dec 9, 2002
5:29 pm
1810
I am interested in recording from a microphone/linein in realtime to a wav file for playback later. Are there any short examples of how to do this in the src...
Richard A. Ferrari
lns4evr@...
Send Email
Dec 10, 2002
11:09 pm
1811
hello!! i just started making something with jsynth. before i tryed some other music program languages like supercollider. i just wonder that can i make some...
stereo_eye <kengtea@....
stereo_eye
Offline Send Email
Dec 11, 2002
11:45 am
1812
the best way to get started making sequences and the like is by using JMSL. check out JMSL at http://www.algomusic.com. JMSL interfaces nicely with JSyn and...
James Forrest
honksandsirens
Offline Send Email
Dec 11, 2002
1:22 pm
Messages 1782 - 1812 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