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...
656
Phil Burk
philburk@...
Sep 2, 2001 12:37 am
From: "James Forrest" <honksandsirens@...> ... There could be a lot of reasons for this. James McCartney, who wrote SuperCollider, may have used a...
657
James Forrest
honksandsirens@...
Sep 2, 2001 5:37 am
From: "Phil Burk" <philburk@...> ... not then ... that requires very few ... ringing filter. But the ... modulate frequency because ... frequency to...
658
Sandra Wilson
mamscw@...
Sep 3, 2001 2:05 pm
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...
659
Joachim Gossmann
jo@...
Sep 3, 2001 7:21 pm
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...
660
Nick Didkovsky
didkovn@...
Sep 4, 2001 4:05 pm
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...
661
James Forrest
honksandsirens@...
Sep 4, 2001 4:46 pm
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...
662
LARRY.POLANSKY@...
Sep 4, 2001 7:19 pm
whoops... i may have missed something that jamie's email points out -- a general volume fader already exists for each track???? lp...
663
Phil Burk
philburk@...
Sep 4, 2001 8:38 pm
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:...
664
Phil Burk
philburk@...
Sep 4, 2001 8:45 pm
Hi James, Thanks for the feedback. From: "James Forrest" <honksandsirens@...> ... I'm glad you liked it. ... Yes, depending on the audio latency, the red...
665
Phil Burk
philburk@...
Sep 4, 2001 8:51 pm
This was forward at Larry's request because of a problem with his mail ... From: "Larry Polansky" <Larry.Polansky@...> To: <philburk@...> ...
666
Phil Burk
philburk@...
Sep 4, 2001 9:01 pm
From: <LARRY.POLANSKY@...> Subject: Re: [jsyn] new drum box applet ... general ... Yes. It's the cryptic looking little widget with the angled...
667
Nick Didkovsky
didkovn@...
Sep 4, 2001 9:17 pm
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 -...
668
Phil Burk
philburk@...
Sep 4, 2001 10:39 pm
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...
669
kristjan@...
Sep 5, 2001 4:29 pm
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...
670
LARRY.POLANSKY@...
Sep 5, 2001 6:16 pm
... Yes. It's the cryptic looking little widget with the angled lines. its one of those "international symbols" that confuses everyone regardless of their ...
671
LARRY.POLANSKY@...
Sep 5, 2001 6:19 pm
... 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...
672
Phil Burk
philburk@...
Sep 5, 2001 8:36 pm
Hello Kristjan, Thanks for the feedback. From: <kristjan@...> ... That is so that sequences with the same number of beats can be aligned. ...
673
Phil Burk
philburk@...
Sep 5, 2001 8:47 pm
From: <LARRY.POLANSKY@...> ... normal, ... I'm still confused. Do you mean making an accent by using a different sound? Or just making some notes...
674
Nick Didkovsky
didkovn@...
Sep 6, 2001 3:14 am
... 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, ...
675
markomy@...
Sep 7, 2001 10:17 am
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...
676
Phil Burk
philburk@...
Sep 7, 2001 5:41 pm
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...
677
Daniel Howe
dchowe@...
Sep 10, 2001 4:08 am
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...
678
Phil Burk
philburk@...
Sep 10, 2001 6:47 am
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...
679
Sandra Wilson
mamscw@...
Sep 10, 2001 8:28 am
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...
680
markomy@...
Sep 10, 2001 9:45 am
... 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...
681
matthew yee-king
yeeking@...
Sep 10, 2001 12:43 pm
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...
682
Phil Burk
philburk@...
Sep 10, 2001 3:43 pm
... 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...
683
Phil Burk
philburk@...
Sep 10, 2001 4:20 pm
... 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...
684
David Birchfield
dab@...
Sep 10, 2001 11:41 pm
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 ...