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 2943 - 2972 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2943
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jsyn group. File :...
jsyn@yahoogroups.com
Send Email
Feb 20, 2004
1:43 am
2944
... I uploaded a utility that may help. See "SynthTableFromFile.java". http://groups.yahoo.com/group/jsyn/files/utilities/ Phil Burk...
Phil Burk
philburk_94901
Offline Send Email
Feb 20, 2004
1:44 am
2945
... Normally a TableOscillator is used with a very short wavetable containig one cycle of a wave. Then you can set frequency and get an arbitrary waveform at ...
Phil Burk
philburk_94901
Offline Send Email
Feb 20, 2004
1:51 am
2946
... It is is not possible with the V14.2 release. That oversight was corrected for the next release. Currently the only way to make one is to hack the source....
Phil Burk
philburk_94901
Offline Send Email
Feb 20, 2004
2:05 am
2947
Dear JSyn user: Hi! I'm using JUnit to test my programs. I've write a test to check the frequency in AddUnit class. The problem is, though InputA and InputB...
¶v
lueotw
Offline Send Email
Feb 20, 2004
2:11 am
2948
... To control amplitude where there is not a handy amplitude port, just use a MultiplyUnit. An amplitude is just an internal multiply on the output of a unit....
Phil Burk
philburk_94901
Offline Send Email
Feb 20, 2004
2:21 am
2949
... Imagine you have a WAV file containg a drum hit that lasts 3 seconds. You have to play it at a frequency such that the entire sample will repeat every 3...
Phil Burk
philburk_94901
Offline Send Email
Feb 20, 2004
3:45 am
2950
... Why would one become zero?! ... You shouls be able to test: double freqSum = freqAdder.output.get() but you have to wait for the audio engine to do the...
Phil Burk
philburk_94901
Offline Send Email
Feb 20, 2004
3:57 am
2951
... With the following code: assertEquals("Right frequency not match.", 220.4, osc.right.frequency.get(), 0); Yes, I got a zero! But with: assertEquals("Adder...
¶v
lueotw
Offline Send Email
Feb 20, 2004
5:39 am
2952
... I know this feels like a bug but I am not so sure that it is. The basic problem is this. someOsc.frequency.set( 234.5 ); // override set() method by...
Phil Burk
philburk_94901
Offline Send Email
Feb 20, 2004
6:17 am
2953
Hi Phil, I just thought I'd let you know that I put together a simple PortAudio application today that loaded up a sound sample and played it out 4 channels...
thomas120580
Offline Send Email
Feb 20, 2004
7:14 am
2954
Thanks for all this Phil... Aperture is cool! I am using this to set the frequency for a 44100 rate sample: double freq = 44100.0/(double)table.length(); That...
Steve Pierce
steven_m_pierce
Offline Send Email
Feb 20, 2004
3:10 pm
2955
Hi Everyone, I'm new to programming with JSyn, and I'm writing a softsynth for my dissertation. I currently have a working program that lets me select a sound...
Paul Stringfellow
prs01u@...
Send Email
Feb 21, 2004
5:23 pm
2956
Hello Paul, ... It is much better separate the GUI into its own class. In general it is much more flexible to have lots of small classes that refer to each...
Phil Burk
philburk_94901
Offline Send Email
Feb 21, 2004
5:42 pm
2957
Phil gave some great advice, but I also have a similar question. I've too been working with multivoice synthesizers, and I was wondering what would happen if...
Kristjan Varnik
digitalk47
Offline Send Email
Feb 22, 2004
3:45 pm
2958
Hello Kristjan, ... wondering ... I'm not sure what you mean. Would you do this? class MySynth extends SynthNote { public static SynthInput modRate; That would...
Phil Burk
philburk_94901
Offline Send Email
Feb 22, 2004
7:44 pm
2959
Hello all, Are there any amongst you who are developing with JSyn under Mac OS X , and have upgraded to Panther? Experienced any problems ? Is Panther pretty...
Nick Didkovsky
doctornerve
Offline Send Email
Feb 23, 2004
4:02 am
2960
... which ... getCurrent(). ... 234.5 so ... confusion ... Now I got it... What I set is returned by get(), what really output is returned by getCurrent(),...
¶v
lueotw
Offline Send Email
Feb 23, 2004
4:57 am
2961
... Floating point numbers often end up slightly off when processed. Note that JSyn signals are 32 bit floats in the audio engine. So there is some conversion...
Phil Burk
philburk_94901
Offline Send Email
Feb 23, 2004
6:37 am
2962
I've been using Panther since it was released and have had no Java or JSyn related development problems (I use Eclipse.) I even took the plunge and updated to...
Jason Freeman
jason_freeman34
Offline Send Email
Feb 23, 2004
7:25 am
2963
I have had problems related to MidiShare under Panther and am awaiting version 1.87 of the MidiShare drivers which are meant to fix this. I have also had...
steven.m.pierce@...
steven_m_pierce
Offline Send Email
Feb 23, 2004
2:02 pm
2964
Hi Phil, I would love have a bit more control over the latency aspects: - Be able to get the current latency from the synth object (is it currently possible?)....
Amit Pitaru
apitaru
Offline Send Email
Feb 23, 2004
6:23 pm
2965
Hello Amit, ... I agree. Control over latency is important. We are planning to add query and control over latency to the next version. We will be using the new...
Phil Burk
philburk_94901
Offline Send Email
Feb 23, 2004
7:52 pm
2966
If you really want it static, you can always make a singleton -- though generally frowned upon these days... -jonathan ... ===== Jonathan Simon Home -...
Jonathan Simon
jonathan_s_s...
Offline Send Email
Feb 24, 2004
12:38 pm
2967
that's great news phil. if we're already on the subject of the new portaudio - i think that support for 8bit audio would be super for latency-critical...
apitaru
Offline Send Email
Feb 24, 2004
9:00 pm
2968
Hello Amit, ... What support are you requesting? Do you want to have SynthSamples that contain 8 bit unsigned data? How does that relate to latency? Phil Burk...
Phil Burk
philburk_94901
Offline Send Email
Feb 26, 2004
12:15 am
2969
Hello JSyn and JMSL lists I have a piece being premiered in Los Angeles on March 9th. If you happen to be in the area at the time, or have friends, family, or...
Nick Didkovsky
doctornerve
Offline Send Email
Feb 26, 2004
3:58 am
2970
Hello, This should be the last message you receive from the JSyn list on Yahoo. The list was moved to a server at Columbia University (Thanks douglas repetto ...
Phil Burk
philburk_94901
Offline Send Email
Feb 26, 2004
4:57 am
2971
Hi Nick, I will be there. John Clavin...
John Clavin
johnclavin
Offline Send Email
Feb 27, 2004
7:13 pm
2972
Hi everyone I am looking for soneone who would be able to translate some SuperColider 2 patches into JSyn patches and build a web interface so that I can...
Garth Paine
garthpaine
Offline Send Email
Mar 10, 2004
12:11 am
Messages 2943 - 2972 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