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 your group to be featured on the Yahoo! Groups website? 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 2240 - 2269 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2240
I'm trying to put together a simple Jsyn Theremin that takes mouse position x,y and translates it to frequency and amplitude. I am a Jsyn newbie so any ...
Dan Mikesell
motocycledog
Offline Send Email
May 5, 2003
3:03 pm
2241
Check out the file "XYFun.java" in the "workshop.zip" file found here: http://groups.yahoo.com/group/jsyn/files/examples/ It will give you a start. It uses the...
Phil Burk
philburk_94901
Offline Send Email
May 5, 2003
4:49 pm
2242
Hi Phil I've had a look at your documentation of using envelopes on the web, and i was wondering whether there is a way to connect the Envelope values to the ...
Gaurav Sood
groovy_s
Offline Send Email
May 6, 2003
9:01 am
2243
Hey peeps, I have chosen to create a music softare application using Jsyn as my final year project in my degree. BIG MISTAKE on my behalf. My java skills...
Moose
moosetikal
Offline Send Email
May 6, 2003
2:55 pm
2244
You can do this if you use a Filter_HighPass class. Filter_HighPass hpFilter = new Filter_HighPass(); myEnvelopePlayer.output.connect( hpFilter.frequency ); ...
Phil Burk
philburk_94901
Offline Send Email
May 6, 2003
3:43 pm
2245
Hello Moose, ... You should absolutely, definitely use arrays if you are handling more than one of the same thing. They are also needed for the holding the...
Phil Burk
philburk_94901
Offline Send Email
May 6, 2003
4:09 pm
2246
Phil Has anyone done a project using JSyn on an embedded processor? I am interested in using the JStamp to run Jsyn on some outdoor sound pieces controlled by...
Garth Paine
garthpaine
Offline Send Email
May 6, 2003
4:10 pm
2247
Hello Garth, Thanks for wanting to run JSyn on embedded processors like the JStamp. One problem with that is that JSyn uses native 'C' code to do high...
Phil Burk
philburk_94901
Offline Send Email
May 6, 2003
4:50 pm
2248
I am starting to redesign the SoftSynth/JSyn website. I would like very much to get feedback on the new style, which you can see here: ...
Phil Burk
philburk_94901
Offline Send Email
May 7, 2003
2:50 am
2249
I really dig the way you've set up the hierarchy. The only thing I might change about that would be to add visual consistency between the headings on the left...
eslip@...
eslipp
Offline Send Email
May 7, 2003
6:16 am
2250
Thanks for your reply Phil Look s well beyond my skills, so I am wondering if you can suggest any alternative compact platforms that I could then enclose in a ...
Garth Paine
garthpaine
Offline Send Email
May 7, 2003
10:15 am
2251
what's your range of "small"? .d ... -- ................................................http://artbots.org ...
douglas irving repetto
douglasrepetto
Offline Send Email
May 7, 2003
3:38 pm
2252
I made a floating sound sculpture a couple of years ago that made sound in realtime using 2 floating weather stations transmitting back to land, into...
Garth Paine
garthpaine
Offline Send Email
May 7, 2003
3:54 pm
2253
you can get very small single board computers with a PIII or so running linux. you could conceivably put jsyn on there and just pretend you're using a real...
douglas irving repetto
douglasrepetto
Offline Send Email
May 7, 2003
4:29 pm
2254
You might find a small embedded X86 system running Linux that will support Java, OSS and, therefore, JSyn. http://www.littlepc.com/ But the embedded system may...
Phil Burk
philburk_94901
Offline Send Email
May 7, 2003
4:56 pm
2255
Thanks for the suggestions I guess I was looking for something that would only be a couple of inches square and as i say would use very little power, hence the...
Garth Paine
garthpaine
Offline Send Email
May 7, 2003
5:42 pm
2256
... If you're set for the SBC or microcontroller route, you may like to have a look at what's on offer at: http://www.newmicros.com/ I have no idea whether any...
Han-earl Park
hpark@...
Send Email
May 7, 2003
6:40 pm
2257
Hello all -- I am working on a few applets and have a question: First, here is the applet: a.parsons.edu/~stephen/avsys/final/FMenv.html How does the...
stephen baker
estefe2003
Offline Send Email
May 8, 2003
8:30 pm
2258
... You define drawUnderlay in a subclass of EnvelopeEditor. You can use an instance class if you don't want to define a whole new class. EnvelopeEditor editor...
Phil Burk
philburk_94901
Offline Send Email
May 8, 2003
10:42 pm
2259
Hello I am recording a bunch of parameter values into an array (frequency, rate and Q) using recordEnv and then am trying to play back the sound though...
Gaurav Sood
groovy_s
Offline Send Email
May 9, 2003
6:21 am
2260
I left a simple multichannel recorder to run for 16 hours twice now, both times it has failed after 6 and a half hours with this exception: [0@22:31:25.187]...
James D. High
irax2k
Offline Send Email
May 9, 2003
6:53 am
2261
Hello Gaurav, ... That's because you are storing the absolute times in the envelope arrays. So your envelope will play slower and slower over time. Instead...
Phil Burk
philburk_94901
Offline Send Email
May 9, 2003
5:12 pm
2262
Hello James, You have found a bug. I don't think anyone else has recorded 6.5 hours of data at 92 KHz before. Yikes! What happening is that the frame counter...
Phil Burk
philburk_94901
Offline Send Email
May 9, 2003
6:17 pm
2263
Thanks Phil, I will have to make the changes to the source and replace the file in the jar, cause I need to stream sound as well as record it. However my spec...
James D. High
irax2k
Offline Send Email
May 11, 2003
11:47 am
2264
... The streaming code was designed to handle wrapping of the frame counter by looking at deltas in the counter and using them to calculate the buffer depth....
Phil Burk
philburk_94901
Offline Send Email
May 12, 2003
6:23 pm
2265
Thanks Phil... Again. This is great! Thanks James High ... From: Phil Burk [mailto:philburk@...] Sent: 12 May 2003 08:23 To: jsyn@yahoogroups.com ...
James D. High
irax2k
Offline Send Email
May 13, 2003
9:37 am
2266
I know this isn't about JSyn, but some of you have wondered what I was up to lately. I was writing a ringtone engine! Now that it is released I can spend more...
Phil Burk
philburk_94901
Offline Send Email
May 21, 2003
1:37 am
2267
Hi Everyone, Just a few quick questions on playing samples. 1. How do you play a huge .wav file from disk (bigger than lets say 1MB). I get memory errors when...
Gaurav Sood
groovy_s
Offline Send Email
May 21, 2003
5:30 am
2268
... I just want to correct a mistaken impression. For some reason, many folks got the idea that I made gobs of money off the ringtone engine.That is not the...
Phil Burk
philburk_94901
Offline Send Email
May 21, 2003
4:50 pm
2269
... If you load a sample using: sample.load( stream ); then you can call: int nf = sample.getNumFrames(); If the sample is big and you don't want to load the...
Phil Burk
philburk_94901
Offline Send Email
May 21, 2003
5:17 pm
Messages 2240 - 2269 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