hello every one: i have got a quick question regarding using (on Mac) external(firewire) audio interface with Jsyn. can i not use sound manager as the sound...
Support for the MOTU828 was added to JSyn on Mac OS X in April of 2003. If you downloaded JSyn before that date then please download the latest SDK. ...
Hello Rogier, ... The hiccup may be due to having too small a buffer in the low level PortAudio code. Then any disk, graphic or network activity could cause a ...
Hi all, given this post, I just want to confirm that there is also support for the Hammerfall Multiface interface in the current JSyn version (on OS X ). ...
... Are you asking whether we support Hammerfall, or are you confirming that you have tried it and it works? The only device that I know is having problems on...
oops, sorry - I wasn't very clear. I was asking whether you support Hammerfall. From your response it sounds like it should work so I'll look forward to...
... 828 works with jsyn on both OS 9 and X. _________________________________________________________________ Get MSN 8 Dial-up Internet Service FREE for one...
you all may have know this trick already, but for awhile i've been struggling with how to cleanly shut down cross-platform java apps given the lack of...
Do we have a list of compatible soundcards for wire-jsyn? I want to purchase one for a laptop. Do you know any USB? Someone tried the M-audio firewire 410? Or...
Hello, I've just finished a project that uses both the Jsyn and Proce55ing libraries. I think the two make a good pair! The project is an instrument that...
The only sound card that I know has problems is the DigiDesign MBox on Mac OS X. Other audio cards should work. Some have better drivers than others so some ...
hi phil, i've got a non-commercial stand-alone art application (one of a bunch that i have planned) that i'm about to release. i'm a bit stuck on how to get...
Hello Douglas, (Note to other readers. A Redistribution License is needed to distribuute standalone applications that use JSyn. This letter discusses the...
Another option is to look into JavaWebStart. This allows you to specify Jar files and native resources (like JSyn DLLs). This way, you can package your app,...
thanks, i always forget about web start! however, i think you still need a redistribution license if you distribute a JSyn app via web start, since it involves...
... Yes. Java Web Start is a technical solution not a legal workaround. Java WebStart is a very powerful system for deploying code. The only drawback I can...
... i just noticed that. it may not seem like a big deal, but i think that people are starting to get pretty wary of installing things on their machines when...
... This is a real problem for Java developers. I think that is why Java is heavily used at the enterprise level but there are not alot of Java client apps. ...
It seems like a better bet to gear a commercial java gui app towards macosx, since you can count on java2 being there, and you can create an installer....
But I do open source stuff and just put my stuff up for free, cause I work waaay too slow to make java music apps for a living. Then its up to the end user to...
Just to add my two cents here: * Java Web Start is included with Mac OS X, so it's a pretty tempting option for that platform. Just be sure to check out some...
Jason Freeman
mail@...
Oct 7, 2003 6:17 am
2629
As some may have noticed there is a problem with lengthy recordings, a recording at 96KHz will last approximately 6 hours before it stops. Phil had a...
Hello, I just upgraded the JSyn Plugin Installer for Mac OS X. It now writes the JSyn binaries to "~/Library/Java/Extensions". This should work better for both...
i'm trying to package up my jsyn app. it works when run from eclipse, but not from the command line or when double clicked. the problem is that the JVM is not...
My experience is that adding a jar to a jar simply unpacks the added jar, and includes its unpacked contents along with everything else. Nick ... -- Java Music...
i found a classier (hohoho) way: put the JSyn jar in a ./libs folder then in the manifest do: Class-Path: libs/JSynClasses.jar works! now i'm trying to get...
so i'm trying to get jsyn to load the lib from appdir/libs in my code i do: static { String currpath = System.getProperty("java.library.path"); String newpath...