I compiled here on Linux (Fedora Core 4) and it runs. Some comments: -Using "Render" runs the project fine. Pressing Render while a project is already rendering does nothing (I was expecting render to start over, but could just be me). No way to stop a render that is going on that I could see. -Cancel closes and exits the program. Closing the window using Alt-F4 or the Window Manager's close button closes the window but the program is still running. Must use ctrl-c from console to close, but if the user opened the program not from console, might result in a hung process. -strange rectangles above each text box for orc/sco/output. Clicking on those results in: X_PolySegment: BadDrawable (invalid Pixmap or Window parameter) 0x3a00354 X_PolySegment: BadDrawable (invalid Pixmap or Window parameter) 0x3a00354 X_PolySegment: BadDrawable (invalid Pixmap or Window parameter) 0x3a00354 X_PolySegment: BadDrawable (invalid Pixmap or Window parameter) 0x3a00354 X_PolyFillRectangle: BadDrawable (invalid Pixmap or Window parameter) 0x3a00354 not sure what that is. Otherwise, seems to be working fine; I do seem to get a good bit of buffer underruns when using this versus using commandline. steven On 3/21/06, David Akbari wrote: > A couple things: > > 1) it tries to look for libcsound64.a in the Makefile > *) Fixed by either > ln -s ../../libcsound.a ../../libcsound64.a > or rename libcsound64.a to libcsound.a in the Makefile > > 2) compiler errors out because of space between -L and /usr/X11R6/lib > * removing the space between -L /usr/X11R6/lib to -L/usr/X11R6/lib > fixes it. > > 3) on successful compilation, it's impossible for the window to take > focus on OS X without command+clicking on the window. Similar to the > problems with the [gemwin] in Pd for the longest time they just fixed. > All functionality does seem to work, keeping in mind you basically have > to command+click everything and realize that Winsound is always in the > background. I also can't seem to change the values for -b and -B in the > "Extras" dialogue... > > Otherwise, Nice job! > > > -David > > On Mar 21, 2006, at 4:18 PM, jpff@codemist.co.uk wrote: > > > With the change to csound5 the old (MFC-based) Winsound has been > > finally buried. However I slightly mourn its loss, and so in a fit > > of excitement yesterday I created winsound5, a GUI for csound5. > > However it is FLTK based and should run on all three platforms (and > > others). Not totally finished yet as it is lacking some of the > > utilities, but it is in the CVS for anyone brave enough or nostalgic > > enough to want a simple launcher. > > It has also acted as a way of trying to learn how to use the API. > > Any comments welcome; positive one especially welcome. > > ==John ffitch > > -- > > Send bugs reports to this list. > > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > > > > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >