I made my first Jsyn House Call tonight to a friend with a Win98 IE 5.x machine. The computer would not let the Jsyn download happen and Phil said check the...
... Wow - can I assume multiple machines are running SR1r3 simultaneously? Now that's a work environment! Doctor Nerve Home Page, http://www.doctornerve.org ...
Hi John, Thanks so much for this information. This explains why several other folks have been unable to download the plugin. We could never figure out why....
My Algorithmic compositions are not really appreciated here at work. Hollywood types don't like anything unless there is a marketing plan although I keep...
Hey, I'm a newbie at all this sound stuff and JSYN. I am trying to determine the pitch of a sound. These sounds are pure tones of things like instruments. I...
Richard A. Ferrari
lns4evr@...
Jul 8, 2002 2:47 am
1483
Hi Rich Divide the sample rate by PitchDetector.period and you'll get the frequency 44100 / 173 =(roughly)=256 Nick ... Doctor Nerve Home Page,...
Hello Richard, ... the pitch of a sound. ... The output of the pitch detector is a period in frames. frequency = frameRate / period The "unit analysis" of this...
hi, Currently i am working on java sound api. i am new to this. I am using aiff format audio file. Is it possible to extract the data of this file. I want to ...
Hello, ... Do you mean the standard JavaSound API from SUN? Or are you using JSyn? They are quite different. JavaSound provides easy AIFF or WAV file reading...
The SoftSynth.com office will be closed for vacation from Tuesday morning, 7/9/02, until Thursday late afternoon, 7/11/02. Sorry for any inconvenience this may...
Great, Now i'm trying to do it in real time mode but can't get any values...I thought I connected everything correctly....just glancing at my code what is...
Richard A. Ferrari
lns4evr@...
Jul 8, 2002 11:04 pm
1489
Hello Richard, Not sure what you mean by not getting any values. You mean nothing prints out or you don't get reasonable values, or ...? I see three things: *...
Nick, I changed things like you said and everything works GREAT!!! I didn't know I could connect them directly..and I thought I needed a sample reader and...
Richard A. Ferrari
lns4evr@...
Jul 9, 2002 2:06 am
1491
Hi Rich, Glad it worked! What will you be doing with this pitch detector? Nick...
I will be writing some sort of music learning application for my master's project and one of the things i'd like to have is a built in tuner. I would also like...
Richard A. Ferrari
lns4evr@...
Jul 9, 2002 1:09 pm
1493
can anyone tell me what the correct settings for the terratec card should be to be able to change the sample rate of my recording. if I dont match the sample...
I downloaded a Microsoft Security Update this morning, 7/19/02. The Security Update was supposed to prevent Applets from passing browser information to a ...
I had downloaded the Microsoft VM Build 3805 just 3 weeks ago at that site. I saw something at "Cafe au Lait" about it being removed. Somewhere I think I have...
If you search on Google for: java vm 3805 removed You'll find some discussions. Among other things, there was a virus hoax wherein people received email...
The "Security Update" from Microsoft that de-installed my JVM was apparently only for Win ME and Win XP. There are a couple possible explanations with ...
I got this letter from Microsoft. They do not address the issue of the Security Update removing the JVM from my machine. I sent them a reply emphasizing that...
I now have MSJavx86.exe here at work and I can ftp it to a site if anyone wants it. MAJavx86.exe is an executable install program that installs the MS Java...
I found the same file (5.00.3805) and ran it. It updated the jview that I get in DOS. But I still cannot run Java Applets in IE. Does that EXE file normally...
I just did an interesting experiment that re-enabled the Microsoft JVM in my browser. I ran the msjavx86.exe (version 5.0.3805). It installed a new JVM for ...
The MSJAVA.DLL is only 1 MB in size and the MSJavx86.exe is 5 MB so the exe must be doing something. Everytime I have used the exe file it works magic and...
One of Microsoft's recent "Security Update"s for Win ME/XP may remove the Java Virtual Machine from Internet Explorer. A replacement JVM for re-installation...
Hello, 1. Can jSyn get loop begin and end points from an AIFF sample? I've created an AIFF sample in an editor and set loop points (I believe the AIFF spec ...
Hello Douglas, ... Yes, if the sustain and release loops are set correctly then JSyn will use them. Is this not working for you? ... It supports multiple...
Hi Doug, Phil will probably give you a more complete answer, but... You can get the number of cue points in a SynthSample with sample.cuePoints.size(); You can...