Thread: [Osw-users] OSW 1.1 Beta 3 released
Brought to you by:
peoplestank
From: Amar <am...@pt...> - 2003-06-20 23:58:19
|
The third beta release of OpenSoundWorld (OSW) version 1.1 is now = available for download in the downloads/files section of this site. This = new version contains new features and many bug fixes:=20 1) Enhanced OpenSound Control support including fixes to the variable = get/set system, and an auto-sensing mechanism for discovery of multiple = OSW servers on a network and control via Andrew Schmeder's command-line = interface client osw-cli, available from http://www.a2hd.com/research/. 2) New documentation for OpenSound Control, including basic features, = remote-interface commands and revised help and tutorial patches. 3) New transforms, including: LinesEditor - breakpoint function editor Slammer - non-real-time clock source for off-line processing ResPing - excitation of individual filters in a resonance model LoadPatch - Dynamically load/unload patches in response to = events Drunk - ever popular drunk-walk sequence 4) Improvements to Expr, including support for list generation and = manipulation 5) Bug fixes and usability fixes, including: a) The hated Windows DirectSound click is gone! b) Improvements to quality of Phasor c) Improved appearance of several graphical transforms d) New dock appearance e) New startup pane for first-time users Note that this release covers Windows and Linux binaries as well as = source code. New Mac and SGI versions should be released shortly. =20 OSW is a graphical programming environment for real-time music and audio = applications. It is intended for composers, performers, and sound=20 designers. Please visit the the project site http://osw.sourceforge.net = for more information.=20 I would like to thank the entire OSW team for their help in realizing = this release.=20 |
From: Mathieu B. <ma...@sy...> - 2003-06-26 01:31:02
|
On Fri, 20 Jun 2003, Amar wrote: > The third beta release of OpenSoundWorld (OSW) version 1.1 is now > available for download in the downloads/files section of this site. > This new version contains new features and many bug fixes: I can't compile it. Which compiler should I use? This is g++ 3.3 on Debian 3.1. LC_ALL=en make g++ -g -O2 -DOSW_EXT_HASH_MAP -I../include -I../generic -I. -I../types -I../sdif -I../osc -O2 -ftemplate-depth-64 -felide-constructors -D_OSWCORE -D _USING_TCL -march=pentium -march=i586 -Wall -w -DOSW_MAJOR_VERSION=1 -DOSW_MINOR_VERSION=1 -DOSW_BETA_VERSION=3 -DOSW_PATCH_VERSION=0 -D_REENTRANT -pthread -fstack-check -c ../generic/oswGetPut.cpp ../generic/oswGetPut.cpp: In member function `void osw::InternalPutTransform::activation1Expr()': ../generic/oswGetPut.cpp:114: error: ambiguous overload for ` osw::State<osw::Any>& = osw::Any' operator ../include/oswState.h:379: error: candidates are: osw::State<T>& osw::State<T>::operator=(const T&) [with T = osw::Any] ../include/oswState.h:384: error: osw::State<T>& osw::State<T>::operator=(const osw::State<T>&) [with T = osw::Any] ../generic/oswGetPut.cpp: In member function `void osw::InternalGetTransform::activation1Expr()': ../generic/oswGetPut.cpp:206: error: ambiguous overload for ` osw::Outlet<osw::Any>& = osw::Any' operator ../include/oswInletOutlet.h:365: error: candidates are: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::Any&) ../include/oswInletOutlet.h:371: error: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::State<osw::Any>&) ../include/oswInletOutlet.h:345: error: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::Outlet<osw::Any>&) ../generic/oswGetPut.cpp:208: error: ambiguous overload for ` osw::Outlet<osw::Any>& = osw::Any' operator ../include/oswInletOutlet.h:365: error: candidates are: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::Any&) ../include/oswInletOutlet.h:371: error: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::State<osw::Any>&) ../include/oswInletOutlet.h:345: error: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::Outlet<osw::Any>&) ../generic/oswGetPut.cpp: In member function `void osw::GlobTransform::activation1Expr()': ../generic/oswGetPut.cpp:286: error: ambiguous overload for ` osw::State<osw::Any>& = osw::Any' operator ../include/oswState.h:379: error: candidates are: osw::State<T>& osw::State<T>::operator=(const T&) [with T = osw::Any] ../include/oswState.h:384: error: osw::State<T>& osw::State<T>::operator=(const osw::State<T>&) [with T = osw::Any] make: *** [oswGetPut.o] Error 1 ________________________________________________________________ Mathieu Bouchard http://artengine.ca/matju |
From: Amar <am...@pt...> - 2003-06-26 04:50:38
|
Hi Mathieu- I have been compiling with g++ 3.2 on Linux and Mac OS X. Yours is the first experience I've heard with 3.3. I have some ideas of what the problem might be, however, and will look into it. Meanwhile, feedback from anyone else using 3.3 would be most helpful. Regards, -Amar ----- Original Message ----- From: "Mathieu Bouchard" <ma...@sy...> To: "Amar" <am...@pt...> Cc: <osw...@li...>; <osw...@li...> Sent: Wednesday, June 25, 2003 6:31 PM Subject: [Osw-users] Re: [Osw-announce] OSW 1.1 Beta 3 released > > On Fri, 20 Jun 2003, Amar wrote: > > > The third beta release of OpenSoundWorld (OSW) version 1.1 is now > > available for download in the downloads/files section of this site. > > This new version contains new features and many bug fixes: > > I can't compile it. Which compiler should I use? This is g++ 3.3 on Debian > 3.1. > > LC_ALL=en make > g++ -g -O2 -DOSW_EXT_HASH_MAP -I../include -I../generic -I. -I../types > -I../sdif -I../osc -O2 -ftemplate-depth-64 -felide-constructors > -D_OSWCORE -D _USING_TCL -march=pentium -march=i586 -Wall -w > -DOSW_MAJOR_VERSION=1 -DOSW_MINOR_VERSION=1 -DOSW_BETA_VERSION=3 > -DOSW_PATCH_VERSION=0 -D_REENTRANT -pthread -fstack-check -c > ../generic/oswGetPut.cpp > > ../generic/oswGetPut.cpp: In member function `void > osw::InternalPutTransform::activation1Expr()': > ../generic/oswGetPut.cpp:114: error: ambiguous overload for ` > osw::State<osw::Any>& = osw::Any' operator > ../include/oswState.h:379: error: candidates are: osw::State<T>& > osw::State<T>::operator=(const T&) [with T = osw::Any] > ../include/oswState.h:384: error: osw::State<T>& > osw::State<T>::operator=(const osw::State<T>&) [with T = osw::Any] > > ../generic/oswGetPut.cpp: In member function `void > osw::InternalGetTransform::activation1Expr()': > ../generic/oswGetPut.cpp:206: error: ambiguous overload for ` > osw::Outlet<osw::Any>& = osw::Any' operator > ../include/oswInletOutlet.h:365: error: candidates > are: osw::Outlet<osw::Any>& > osw::Outlet<osw::Any>::operator=(const osw::Any&) > ../include/oswInletOutlet.h:371: error: osw::Outlet<osw::Any>& > osw::Outlet<osw::Any>::operator=(const osw::State<osw::Any>&) > ../include/oswInletOutlet.h:345: error: osw::Outlet<osw::Any>& > osw::Outlet<osw::Any>::operator=(const osw::Outlet<osw::Any>&) > ../generic/oswGetPut.cpp:208: error: ambiguous overload for ` > osw::Outlet<osw::Any>& = osw::Any' operator > ../include/oswInletOutlet.h:365: error: candidates > are: osw::Outlet<osw::Any>& > osw::Outlet<osw::Any>::operator=(const osw::Any&) > ../include/oswInletOutlet.h:371: error: osw::Outlet<osw::Any>& > osw::Outlet<osw::Any>::operator=(const osw::State<osw::Any>&) > ../include/oswInletOutlet.h:345: error: osw::Outlet<osw::Any>& > osw::Outlet<osw::Any>::operator=(const osw::Outlet<osw::Any>&) > > ../generic/oswGetPut.cpp: In member function `void > osw::GlobTransform::activation1Expr()': > ../generic/oswGetPut.cpp:286: error: ambiguous overload for ` > osw::State<osw::Any>& = osw::Any' operator > ../include/oswState.h:379: error: candidates are: osw::State<T>& > osw::State<T>::operator=(const T&) [with T = osw::Any] > ../include/oswState.h:384: error: osw::State<T>& > osw::State<T>::operator=(const osw::State<T>&) [with T = osw::Any] > > make: *** [oswGetPut.o] Error 1 > > ________________________________________________________________ > Mathieu Bouchard http://artengine.ca/matju > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Osw-users mailing list > Osw...@li... > https://lists.sourceforge.net/lists/listinfo/osw-users > |