Hi Wes, I have had a chance to listen to "Ambient Thing" for awhile and I think that it's a fine piece of algorithmic ambient sound. It is great for...
Hello JSyn'ers and JMSL'ers I will be performing in a new piece for double trio (one trio at Engine 27 in NYC and one at CalArts). I'll be playing electric...
Hello Everyone ! My Name is Jose Castillo and I'm From Xalapa, Ver. Mexico. I've been into music since I was a young Kid, studying some scoring, guitar,...
Thanks Phil !!! I couldn't see that statement in the tutorial, and the link to the source code of the addUnit example is broken. Belive me !! that's my top...
Hi Nick, Sorry I didn't get the notice until Sunday nite, I would have gone up to CalArts had I known. I will catch the performance from the archives when it...
... Eek! What page is the broken link on? I really appreciate you telling me. You'd be surprised how often people find errors but do not report them. ... I'm...
... telling me. This is the link I found broken: http://www.softsynth.com/jsyn/tutorial/TUT_SineMix.txt There is another one or a couple more that also don't...
... Right!. I found the link on the page below and fixed it. http://www.softsynth.com/jsyn/tutorial/hear_mix.html ... I searched for, found and fixed a broken...
I don't know what's happening here... when I try to instantiate an object from the class Osciladores (that extends from SynthCircuit) in this applet, I get an...
Is Osciladores in a different package than SinconLfo ? Their sources could be in the same directory, but they could still be in different packages... in which...
... This sounds more like a Java problem than a JSyn problem. Try compiling two classes from two files that do not use JSyn. If you can get that working then...
Hi John, It was a very rewarding performance. Despite the 30 second latency between sites, I felt like we all succeeded in playing with big ears and careful...
Hi all, I'm running jsyn on a Mac with OS 10.2, and am having problems with clicks when I write to a wav file. In my project I'm writing out a long wav file...
oops, I also forgot to mention that if I open the 'recorded.wav' file that is output from TJ_NonRealTime.java in an audio editor, I am able to see the clicks...
The possible cause of the clicks may be related to the latency of your soundcard. I donīt know how to do this on a Mac, but you should check out the mac...
Where Can I find the maximum and Minimum values for a smooth operation of the filters, osc amplitudes, etc. ? Is all of that data on the webpage ??? or the...
... You can call getMin() or getMax() on the port to get a suggested range. That won't always work but is sometime helpful. Amplitudes for audio signals are...
... limits ... Absolutely not. This is not a software limit. It is a biological and physical limit. Human hearing starts to taper off below 100 Hz and above ...
Hello David, ... Thank you very much for reporting this! I was able to reproduce the problem on Mac OS X. The clicking problem is in the JSyn Java code. It was...
Greetings, I remember a while back that a suggested microsoft patch was discussed here that had some 'side-effects', one of which was disabling jsyn. Would...
... It didn't disable JSyn directly. It uninstalled the Java VM! The M$ update that did this read: "This update resolves the "Java Applet Can Redirect Browser...
Hi Phil, I created a loop in a sample using a sound editor (Peak, on a MAC) and then attempted to play it using the queueOn method -- it does not sustain. I am...