Hi to all of you: I have a small problem that I can't solve. I did two programs with Jsyn. They record and play long audio files. One records the information...
Unam
hugosoli@...
Jun 2, 2002 5:23 pm
1372
Hello Unam, ... etc, etc. Information on fixing this problem is here. The key is you have to SaveAsApplication, don't RUN from JBindery. ...
I've read some of the previous messages about Jsyn and Swing compatibility, and in the replies to those, Phil Burk has said some stuff that makes me worry...
Hello Steve, A list of supported platforms is here: http://www.softsynth.com/jsyn/platforms.html For the browsers that are listed as "no", that means that JSyn...
... Thanks - should have spotted that looking around the site. ... Probably not - I *think* they want it on the web for reasons of convenience only, and once...
First of all, I know that JSyn has a 'Scope' object which can be used to display waveforms, but there is some possibility that I'll need to write an...
Definately check out JavaWebStart and JNLP. JavaWebStart is a technology by Sun that allows you to post application jar files and resources on a web server and...
Hi Phil, I've started learning JSyn this week, and I have a MOTU box connected to my G4 so I decided to check out the ASIO Extension -- running under Wire.app,...
Chris Brown
cbmus@...
Jun 6, 2002 10:55 pm
1380
Hello Chris, ... Does it contiue to run the full synthesis engine?(!) Or does it just keep playing the same little buffer over and over in a loop? ... Click in...
Hello Chris, This still has me puzzled. ... Does that mean it happens with the SoundManager and not ASIO, or both? ... A signal with an amplitude of 1.0 that...
... it keeps running whatever it was doing before you quit. i just double-checked it by running a patch in Wire with JSynNative -- on quit, without explicitly...
Chris Brown
cbmus@...
Jun 7, 2002 3:51 pm
1383
... ok, i think i've found the problem. i was listening through my MOTU 2408 sound output, which normally i can use in Sound Manager mode without a problem. i...
Chris Brown
cbmus@...
Jun 7, 2002 4:22 pm
1384
Hi Chris, ... program When you quit, do you select "Exit" from the "File" menu, or do you select "Quit" from the Apple menu? The Quit menu item is something...
ok, i just reproduced the same problem using supercollider -- using SoundManager output through the MOTU2408, i get distortion at full range amplitude output,...
Chris Brown
cbmus@...
Jun 7, 2002 4:29 pm
1386
On Fri, 7 Jun 2002, Phil Burk wrote: ok, that was it ! "Exit", no command-Q, from Wire, and the sound stops. looks like i can run in ASIO mode -- thanks ! cb...
Chris Brown
cbmus@...
Jun 7, 2002 4:35 pm
1387
Hi Chris, ... I'm glad that works. I'll make a note to shutdown properly when "Quit" is used instead of "Exit". I had never noticed the difference so thanks...
phil, i'm now having the same trouble with stopping when using JSynNativeASIO with JBindery. is there a proper way to stop a running program there besides...
Chris Brown
cbmus@...
Jun 7, 2002 5:38 pm
1389
Hi Chris, If you use the model of the JSyn examples, and use an AppletFrame, then you can stop a program by closing the Window. If you want to roll your own,...
I'm wondering how best to combine a BusWriter with a SynthCircuit that I am building. In the past, for new sounds that I want to make, I declare a new unit,...
Phil, I'm trying to import a SynthCircuit into Wire. Your tutorial instructions say "Make sure that the class you want to import is in the CLASSPATH." Where...
Chris Brown
cbmus@...
Jun 8, 2002 4:09 pm
1392
Hello David, ... You should be able to do: SynthBusOutput busOutput; add( writer ); addPort( busOutput = writer.busOutput ); then: myCircuit.busOutput.connect(...
... Quick reply. Heading out the door. More in depth later. No CLASSPATH environment variable, but 3 ways on Mac: 1) Put your classes in a Jar and put the jar...
hi, i was wondering if there are advantages of using javasonics over jsyn for audio recording and playback. mostly, id like to know if javasonics will use up...
Hello Watson, ... The advantages of JavaSonics over JSyn are: 1) JavaSonics API will use JavaSound if available so it runs on the new SUN JVM browser plugins...
Phil, Thanks for the reply. I think that makes it clear to us that we should probably be using JSyn for these purposes in addition to our other uses since...
thanks! this works just fine. The mistake I made is that I wasn't declaring the busOutput - just trying to add it. I understand now that the output is ...
I have released a new version of the ASIO implementation of the JSyn native engine for Macintosh. It fixes a problem that some people had where ASIO might hang...
I was able to get playback to work with all the JSyn examples on my MobileIO. Couldn't get recording to work, not sure why yet, might be my fault. darren...
We are pleased to announce the release of Wire V1.0. Wire is a graphical patch editor for JSyn. It allows you to design circuits by connecting modules...