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...
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...
... 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...
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...
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@...
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...
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;...
... 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...
what is the difference between multiplier.inputA.connect(lineIn.output); and lineIn.output.connect(multiplier.inputA); I have a feeling I am missing something...
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...
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 ...
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'...
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 ...
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@...
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 ... ...
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....
... 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...
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@...
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...
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....
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...
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@...
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...
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@...
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...
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...