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 1315 - 1344 of 2975   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1315
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@...
Send Email
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@...
Send Email
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@...
Send Email
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 ...
Phil Burk
philburk_94901
Offline Send Email
May 2, 2002
6:35 am
1319
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...
Phil Burk
philburk_94901
Offline Send Email
May 3, 2002
6:12 pm
1320
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@...
Send Email
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...
Jamie Forrest
honksandsirens
Offline Send Email
May 6, 2002
2:32 pm
1322
From: "Thomas Noll" <noll@...> ... There is a tuned version of a very simple plucked string sound in the Wire package. The example in the JSyn...
Phil Burk
philburk_94901
Offline Send Email
May 6, 2002
4:01 pm
1323
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...
Nick Didkovsky
doctornerve
Offline Send Email
May 6, 2002
4:44 pm
1324
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@...
Send Email
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...
Phil Burk
philburk_94901
Offline Send Email
May 8, 2002
6:21 am
1326
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@...
Send Email
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...
Nick Didkovsky
doctornerve
Offline Send Email
May 8, 2002
5:44 pm
1328
... timbre varies ... ... a great advantage of physical models over samples... Thanks Brad for offering that circuit! ... variables ... amplitude ... level ......
Phil Burk
philburk_94901
Offline Send Email
May 8, 2002
6:49 pm
1329
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@...
Send Email
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...
Phil Burk
philburk_94901
Offline Send Email
May 9, 2002
6:22 am
1331
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@...
Send Email
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...
Phil Burk
philburk_94901
Offline Send Email
May 10, 2002
7:01 pm
1333
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...
Lady Bird
gnutonhyva
Offline Send Email
May 14, 2002
10:58 am
1334
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@...
Send Email
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...
Phil Burk
philburk_94901
Offline Send Email
May 14, 2002
4:53 pm
1336
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...
Phil Burk
philburk_94901
Offline Send Email
May 14, 2002
5:15 pm
1337
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@...
Send Email
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 ...
Jesse Gilbert
jlg123jlg
Offline Send Email
May 15, 2002
4:28 pm
1339
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 Burk
philburk_94901
Offline Send Email
May 15, 2002
4:31 pm
1340
phil.... what is my password for jsyn/wire????? sorry lp...
LARRY.POLANSKY@...
Send Email
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 :...
mrgoby@...
mrgoby01
Offline Send Email
May 19, 2002
12:22 am
1342
oh, one more thing. i've made sure to i've imported all the libraries correctly at the head of the file. so it's not that. cheers, brook davis....
mrgoby@...
mrgoby01
Offline Send Email
May 19, 2002
12:33 am
1343
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...
Phil Burk
philburk_94901
Offline Send Email
May 19, 2002
3:49 am
1344
the classpaths variables are all fine, i think, i'll double-check, but i'm pretty sure they are okay. That was a typo, the exact error message is: ...
mrgoby@...
mrgoby01
Offline Send Email
May 19, 2002
7:11 am
Messages 1315 - 1344 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