Thanks, I tried a real-time version (which finally worked ok) but noticed that the following does NOT work: recorder.start(Synth.getTickCount()); // record...
Nick Didkovsky
drnerve@...
Oct 1, 2000 5:21 pm
229
Hello, ... The recorder.stop(time) method stops the thread which is gathering audio data. If you are doing real-time recording, you cannot post a stop() in the...
Phil Burk
philburk@...
Oct 1, 2000 5:36 pm
230
... Good idea. Mostly though, I'll really be punching a Button to start and stop recording. Nick...
Nick Didkovsky
drnerve@...
Oct 1, 2000 5:44 pm
231
hello all - i've now fixed my audioserve applet to work with the latest plug inand put it up: http://www.yeeking.freewire.co.uk/html/audioserve/intro.html will...
Matt Yee-King
yeeking@...
Oct 11, 2000 9:31 pm
232
Hello Matt, Wow. This is a great Applet! I'm glad you got past the JSyn V14.1 API changes. Sorry again for the code-breakers. I wasn't getting much variation...
Phil Burk
philburk@...
Oct 15, 2000 1:19 pm
233
Went though a couple of generations and got to a pretty disturbing looping noise thingy. Uploaded it. Pretty fun! There was nothing displayed in my circuit...
Nick Didkovsky
drnerve@...
Oct 15, 2000 3:10 pm
234
...and as an extra bonus, this sound/sleep cycle is still continuing on my PC even after quitting the applet and quitting Netscape Communicator! (although...
Nick Didkovsky
drnerve@...
Oct 15, 2000 3:14 pm
235
Hello Phil, thank you for adding a link to my page. I think I fixed the "y<->z problem" on US-keyboards (please check on it) and I now use the...
Nico Wald
nicowald@...
Oct 16, 2000 7:20 pm
236
glad you got some weird sounds! the upload system runs in a thread in the background. every 15 secs it connects to the server and grabs a new sound and uploads...
Matt Yee-King
yeeking@...
Oct 16, 2000 7:39 pm
237
another thing - if you like a sound, why not submit it lots of times. this will make it (and its subsequent mutant relatives) proliferate in the population......
Matt Yee-King
yeeking@...
Oct 16, 2000 7:41 pm
238
Hi all,
I have trouble loading up Matt's page. IE 5.5 crashes when it tries to load
up the applet. Other JSyn applets (such as Phil's examples, Nico's...
James Forrest
honksandsirens@...
Oct 16, 2000 8:00 pm
239
heres something to be getting on with... http://www.yeeking.freewire.co.uk/html/audioserve/index.html cheers matthew...
Matt Yee-King
yeeking@...
Oct 16, 2000 8:28 pm
240
Hello Nico, ... I tried the APplet at: http://home.c-nit.de/bwald/nwald/VC.html and, yes, the 'z' and 'y' now work as expected on my US keyboard! Good work....
Phil Burk
philburk@...
Oct 17, 2000 12:40 am
241
Hello Matt, ... Excellent paper. It really helps me understand the ideas behind this piece. You have obviously put a lot of thought into this. The only thing...
Phil Burk
philburk@...
Oct 17, 2000 1:53 am
242
Hello James, ... Thanks for the error report! The only thing I can say for certain is that the source of this bug cannot be Matt's code because he is writing ...
Phil Burk
philburk@...
Oct 17, 2000 2:01 am
243
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
James Forrest
honksandsirens@...
Oct 17, 2000 2:53 am
244
Hey, I get this crash too! IEXPLORE caused an invalid page fault in module <unknown> at 0000:00439a1f. Registers: EAX=7ae0539a CS=0167 EIP=00439a1f...
Nick Didkovsky
drnerve@...
Oct 17, 2000 3:10 am
245
All, IMPORTANT INFO!!! ... Me too! So I traced IExplore with the VC++ debugger and now I know why. Guess who's bug it was. Mine, Yours, Matt's and Bill's, but...
Phil Burk
philburk@...
Oct 17, 2000 5:38 am
246
Matt, I'm still having a great time with your AudioServe. I'm really surprised at the variety of sounds that come up. Reminds me of the Cambrian explosion....
Phil Burk
philburk@...
Oct 17, 2000 7:24 am
247
Hello sorry for this mail, maybe you could help me. I'm trying to unsubscribe from the group (I'm not working on jsyn), I wrote to the address below, but all...
Diego Dall'Osto
d.dallosto@...
Oct 17, 2000 8:04 am
248
Hello Phil, ... Before I just used "evt.getKeyChar()" to find out which key is pressed. This makes it possible to differentiate between lower and upper chars...
Nico Wald
nicowald@...
Oct 17, 2000 9:46 am
249
While we're on the subject of IE vs. Netscape JSyn applets, Nico's applet works fine for me under Netscape, but throws the following exception in IE: ...
Nick Didkovsky
drnerve@...
Oct 17, 2000 2:14 pm
250
Nico--
I am also getting that autorepeat retriggering problem--using Win 98 and IE
5.5.
-Jamie
-----Original Message-----
From: Nico Wald...
James Forrest
honksandsirens@...
Oct 17, 2000 2:21 pm
251
Hello, I'm trying to set up a waveform display of a sample. The waveform initially displays but I'm a little uncertain as to how to use the paint method which...
Kenneth Newby
newby@...
Oct 18, 2000 11:22 pm
252
Hello Kenneth, The paint() method is generally only called by the Java system, not by an application. When you change the contents of a graphical component, ...
Phil Burk
philburk@...
Oct 19, 2000 12:12 am
253
Hello, SoftSynth.com has just released a new BETA version of Wire, a graphical patch editor for JSyn. Wire can be used to design new sounds interactively, and...
Phil Burk
philburk@...
Oct 24, 2000 11:31 pm
254
Netscape's Steve Dagley notes [one of] the major changes in the Mac ... -- ________________________________________________________________ darren gibbs...
Darren Gibbs
darren@...
Oct 25, 2000 4:59 pm
255
Hello, I have been working on audio capture capability for the Macintosh version of JSyn. I now have an alpha test version of the JSynNative extension that...
Phil Burk
philburk@...
Oct 28, 2000 2:32 am
256
Hello Phil, I really would appreciate to test it. The next days I should have enough time. Right now I´m playing with the WaveDisplay. I´m doing something...
Nico Wald
nicowald@...
Oct 28, 2000 8:39 am
257
Hello Nico, Thanks for asking. I have updated the documents for the next version with this info. When you want to refresh the display of a Component because...