... 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 ...
... 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....
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...
... 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....
... 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...
... 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...
... 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...
... 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...
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...
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...
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@...
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 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...
Hello Kristjan, ... wondering ... I'm not sure what you mean. Would you do this? class MySynth extends SynthNote { public static SynthInput modRate; That would...
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...
... which ... getCurrent(). ... 234.5 so ... confusion ... Now I got it... What I set is returned by get(), what really output is returned by getCurrent(),...
... 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...
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...
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...
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?)....
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...
If you really want it static, you can always make a singleton -- though generally frowned upon these days... -jonathan ... ===== Jonathan Simon Home -...
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...
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...
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...
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 ...
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...