I don't have a multi channel card to test on at this moment, but I'd like to verify some functionality. Question 1: Different Channels = Different Contexts. As...
Jeremy Davis
jerdavis@...
May 2, 2002 6:05 am
1316
I see the answer to this is: Exception in thread "main" com.softsynth.jsyn.SynthException: JSyn error: Object not part of CSynContext. - Output,...
Jeremy Davis
jerdavis@...
May 2, 2002 6:07 am
1317
OK I promise to think more.. How about using an interleaved sound card that has all 8(n) channels on the same context.. Yes? ... From: Jeremy Davis...
Jeremy Davis
jerdavis@...
May 2, 2002 6:10 am
1318
... the ... That is the way to go if you want one piece outputting to more than two channels. For some devices, the ASIO JSyn libraries are more likely to ...
In response to several questions about audio latency, I have written a page that discusses how to improve latency on various platforms. JSyn uses PortAudio for...
Dear participants, As a greenhorn in sound programming and jsyn, I have the following question: Did anybody write a subclass of synthnote, simulating the sound...
Thomas Noll
noll@...
May 6, 2002 2:07 pm
1321
For the greatest simplicity, you could probably just use a plucked string algorithm, which Phil Burk has included with the JSyn SDK. It is a SynthNote called...
Hi Phil, Just played around with this in Wire - I noticed when I playing three octaves up the scale using the computer keyboard, every octave sounds a little...
I wonder if someone here couldn't check my math to make sure I'm doing this correctly.. I know.. lots of numbers here.. but.. I have 2 SynthReaders, and to...
Jeremy Davis
jerdavis@...
May 8, 2002 3:19 am
1325
Hello Jeremy, I'm sorry, but I do not follow the math. Are you trying to play a sample and have the first half on one signal path and the second half on...
Gang gang gang! The 'generic' pluck that is distirbuted does indeed have some problems... integer delay-lengths screw up the tuning, and there is a strange ...
Bradford Garton
garton@...
May 8, 2002 1:21 pm
1327
Hi Brad- Great sound, thanks! I played it in parallel with an oscillator and it sounded dead on. A couple of things I noticed and wonder about... * I noticed...
... timbre varies ... ... a great advantage of physical models over samples... Thanks Brad for offering that circuit! ... variables ... amplitude ... level ......
OK.. lets see if I can explain this.. I have decided (for various testing reasons) to play the first half of a song on one sample reader, and the second half...
Jeremy Davis
jerdavis@...
May 9, 2002 4:20 am
1330
Hello Jeremy, ... Good because otherwise there could be a gap in the middle of a tick if numFrames was not a multiple of Synth.getFramesPerTick(). But I see...
Ok.. and Indeed I'm using _16V1 as my reader (because I intend to vary the playback over time..etc etc).. However, to simplify this problem I've kept the...
Jeremy Davis
jerdavis@...
May 9, 2002 4:17 pm
1332
Hello Jeremy, I have a fix! ... Thank you so much for sending the example code. It was very clear and demonstrated the click that you were hearing. I was...
I have problem loading many wav-files using SynthSampleWAV() and sample.load( stream ) (just to mention some of my code); java.io.IOException comes on the 3rd...
This is a rather specific question, but any/all advice would be greatly appreciated. I've got a sampler instrument (using SynthSampleWAV and SampleReader_16F2)...
Bradford Garton
garton@...
May 14, 2002 1:01 pm
1335
Hello Lady Bird, ... This sounds like a problem that I encountered a long while ago with JSyn. The InputStream method public int read( byte[] bar) throws...
Hello Brad, ... Larry Polansky had a similar problem so I posted this support FAQ: http://www.softsynth.com/jsyn/support/sdk_mac.html#MemoryAllocation Please...
I think I found one potential source of memory problems in the code I've been writing, but not 100% sure, and maybe this is problematic for others, too. I'm...
Bradford Garton
garton@...
May 15, 2002 1:14 pm
1338
... java exclusively uses call-by-reference - you pass a "reference" to an object, which is the java word for a pointer. To copy an object you have to ...
Hello Brad, ... No. What you are doing is great. You instantiate and load the sample data once. Then you use the same sample in multiple players by giving each...
phil.... what is my password for jsyn/wire????? sorry lp...
LARRY.POLANSKY@...
May 18, 2002 7:02 pm
1341
hi. i'm developing my first jsyn app and i'm having a run-time error problem when I call "Synth.startEngine(0);" , I'm getting a "no class definition found :...
Hello Brook, I'll try to help but I need more information. This looks like a CLASSPATH problem. The solution is very different on each platform. Are you on...