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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2904 - 2934 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2904
Hi, I have 4-Channel Sound card, I want to get amplitude of each channel in real-time. What is the efficient way to do it. I am using microphones as input. Do...
amirwasim
Offline Send Email
Feb 10, 2004
6:40 pm
2905
I can do it follwoing way.... PeakFollower follower = new PeakFollower(); LineIn lineIn = new LineIn(); lineIn.output.connect( 0, follower.input, 0 ); //...
amirwasim
Offline Send Email
Feb 10, 2004
6:48 pm
2906
Hi, I'm just having problems with a bit of code, I was hoping someone could point out my mistake(s) to me. The code chunk is just for setting up some...
thomas120580
Offline Send Email
Feb 11, 2004
6:20 am
2907
Hello, Is there a way to read raw sample data coming out of any JSyn generators? Also, is there an oscilliscope, or do I have to build it myself? Thanks, Kim. ...
Kim Lajoie
betterthanhuman@...
Send Email
Feb 11, 2004
7:37 am
2908
... the ... exception ... You are gettting this error because -you have intialized arrays of synthContext and synthObject You need to intialize themselves like...
amirwasim
Offline Send Email
Feb 11, 2004
9:54 am
2909
... Yes. Write the data to a SynthSample using a SampleWriter_16F1. Or stream it up to Java using a SampleQueueInputStream. ... Yes. See...
Phil Burk
philburk_94901
Offline Send Email
Feb 11, 2004
5:35 pm
2910
Thanks, I'll be checking them out. Forever, Kim. ... Oldthinkers unbellyfeel Ingsoc...
Kim Lajoie
betterthanhuman@...
Send Email
Feb 12, 2004
12:17 am
2911
... Thanks for your help. I got a bit confused because I could do something like this and it worked: tmpString = new String[2]; for (int a = 0; a < NUM_CARDS;...
thomas120580
Offline Send Email
Feb 12, 2004
3:45 am
2912
Hi, I'm having some problems with the sound quality when playing a sound out 4 channels using DirectSound. The problem also occurs under DSound using 3...
thomas120580
Offline Send Email
Feb 12, 2004
5:37 am
2913
... This one here works, because you create a string object containing "hi there" for each element of the array.. Cheers, Michael...
schm1tze
Offline Send Email
Feb 12, 2004
2:06 pm
2914
... Hi, Your solution is correct, but your explanation isn't quite on the mark. The reason your test code works is that you initialize the element in the array...
Jim Krist
jtkrist
Offline Send Email
Feb 12, 2004
2:47 pm
2915
Hello Thomas, Are you opening a device with >2 channels?! The DirectSound API, as we have implemented it only supports 1 or 2 channels per device. ...
Phil Burk
philburk_94901
Offline Send Email
Feb 12, 2004
5:23 pm
2916
From: "Jim Krist" <jtkrist@...> ... "null". Ahah! Suddenly null makes a lot more sense. I was trying to think of it like the ((void *)0) definition in...
Phil Burk
philburk_94901
Offline Send Email
Feb 12, 2004
6:39 pm
2917
... You're welcome! Happy to assist. I've been using Java for about 4 years now and I can't imagine going back to C++. By the way, regarding Objects in Java,...
Jim Krist
jtkrist
Offline Send Email
Feb 13, 2004
12:23 am
2918
... This is the one thing that really drives me crazy about java, but that's because I'm an old and lazy programmer. The strong-typing really gets annoying if...
Bradford Garton
garton@...
Send Email
Feb 13, 2004
1:10 am
2919
Hi, Thanks for that, its more than I expected. The last time I did any Java was in my undergrad course about 3 years ago, so what I'm doing now with JSyn marks...
thomas120580
Offline Send Email
Feb 13, 2004
1:47 am
2920
The device reports only 2 channels, but I wasn't sure whether they were mono pairs or stereo pairs, I guess its the former from what you're saying. The mystery...
thomas120580
Offline Send Email
Feb 13, 2004
1:56 am
2921
Hi Brad ... Hmmm... is there any language that does not? Nick ... -- Java Music Specification Language http://www.algomusic.com Doctor Nerve Home Page...
Nick Didkovsky
doctornerve
Offline Send Email
Feb 13, 2004
3:48 am
2922
... Ancient Sumerian -- ya gotta try it! very liberating... brad...
Bradford Garton
garton@...
Send Email
Feb 13, 2004
1:31 pm
2923
Actually Perl is just such a language. "There's more than one way to do it" is it's motto. Which, of course, makes it a lot of fun to write. However, it is to...
Steve Pierce
steven_m_pierce
Offline Send Email
Feb 13, 2004
2:22 pm
2924
Now we're talkin'!!! Nick \ ... [Non-text portions of this message have been removed]...
Nick Didkovsky
doctornerve
Offline Send Email
Feb 13, 2004
2:40 pm
2925
...yeah but it still forces you to write in Perl (ie, obey Perl syntax and grammar which has a huge influence on higher level thinking processes). There's no...
Nick Didkovsky
doctornerve
Offline Send Email
Feb 13, 2004
2:56 pm
2926
Hey everyone - I'm trying to get my jsyn jars built, but the batch file uses commands that I don't have on my machine. I've installed the j2re (I can view ...
Dibson T Hoffweiler
dibs_deb
Offline Send Email
Feb 13, 2004
11:26 pm
2927
Hello, ... Why are you trying to rebuild the JSyn jars? Did you find and fix a bug? Otherwise you probably do not need to rebuild the JSyn jar files. The...
Phil Burk
philburk_94901
Offline Send Email
Feb 13, 2004
11:54 pm
2929
Dear jsyn coders: Hi, I am new to JSyn programming. I'm writing a binaural beat generator in java and jsyn. (on sourceforge) Here is the code I use to generate...
¶v
lueotw
Offline Send Email
Feb 15, 2004
2:39 pm
2930
Hello Leonard, ... I don't think "leftMixer.output" is set because it can have multiple outputs. Instead use: leftMixer.connectOutput( 0, lineOut.input,0); ...
Phil Burk
philburk_94901
Offline Send Email
Feb 15, 2004
8:12 pm
2931
... signals. I need a SynthMixer because there are more than one sine waves comes from left and right channel, and I think the use of a SynthMixer would be...
¶v
lueotw
Offline Send Email
Feb 16, 2004
4:12 am
2932
... The CircuitTest assumes that a SynthCircuit has an "output" port that is normally hooked up to something internal. But I think you are using a "leftOutput"...
Phil Burk
philburk_94901
Offline Send Email
Feb 16, 2004
5:19 pm
2933
hmm, maybe a nice bridge between java and the old skool... douglas ... -- ................................................http://artbots.org ...
douglas irving repetto
douglasrepetto
Offline Send Email
Feb 17, 2004
3:44 am
2934
Hi, I was wondering if anyone knows the best way to control the amplitude of individual channels when using the ChannelOut class? I'm using ChannelOut to set...
thomas120580
Offline Send Email
Feb 18, 2004
7:02 am
Messages 2904 - 2934 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