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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 717 - 746 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
717
Dear all, I get the same message stack when I startup my JSyn program while an applet that is using JSyn is still running. The PortAudio program has the...
veldkamp@...
Send Email
Oct 3, 2001
12:49 pm
718
... There's probably great TOCK circuits out there, but the quick cheap way out would be to use a couple of short samples. I have a TR707 rimshot and an ...
Nick Didkovsky
didkovn@...
Send Email
Oct 3, 2001
1:53 pm
719
... A SynthContext holds a pointer to ALL of the data used by a JSyn synthesis engine. By creating independant SynthContexts, a single Java application can run...
Phil Burk
philburk@...
Send Email
Oct 3, 2001
5:27 pm
720
From: <veldkamp@...> ... As I understand it, when one JSyn program is running, you cannot run another JSyn or PortAudio program. The only resource that...
Phil Burk
philburk@...
Send Email
Oct 3, 2001
5:27 pm
721
I have made a new version of the WebDrum that allows people to jam together over the net. This one is a complete rewrite. The server is now in Java which feels...
Phil Burk
philburk@...
Send Email
Oct 11, 2001
9:30 pm
722
Earlier today I invited folks to jam on the new WebDrum2 beta site. But it was apparently offline. Thank you to the folks who reported that the WebDrum2 site...
Phil Burk
philburk@...
Send Email
Oct 12, 2001
4:06 am
723
Hi Nick, Phil, and anyone interested. In the compositions folder I posted the start of composition that is for an art show latter this week. This is my first...
John F Clavin
john.clavin@...
Send Email
Oct 14, 2001
5:38 pm
724
Hello John, ... You can communicate between threads many ways. Through shared variables, or using synchronized message queues, or... lots of fun. ... All the...
Phil Burk
philburk@...
Send Email
Oct 14, 2001
6:46 pm
725
I now have a new server for running the multi-player WebDrum. So if you tried to login last time and couldn't get in, please try again. The new URL is:...
Phil Burk
philburk@...
Send Email
Oct 14, 2001
7:20 pm
726
Yes, this is a big help to get some direction here. I will let you know what I come up with. John Clavin...
John F Clavin
john.clavin@...
Send Email
Oct 14, 2001
9:21 pm
727
Hi John, Phil already mentioned "Use BusWriters to write multiple signals to a BusReader which is then connected to a LineOut." I would heartily second that,...
Nick Didkovsky
didkovn@...
Send Email
Oct 15, 2001
5:00 am
728
Alas, I have given to quick temptation. But I did get three tracks (threads) of algo music happening and I am now jamming to get them talking to each other,...
John F Clavin
john.clavin@...
Send Email
Oct 15, 2001
11:25 pm
729
Hey Phil (et all), I've been trolling the back posts here looking for the latest status of Jsyn on Mac OSX and haven't been able to find anything really ...
robert_k_hamilton@...
Send Email
Oct 16, 2001
4:50 am
730
Rob, I'm waiting for JSyn on Mac OS X too. JSyn has to be ported to OS X because it isn't 100% Java. The important part is written in C and needs to be at...
Nico Wald
nicowald@...
Send Email
Oct 16, 2001
5:41 am
731
hi, this: someWhiteNoise.amplitude.set(0.0); seems to do a whole lot of nothing. is amplitude not implemented for WhiteNoise? i see it used in at least one...
douglas irving repetto
douglas@...
Send Email
Oct 16, 2001
6:05 am
732
I too am very excited for the day when JSyn and OSX are fully compatible, especially since Java 2 is finally supported on a mac platform. Interestingly enough...
Jamie Forrest
honksandsirens
Online Now Send Email
Oct 16, 2001
11:44 am
733
yes yes osx jsyn please! have you seen the audio latencies on osx?? http://gigue.peabody.jhu.edu/~mdboom/latency-icmc2001.pdf i also saw some announcements...
yeeking@...
superuseryee...
Offline Send Email
Oct 16, 2001
12:15 pm
734
Hi John, When your time crunch opens, I'd be curious to know what the shared data is, and what the interaction is between threads. Best, Nick ... Doctor Nerve...
Nick Didkovsky
doctornerve
Offline Send Email
Oct 16, 2001
2:06 pm
735
... Me too. I think OS X is going to be great. It has the stability and power of Unix combined with the nice Macintosh GUI, and lots of apps. I'm also looking...
Phil Burk
philburk@...
Send Email
Oct 16, 2001
3:27 pm
736
... I tested this on Linux by setting the amplitude to 0.0 in TJ_Schmidt, then ran it by entering in jsyn/usercode gmake example.TJ_Schmidt and it seemed to...
Phil Burk
philburk@...
Send Email
Oct 16, 2001
5:44 pm
737
I don't usually post general stuff like this here, but the recent discussion on Mac OSX inspires me to forward this... hope you don't mind. Nick Apple notes on...
Nick Didkovsky
doctornerve
Offline Send Email
Oct 16, 2001
6:08 pm
738
... Yah, I done been bitten by java dependencies too! ... Good info -- thanks! But I've been doing some stuff where this wouldn't work -- I've gotten some...
Bradford Garton
garton@...
Send Email
Oct 17, 2001
2:22 pm
739
I typically start off with something beautifully random and then tweek it untile it sounds like amateur lounge music played on a Casio keyboard, so at the last...
John F Clavin
johnclavin
Offline Send Email
Oct 17, 2001
2:44 pm
740
... I am curious about how you're planing to implement this 'wind chime'. Some time ago I considered hooking up a simulated wind chime, and came to the ...
Han-earl Park
hpark@...
Send Email
Oct 17, 2001
3:16 pm
741
I think the various desktop CPUs will sound about the same. The overdriving that you are talking about is driving the filter beyond it's typical -1.0 to +1.0...
Phil Burk
philburk@...
Send Email
Oct 17, 2001
6:01 pm
742
Thank you to those who logged in to the WebDrum last week and gave me feedback. We had a fun jam. I have released another verison of the Web based on that...
Phil Burk
philburk@...
Send Email
Oct 19, 2001
1:12 am
743
Hi Phil, Played around with WebDrum recently and thought it was great, though no one else was on so I couldn't really test the networking... Anyhow, I'm pretty...
Daniel Howe
dchowe@...
Send Email
Oct 19, 2001
1:36 am
744
... There are a few sounds scattered around, but it would be nice to have a sound library. I will try to add more sounds to the next release. Also if people...
Phil Burk
philburk@...
Send Email
Oct 19, 2001
3:33 am
745
Phil, Thanks for the reply. I don't know too much about DLS2, but at first thought it seems like a great suggestion. Would this require a user visiting a Jsyn...
Daniel Howe
dchowe@...
Send Email
Oct 19, 2001
1:38 pm
746
... The DLS2 sounds would not be in the plugin. The programmer would download as many sounds as they needed, when the Applet ran. Some JSyn Applets would not ...
Phil Burk
philburk@...
Send Email
Oct 19, 2001
5:08 pm
Messages 717 - 746 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