Search the web
Sign In
New User? Sign Up
jsyn · JSyn discussions and tech support. Java audio synthesis API.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2607 - 2636 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2607
hello phill: thanks for your reply, i can get the codes to run now. now i have to find out what to do with them...... many thanks yours CHUN...
sonichunlee
Offline Send Email
Oct 1, 2003
8:25 am
2608
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...
sonichunlee
Offline Send Email
Oct 1, 2003
10:38 am
2609
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. ...
Phil Burk
philburk_94901
Offline Send Email
Oct 1, 2003
3:52 pm
2610
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 ...
Phil Burk
philburk_94901
Offline Send Email
Oct 1, 2003
4:17 pm
2611
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 ). ...
David Birchfield
dbirchfield80
Offline Send Email
Oct 1, 2003
5:03 pm
2612
... 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...
Phil Burk
philburk_94901
Offline Send Email
Oct 1, 2003
5:27 pm
2613
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...
David Birchfield
dbirchfield80
Offline Send Email
Oct 1, 2003
5:49 pm
2614
... 828 works with jsyn on both OS 9 and X. _________________________________________________________________ Get MSN 8 Dial-up Internet Service FREE for one...
Douglas Wolf
llc2985984
Offline Send Email
Oct 3, 2003
3:42 pm
2615
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...
douglas irving repetto
douglasrepetto
Offline Send Email
Oct 3, 2003
8:11 pm
2616
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...
sergio6571
Offline Send Email
Oct 4, 2003
5:49 pm
2617
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...
Amit Pitaru
apitaru
Offline Send Email
Oct 5, 2003
1:21 pm
2618
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 ...
Phil Burk
philburk_94901
Offline Send Email
Oct 5, 2003
7:39 pm
2619
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...
douglas irving repetto
douglasrepetto
Offline Send Email
Oct 6, 2003
9:06 pm
2620
Hello Douglas, (Note to other readers. A Redistribution License is needed to distribuute standalone applications that use JSyn. This letter discusses the...
Phil Burk
philburk_94901
Offline Send Email
Oct 7, 2003
12:34 am
2621
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,...
Jonathan Simon
jonathan_s_s...
Online Now Send Email
Oct 7, 2003
2:08 am
2622
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...
douglas irving repetto
douglasrepetto
Offline Send Email
Oct 7, 2003
2:24 am
2623
... 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...
Phil Burk
philburk_94901
Offline Send Email
Oct 7, 2003
3:20 am
2624
... 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...
douglas irving repetto
douglasrepetto
Offline Send Email
Oct 7, 2003
3:32 am
2625
... 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. ...
Phil Burk
philburk_94901
Offline Send Email
Oct 7, 2003
3:41 am
2626
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....
As Apien
linuxdemos
Offline Send Email
Oct 7, 2003
4:48 am
2627
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...
As Apien
linuxdemos
Offline Send Email
Oct 7, 2003
5:01 am
2628
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@...
Send Email
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...
James D. High
irax2k
Offline Send Email
Oct 7, 2003
1:33 pm
2630
Hey James, A lot of jSyn's methods require a time-signature as an argument. My guess is if you use that, everything should work out. If I'm not...
Rogier van Etten
frambooz
Offline Send Email
Oct 7, 2003
3:05 pm
2631
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...
Phil Burk
philburk_94901
Offline Send Email
Oct 7, 2003
10:44 pm
2632
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...
douglas irving repetto
douglasrepetto
Offline Send Email
Oct 7, 2003
11:32 pm
2633
... Yeah. Uncompress all the jar files into separate classes, merge the directory trees, then make a new jar. Phil Burk...
Phil Burk
philburk_94901
Offline Send Email
Oct 8, 2003
12:26 am
2634
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...
Nick Didkovsky
doctornerve
Offline Send Email
Oct 8, 2003
12:36 am
2635
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...
douglas irving repetto
douglasrepetto
Offline Send Email
Oct 8, 2003
12:46 am
2636
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...
douglas irving repetto
douglasrepetto
Offline Send Email
Oct 8, 2003
1:01 am
Messages 2607 - 2636 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help