Sort of off-topic question: how did the cd sampling rate of 44.1 kHz get chosen? If the desired frequency response was up to 20kHz, then why not a 40kHz...
... Interesting how these things become standards. _________________________________________________________________ Chat with friends online, try MSN...
Hello PJ, ... Not currently. But since you asked, I will try to add it to the next version. I'll support 22050, 44100, and 48000 Hz. Thanks for asking, Phil...
Hello list, I realize this is a basic question but I would appreciate any sort of feedback. I am trying to create a sine wave that will rhythmically pan from...
Ross A Hendler
rah232@...
Mar 6, 2002 6:38 am
1127
... You can use a PanUnit from the Add/Arithmetic menu. Feed a high frequency sine wave into the input. Then feed a second low frequency, 0.1 Hz, sinewave into...
... Just noticed something nice. If you add a PanUnit in Wire and connect its first output to the output port of the patch, then connect its second output to...
Hello Nick, ... You're right about this. And it points out a bug in Wire related to parts. For those unfamiliar with the issue, some SynthPorts, for example...
... i think that this is a great idea. i'd much rather talk to input0 and input1 than (0, input, 1), which is usually a great source of mystery to me and my...
Hi Larry, ... cryptic ... pretty ... Left/right naming is good if you are doing stereo and everything is hooked up correctly. But two channels is not always...
Thanks Phil, I'll weigh in and go with with the general trend voiced so far. Named ports instead of parts, and some facility like port arrays for indexing. ...
... From: "Phil Burk" <philburk@...> Date: Wednesday, March 6, 2002 1:55 am Subject: [jsyn] Panning w/Wire ... Hey thanks, I am actually trying to...
Ross A Hendler
rah232@...
Mar 7, 2002 2:26 am
1136
Ditto for me (a port array makes sense), but the main thing is consistency with whatever scheme. I recall being confused about when things were "inputA" or...
Bradford Garton
garton@...
Mar 7, 2002 3:37 pm
1137
Hello Brad, Yes, using both the names inputA and input0 would be confusing. But I am still inclined to use input0 for the new LineOut inputs. And I cannot get ...
Hi Does SampleQueueInputStream.getOverflowed() reset the status OR once overflow has occured does it always return true. If the later (which I suspect) then...
... i find this easy to use, since i've got "Y=A+B" in my head when i'm using an AddUnit. that is, i'm thinking of operators. ... this also makes sense to me,...
Hello PJ, ... overflow has ... how can I reset the status? Once set it stays set. The only way to reset it is to stop and restart the stream. The idea is that...
Hi, I need to do something very simple, just record a 0.5 seconds of one channel audio at 48kHz. I'm attacking this using javasonics too, whichever way I get...
At the risk of putting my foot in my mouth, this issue is something I've been mulling over for a while about Jsyn. I've hesitated to post to the list because...
Hello Douglas, ... channel ... You are using ChannelIn which requires (142) ... You also need to do stream .start(time) before reading it. You may not need a...
hi, i checked out the hammerfall dsp system(http://www.rme-audio.com/english/hdsp/index.htm), i would like to use 8 channels, but unfortunately the drivers...
Hello Jesse, ... Thanks for weighing in. You definitely raise some good points about public variables versus access methods. In general, using methods is a...
hi phil and list,
having done some coding in SuperCollider, i think a lot can be said for
conciseness. if i'm connecting up a bunch of outs and ins, i don't...
Hello Max, ... one ... If the WMME driver does not support interleaved multi-channel access then the normal JSyn DLL cannot do multi-channel I/O. But ASIO...
hi Jamie, Thanks for the feedback. I'm leaning to options B and/or C as well. ... Just to be clear, going this route would mean all ports would have access ...
Greetings Phil & list.. New to Jsyn. An old HMSL fan [JForth days] but never java programmer. Now invest my study in Python, REBOL etc. But Jsyn and JMSL have...
Jason Cunliffe
jasonic@...
Mar 8, 2002 10:06 pm
1150
Hi, Jason. I did a little experimenting with jython/jsyn and liked it. It's nice to be able to instantiate 20 oscillators by typing in a 3-line loop and...