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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1894 - 1923 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1894
Sir With reference to your program TUT_sinefreq.java I have some problems. When I wanted to run the program as a standalone application then initially the...
Dhiraj Chhajer
dfordhiraj
Offline Send Email
Feb 3, 2003
10:29 am
1895
Hello Dhiraj, Thanks for writing. ... I tried, but could not reproduce the problem. Have you modified the program. Are you mixing it with Swing code? Which...
Phil Burk
philburk_94901
Offline Send Email
Feb 3, 2003
6:01 pm
1896
I only got JSyn recently and as a java student I've only been using it in an elementary awt way for the time being. But does Phil's reply to Dhiraj mean I...
Andy Murray
andy@...
Send Email
Feb 3, 2003
8:00 pm
1897
... an ... mean ... No. There is no conflict bewteen JSyn and Swing. But there are potential conflicts between the old AWT graphics and the new Swing graphics....
Phil Burk
philburk_94901
Offline Send Email
Feb 3, 2003
9:09 pm
1898
Hello Dhiraj, Sorry I did not answer this sooner. I overlooked your letter in my mail box. ... Are you setting many frequencies in a loop and expecting to hear...
Phil Burk
philburk_94901
Offline Send Email
Feb 3, 2003
9:26 pm
1899
Dear Phil I have one question which I will like to implement tomorrow. I will have probably more than 3 sine oscillators with a particular frequency and then...
Dhiraj Chhajer
dfordhiraj
Offline Send Email
Feb 4, 2003
3:25 pm
1900
Hello Dhiraj, ... A filter cannot be used to ADD signals. It is only used to modify the spectrum of a signal. To add together signals, use an AddUnit or a...
Phil Burk
philburk_94901
Offline Send Email
Feb 4, 2003
9:44 pm
1901
Dear phil I have one doubt. I wanted to join output's of many Generators and you replied me that it can be done using SynthBus unit. Can I have an example on...
Dhiraj Chhajer
dfordhiraj
Offline Send Email
Feb 5, 2003
11:59 am
1902
Hello Dhiraj, ... Check out "JSynExamples/TJ_Birds.java". ... You are using a FlowLayout. The Scope is probably collapsing. Try setting the size of the Scope...
Phil Burk
philburk_94901
Offline Send Email
Feb 5, 2003
2:07 pm
1903
Dear Phil I have again one doubt. What is the amplitude which is set in the sound synthesis engine. Because when in my program I gave osc.amplitude.getmax()...
Dhiraj Chhajer
dfordhiraj
Offline Send Email
Feb 6, 2003
9:17 am
1904
Dear Phil I have again one doubt. What is the amplitude which is set in the sound synthesis engine. Because when in my program I gave osc.amplitude.getmax()...
Dhiraj Chhajer
dfordhiraj
Offline Send Email
Feb 6, 2003
9:18 am
1905
hi, is there a example how to use SampleQueueOutputStream ? i would like to have a stream player for oggvorbis, but i'm not sure about the performance etc......
maxOh
maxoh_oster
Offline Send Email
Feb 6, 2003
3:48 pm
1906
Hello Dhiraj, ... The amplitude is the peak value of a signal. This page of the tutorial discusses frequency and amplitude: ...
Phil Burk
philburk_94901
Offline Send Email
Feb 6, 2003
6:36 pm
1907
... Yes. Check out "jsrc/JSynExamples/TJ_OutputStream.java" in the JSyn SDK. It synthesizes a triangle wave and plays it using SampleQueueOutputStream. Just ...
Phil Burk
philburk_94901
Offline Send Email
Feb 6, 2003
6:46 pm
1908
nobackground StationeryI'm currently experimenting with java on a WinCE pocket PC (an iPAQ) under the SUN VM and Jeode VM. By any chance, have you ported, or...
Doug Seaton
doug_seaton
Offline Send Email
Feb 6, 2003
7:56 pm
1909
... I believe that platform lacks a hardware floating point unit. So the performance of JSyn, which is highly FPU dependant would be disappointing. So iPAQ...
Phil Burk
philburk_94901
Offline Send Email
Feb 6, 2003
8:56 pm
1910
Hi all. I´m a Brazilian student working with computer music. My resarch is related to virtual environment for collective musical composition, that is, a...
Evandro <evandromanar...
evandromanara
Offline Send Email
Feb 7, 2003
5:47 pm
1911
Hello Evandro, I don't know what your graphical environment is. But let's assume you are able to extract information similar to a MIDI note, ie. channel, pitch...
Phil Burk
philburk_94901
Offline Send Email
Feb 7, 2003
7:00 pm
1912
Hello Evandro If I understand your project, the user draws and those actions are converted to note events. I assume it doesn't *have* to be midi; you just...
Nick Didkovsky
doctornerve
Offline Send Email
Feb 7, 2003
10:12 pm
1913
Hello People, I recenlty added a distortion clipping to my JSyn string model. After I added a dist, it sounds like suffering, stuttering and stops to play...
Won Lee <wonmad@...>
wonmad
Offline Send Email
Feb 8, 2003
10:43 pm
1914
That´s the point Nick. At least 3 points are necessary. 1. generating sound through the graphical environment (like piano roll cakewalk ) considering a...
Evandro <evandromanar...
evandromanara
Offline Send Email
Feb 8, 2003
10:55 pm
1915
Hello I am trying to create a synth that uses some audio rate and some control rate unit generators. Taking the EnvelopePlayer as an example, should I use this...
Martin Dewar
mail@...
Send Email
Feb 9, 2003
2:31 pm
1916
... The control rate synthesis is not currently supported. A very early version of JSyn supported control (1/8) rate synthesis but I removed it because of ...
Phil Burk
philburk_94901
Offline Send Email
Feb 9, 2003
8:12 pm
1917
... Two things (at least) could cause this. One is using to much CPU. Call Synth.getUsage() to see how much is being used. Try to keep it below 0.8. Another...
Phil Burk
philburk_94901
Offline Send Email
Feb 10, 2003
1:57 am
1918
Hello Evandro If you were to use JSyn and JMSL, you could do this: 1) Design a JSyn SynthNote, using Wire for example, or use one of the SynthNotes that...
Nick Didkovsky
doctornerve
Offline Send Email
Feb 10, 2003
2:24 pm
1919
I have these 2 knobs in my applet GUI: EditableRotaryKnob erkX, erkY; ...and I've implemented ValueListener with: erkX.addValueListener(this); ...
Andy Murray
andy@...
Send Email
Feb 10, 2003
6:11 pm
1920
... use the EditableRotaryKnob.getKnob() method to get the RotaryKnob object that is contained in EditableRotaryKnob. Then compare to the event source object. ...
Douglas Wolf
llc2985984
Offline Send Email
Feb 10, 2003
7:24 pm
1921
Hello Andy, Here's two approaches: 1) get the RotaryKnob from the event and compare it to the RotaryKnob in the EditableRotaryKnob: if(...
Phil Burk
philburk_94901
Offline Send Email
Feb 10, 2003
7:33 pm
1922
Hey thanks Phil and Doug, that getKnob tactic solved my problem. Good on you. Andy...
Andy Murray
andy@...
Send Email
Feb 10, 2003
8:19 pm
1923
Hi, If I want to play a warble tone (frequency modulated tone) at a known amplitude and frequency where the modulation depth is 10% and the modulation...
Jeremy Wong
jj_stuffy
Offline Send Email
Feb 11, 2003
8:06 am
Messages 1894 - 1923 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