Hi All, I've perused the list archive and have seen some discussion of this issue, but I have another question regarding deletion of units. Quoting from prior...
770
Phil Burk
philburk_94901
Nov 7, 2001 7:27 am
Hello David, ... As a matter of fact, deletion does not complete until all scheduled future events, like stop(time) or set(time), for that unit are complete....
771
David Birchfield
dbirchfield80
Nov 7, 2001 3:13 pm
Hi Phil, That's great! I was just assuming that delete would delete a unit immediately when called. This should work just fine for me. Thanks so much! david...
772
Phil Burk
philburk_94901
Nov 8, 2001 11:09 pm
I have finally found a tutorial that explains GridBagLayout well. They are actually simpler to use than I thought, and very powerful. They are handy when you...
773
Ryan Francesconi
devlists@...
Nov 8, 2001 11:14 pm
gridbag constraints... (shudder)...
774
Phil Burk
philburk_94901
Nov 8, 2001 11:39 pm
... Yeah. I could never make any sense out of the SUN docs. But the tutorial below really made it clear. ...
775
Ryan Francesconi
devlists@...
Nov 8, 2001 11:41 pm
yeah, if your stuck writing applet interfaces.. (shudder) ;) BoxLayout is your friend otherwise. rf...
776
Wolfgang Herrmann
wolfgang_her...
Nov 9, 2001 12:22 am
Hey Guys, use Forte for Java and you will never have a problem with GridbagLayout anyway, also you learn to deal with it. And this does not mean, that you do...
777
Jonathan S. Simon
jonathan_s_s...
Nov 9, 2001 2:27 pm
Hey there all you JSyn application developers... www.java.sun.com\products\javawebstart Java Web Start is this totally happening way of distributing and...
778
yeeking@...
superuseryee...
Nov 10, 2001 8:10 pm
Hello I would like to develop some jsyn apps under ppc linux. (whilst waiting for macosx jsn :) ) i notice that the jsyn sdk for linux is intel based. is there...
779
Phil Burk
philburk_94901
Nov 11, 2001 12:04 am
Hello Matthew, ... Interesting thought. But to run LinuxPPC, I would need a new Mac. And if I had that, my first priority would be getting JSyn running on Mac...
780
Nico Wald
nicowald@...
Nov 11, 2001 12:40 am
Hello Phil, I really hope that you will get a new Mac for christmas, in order to bring us JSyn for OS X. I'm running OS X full time since 10.0.0 and can say...
781
Nick Didkovsky
doctornerve
Nov 11, 2001 2:14 am
Yet another reason to implement Phil.clone() ... Doctor Nerve Home Page, http://www.doctornerve.org Interactive Computer Music, http://www.punosmusic.com Java...
782
yeeking@...
superuseryee...
Nov 11, 2001 11:01 am
right that settles it. i'm writing to santa seriously tho, is there no way to generate some ppc binaries using the arch flag on gcc or something? (i know...
783
Phil Burk
philburk_94901
Nov 11, 2001 8:29 pm
The biggest issue in getting JSyn to run on LinuxPPC is knowing whether the PortAudio Unix OSS implementation will run on LinuxPPC. It contains almost all of...
784
yeeking@...
superuseryee...
Nov 13, 2001 9:25 am
this may not be totally jsyn orientated, but.... a friend of mine wants to develop midi/ synth apps under linux. good timing is important to the music he'll be...
785
David Birchfield
dbirchfield80
Nov 14, 2001 2:07 am
Hi All, I am running beta jsyn on Linux. I have two (possibly) related questions: 1) Roughly every 6 or 7 times that I start my application, I get no sound ...
786
Phil Burk
philburk_94901
Nov 14, 2001 7:57 am
Hello David, Thanks for the feedback about JSyn on Linux. I haven't heard many reports so this is very useful information. By the way, what Linux are you...
787
John Clavin
johnclavin
Nov 15, 2001 8:16 pm
Is there any word yet on jsyn and wire running in Windows XP, assuming that the Java jdk and jre gets loaded in?...
788
Phil Legard
qutrub
Nov 18, 2001 5:56 pm
Hi all, I'm writing an application which basically has several 'note generators39; which output musical data to one or more 'instruments39; that make the sound ...
789
jo
jo@...
Nov 18, 2001 6:05 pm
Hi P! A while ago, I was exactly there! The nice thing is, jsyn allows for quite an exact timing, that works with scheduling events in the future. So the more...
790
Phil Burk
philburk_94901
Nov 18, 2001 8:46 pm
Hello Phil, Having sequencers observe a Timer thread is perfectly sound. I use that technique when there are multiple objects all synchronized to a "beat". If ...
791
Jamie Forrest
honksandsirens
Nov 19, 2001 4:54 am
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
792
Bradford Garton
garton@...
Nov 20, 2001 1:19 am
Hey jsyn-ers -- I'm fooling with some stuff where I need to get sample-accurate delays (like, 4 samples or 3 samples) and haven't seen any units that do quite ...
793
marcello.giuliattini@...
Nov 20, 2001 1:53 am
794
Phil Burk
philburk_94901
Nov 20, 2001 2:17 am
... The Observer/Observable concept is a powerful design pattern. Basically Observers register as listeners to an Observable object. When the Observable object...
795
Phil Burk
philburk_94901
Nov 20, 2001 5:22 am
Hello Brad, ... Hmmm. This would be good to add. How about if I added these units: DelayOne for [Z-1] DelayTwo for [Z-2] DelayThree for [Z-3] DelayFour for...
796
LARRY.POLANSKY@...
Nov 20, 2001 11:33 am
... I am considering adding a mode where the calculation block size can be set to one instead of eight for a circuit to allow precise control over delay in a...
797
Jamie Forrest
honksandsirens
Nov 20, 2001 1:41 pm
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
798
Bradford Garton
garton@...
Nov 20, 2001 1:41 pm
... This would solve my immediate need, but how about a more generic "delay" unit that would allow the specification of delay time or buffer size in samples...