... high ... Exactly. ... Yes. Both through Sound Manager and ASIO. The MIDI has been a little flaky but the audio is fine. ... Yes. I tried all the settings. ...
Scott Wilson
sdwilson@...
Sep 1, 2002 8:06 pm
1558
So here I am on vacation. I did a jar file archive of Arpegg3 and it seems to work. John Clavin ... a jar ... retrieve a ... already caused...
I'm trying to make an applet with a GUI that includes a fader which is polled at irregular intervals. Is PortFader the correct class to use? What method should...
Scott Wilson
sdwilson@...
Sep 3, 2002 5:35 pm
1560
PortFader's connect directly to JSyn SynthVariable's. I'm not positive, but I don't think you can poll the fader directly. You should use the Java AWT...
... No. I would use the lower level CustomFader. http://www.softsynth.com/jsyn/docs/autodocs/com/softsynth/view/CustomFader.h tml It was written to replace the...
thanx Phil, ... before asking too much...but just a simple report of wwhat i have experienced recently well.. trying to run "FilterFun.class" from JBindery ...
micro-people
imuzik@...
Sep 4, 2002 1:56 pm
1563
Hello BUYO-BUYO-IGOR, ... Hmm. Note that there are two folder called "JSynExamples". One in the "classes" folder and one in the "jsrc" folder. The JBindery...
Hello, all! I´ve joined this group only in order to see if there is any chance (any chance at all!) that jsyn might be used in ensemble playing via internet. ...
Hello Sören, That's not "silly" at all! ... chance at all!) that jsyn might be used in ensemble playing via internet. Yes. In fact, that was one of the...
... Some of you may be interested in our project... We are trying to raise funding to develop a Java based multimedia platform. I think it would be an ideal...
djohn4077@...
Sep 5, 2002 7:37 pm
1569
Phil! ... A few minutes ago I tried both versions of webdrum, but couldn´t make contact with the server. I´ll try again later. ... Please note: I´m a piano...
Excuse me Phil for taking your time, still do not have enough time to read up the things @ the mac oriented urls but will answer to yur Qs ... yes i chose that...
micro-people
imuzik@...
Sep 6, 2002 4:29 pm
1571
... is in ... I believe that all the problems you are having are package and CLASSPATH related, not JSyn related. Please try to compile and run a regular, ...
forgive me Phil, maybe i was making a stupid simple mistake over here this time i carefully read the instruction @ your www and did just what it says and...
micro-people
imuzik@...
Sep 8, 2002 8:10 am
1573
hi, the columbia university computer music center hosts a variety of mailing lists dedicated to topics in the electronic arts. unfortunately we had a system...
This is my first question to this group, sorry if I'm overlooking something obvious... I'm trying to write a SynthCircuit with the left and right stereo sounds...
... Try this: // declare ports public SynthOutput outputRight, outputLeft; public MySynthCircuit() { // instantiate my bus readers and add them to circuit ...
... Try this in your SynthCircuit constructor: addPort( output = myBusReaderRight.output ); This only gives you one channel though. You could do: public...
... Excellent. Thank you for not giving up. ... Thanks! I updated my HTML source. ... You can put them anywhere you like. You just need to add that folder to ...
High; I'm getting started with JSyn using Sun's Forte4J as my ide. Does anyone know where i should put the jsyn folder so that the ide can find it? Thanks; JPW...
Hi, I tried to use Forte (under linux) I think I got it to find the JSyn jar files by putting them in the defult classes directory and set the LD_LIBRARY_PATH....
Phil/list, How does one specify the number of parts in a SynthPort subclass? Is this fixed in the subclass implementation? Or is it dynamic: if a connection is...
... You can't. ... Yes. Most ports have just one part. But LineOut input, for example, is "stereo" and has two parts. If you want a circuit with a variable...
http://news.com.com/2100-1001-958547.html?tag=fd_top Could this patch from Microsoft affect the Jsyn engine running in a browser that is using the Microsoft...
Hello John, Thanks for checking. Applying that patch should not affect the use of JSyn. JSyn is not relying on the listed vulnerabilities so removing them...
Hi, I have an applet which loads a file into a SynthSample and creates a bunch of objects, etc. At a certain point I would like to be able to load a new file...
Scott Wilson
sdwilson@...
Sep 19, 2002 10:26 pm
1585
Hello Scott, Here is page that discusses memory issues: http://www.softsynth.com/jsyn/support/programming.html#OutOfMemoryError Also note one sample can be...