Hi Phil or whoever else might know, I very often reach CPU usage limits even though my patches aren't particularly complex. So I tried an experiment. I set...
James Forrest
honksandsirens@...
Sep 1, 2001 7:13 pm
656
From: "James Forrest" <honksandsirens@...> ... There could be a lot of reasons for this. James McCartney, who wrote SuperCollider, may have used a...
Phil Burk
philburk@...
Sep 2, 2001 12:37 am
657
From: "Phil Burk" <philburk@...> ... not then ... that requires very few ... ringing filter. But the ... modulate frequency because ... frequency to...
James Forrest
honksandsirens@...
Sep 2, 2001 5:37 am
658
I need to play a sample, varying the pitch and dynamics over time. Currently I have the sample going into the sample port of the SampleReader_16V1, the output...
Sandra Wilson
mamscw@...
Sep 3, 2001 2:05 pm
659
Hi Sandra, ha... that's something I think I know how to do! :) It's actually not too complex: All you have to do is create an EnvelopePlayer for your pitch...
Joachim Gossmann
jo@...
Sep 3, 2001 7:21 pm
660
Hi Phil, Looks great - the gui is a huge improvement over the old one. I tried it with Leo (5 years old) this morning. First I enlarged it vertically so the...
Nick Didkovsky
didkovn@...
Sep 4, 2001 4:05 pm
661
Hi, I tried out this applet, and aside from it being the coolest applet ever, there were two things that popped out at me: one) the red beat progress indicator...
James Forrest
honksandsirens@...
Sep 4, 2001 4:46 pm
662
whoops... i may have missed something that jamie's email points out -- a general volume fader already exists for each track???? lp...
LARRY.POLANSKY@...
Sep 4, 2001 7:19 pm
663
Hi Nick, Thanks for the feedback. I really appreciate it. About 18 people have tried it but you and James are the only folks who gave me feedback.... From:...
Phil Burk
philburk@...
Sep 4, 2001 8:38 pm
664
Hi James, Thanks for the feedback. From: "James Forrest" <honksandsirens@...> ... I'm glad you liked it. ... Yes, depending on the audio latency, the red...
Phil Burk
philburk@...
Sep 4, 2001 8:45 pm
665
This was forward at Larry's request because of a problem with his mail ... From: "Larry Polansky" <Larry.Polansky@...> To: <philburk@...> ...
Phil Burk
philburk@...
Sep 4, 2001 8:51 pm
666
From: <LARRY.POLANSKY@...> Subject: Re: [jsyn] new drum box applet ... general ... Yes. It's the cryptic looking little widget with the angled...
Phil Burk
philburk@...
Sep 4, 2001 9:01 pm
667
Hi Phil, ... No, they stopped. ... Yes, the graphics continued to work, as did the clear button. Just no action. This was in IE ... That sounds reasonable -...
Nick Didkovsky
didkovn@...
Sep 4, 2001 9:17 pm
668
Hi Larry, Thanks for all the good suggestions. ... This Applet is intended to be a very simple program so people can jam together. So I may keep it pretty...
Phil Burk
philburk@...
Sep 4, 2001 10:39 pm
669
Excellent applet. The only minor problem I had with it: during a change of direction, the sequence would play to the end, and then stop in order to resync with...
kristjan@...
Sep 5, 2001 4:29 pm
670
... Yes. It's the cryptic looking little widget with the angled lines. its one of those "international symbols" that confuses everyone regardless of their ...
LARRY.POLANSKY@...
Sep 5, 2001 6:16 pm
671
... Check out the radio buttons on the bottom row. You can select quiet, normal, loud for accents. ... right, but i mean accented different beats in different...
LARRY.POLANSKY@...
Sep 5, 2001 6:19 pm
672
Hello Kristjan, Thanks for the feedback. From: <kristjan@...> ... That is so that sequences with the same number of beats can be aligned. ...
Phil Burk
philburk@...
Sep 5, 2001 8:36 pm
673
From: <LARRY.POLANSKY@...> ... normal, ... I'm still confused. Do you mean making an accent by using a different sound? Or just making some notes...
Phil Burk
philburk@...
Sep 5, 2001 8:47 pm
674
... In JScore (JMSL's scoring package), I make it the user's option to pull up a scrollbar and adjust it until sound synchs with graphics (in this case, ...
Nick Didkovsky
didkovn@...
Sep 6, 2001 3:14 am
675
Hello. I'm currently trying to create a Javascript-code that would detect the existence of the Jsyn-plugin or Active-X component on both Netscape and IE. On...
markomy@...
Sep 7, 2001 10:17 am
676
Hello Marko, I do not use an ActiveX component for the IE plugin. So you probably cannot detect the presence of the plugin from JavaScript. I've tried and...
Phil Burk
philburk@...
Sep 7, 2001 5:41 pm
677
Has anyone seen this exception before in setting up jSyn? Thanks Much, -Daniel ... $ java mystuff.TJ_Beep JSyn using native library JSynV142 PortAudio on WMME...
Daniel Howe
dchowe@...
Sep 10, 2001 4:08 am
678
Hello Daniel, ... JSyn is apparently unable to open the audio device driver on your computer. This is very rare but I would like to find out why. A couple...
Phil Burk
philburk@...
Sep 10, 2001 6:47 am
679
Hi Daniel, I work on a network and have to copy the JSynV142.dll file across from my file space on to the C: drive whenever someone has rebooted the PC I am on...
Sandra Wilson
mamscw@...
Sep 10, 2001 8:28 am
680
... Yes, it helped! Thanks. If you want to check my little applet, it's in the address http://webusers.siba.fi/~mmyohane/JSynCheck Please tell me if it doesn't...
markomy@...
Sep 10, 2001 9:45 am
681
hello got linux jsyn workin fine on my shiny new linux mandrake 8.0 install. bye bye gates! just wondering what linux audio system jsyn uses? (alsa/ oss?) and...
matthew yee-king
yeeking@...
Sep 10, 2001 12:43 pm
682
... Bummer. An alternative would be to put the DLL into the local diractory that you are running from. Java will look there first for the DLL. Wire works this...
Phil Burk
philburk@...
Sep 10, 2001 3:43 pm
683
... I use PortAudio which uses OSS. Info here: http://www.portaudio.com What is "arts"? If there was an "arts" implementation of PortAudio then JSyn could...
Phil Burk
philburk@...
Sep 10, 2001 4:20 pm
684
Hi all, I'm trying to dump a SynthSample out to a file. In another instance I have used the WAVFileWriter to record from a BusReader, and I see numerous ...