You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(8) |
Jul
(1) |
Aug
|
Sep
(13) |
Oct
|
Nov
(47) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(51) |
Feb
|
Mar
|
Apr
|
May
(20) |
Jun
(6) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: <res...@li...> - 2008-01-21 16:27:15
|
Revision: 106 http://resound.svn.sourceforge.net/resound/?rev=106&view=rev Author: drm004e Date: 2008-01-21 08:27:02 -0800 (Mon, 21 Jan 2008) Log Message: ----------- partial reorganisation into library form does not build Added Paths: ----------- trunk/src/libresound_client/ Removed Paths: ------------- trunk/src/resound_gui/libresound/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2008-01-21 16:26:25
|
Revision: 105 http://resound.svn.sourceforge.net/resound/?rev=105&view=rev Author: drm004e Date: 2008-01-21 08:26:11 -0800 (Mon, 21 Jan 2008) Log Message: ----------- partial reorganisation into library form does not build Added Paths: ----------- trunk/src/resound_gui/libresound/ trunk/src/resound_gui/libresound/CMakeLists.txt trunk/src/resound_gui/libresound/amclient.cpp trunk/src/resound_gui/libresound/automation.cpp trunk/src/resound_gui/libresound/basebehaviour.cpp trunk/src/resound_gui/libresound/behaviour.cpp trunk/src/resound_gui/libresound/libresound/ trunk/src/resound_gui/libresound/libresound/amclient.h trunk/src/resound_gui/libresound/libresound/automation.h trunk/src/resound_gui/libresound/libresound/basebehaviour.h trunk/src/resound_gui/libresound/libresound/behaviour.h trunk/src/resound_gui/libresound/libresound/mmanager.h trunk/src/resound_gui/libresound/libresound/mmanager_alsa.h trunk/src/resound_gui/libresound/libresound/mmanagerwin32.h trunk/src/resound_gui/libresound/libresound/pch.h trunk/src/resound_gui/libresound/libresound/performance.h trunk/src/resound_gui/libresound/libresound/pvar.h trunk/src/resound_gui/libresound/libresound/util.h trunk/src/resound_gui/libresound/mmanager.cpp trunk/src/resound_gui/libresound/mmanager_alsa.cpp trunk/src/resound_gui/libresound/mmanagerwin32.cpp trunk/src/resound_gui/libresound/performance.cpp trunk/src/resound_gui/libresound/pvar.cpp Removed Paths: ------------- trunk/src/resound_gui/amclient.cpp trunk/src/resound_gui/amclient.h trunk/src/resound_gui/automation.cpp trunk/src/resound_gui/automation.h trunk/src/resound_gui/basebehaviour.cpp trunk/src/resound_gui/basebehaviour.h trunk/src/resound_gui/behaviour.cpp trunk/src/resound_gui/behaviour.h trunk/src/resound_gui/coherency.cpp trunk/src/resound_gui/coherency.h trunk/src/resound_gui/mmanager.cpp trunk/src/resound_gui/mmanager.h trunk/src/resound_gui/mmanager_alsa.cpp trunk/src/resound_gui/mmanager_alsa.h trunk/src/resound_gui/mmanagerwin32.cpp trunk/src/resound_gui/mmanagerwin32.h trunk/src/resound_gui/pch.h trunk/src/resound_gui/performance.cpp trunk/src/resound_gui/performance.h trunk/src/resound_gui/pvar.cpp trunk/src/resound_gui/pvar.h trunk/src/resound_gui/util.h trunk/src/resound_gui/virtualsurface.cpp trunk/src/resound_gui/virtualsurface.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2008-01-10 11:04:48
|
Revision: 104 http://resound.svn.sourceforge.net/resound/?rev=104&view=rev Author: drm004e Date: 2008-01-10 03:04:34 -0800 (Thu, 10 Jan 2008) Log Message: ----------- this patch modifies the basic operation of the locks such that we can control the levels Modified Paths: -------------- trunk/src/resound_gui/amclient.cpp trunk/src/resound_gui/monitornodewidget.cpp trunk/src/resound_gui/monitornodewidget.h trunk/src/resound_gui/pvar.h trunk/src/resound_gui/vumeterwidget.cpp trunk/src/resound_gui/vumeterwidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2008-01-09 16:47:14
|
Revision: 103 http://resound.svn.sourceforge.net/resound/?rev=103&view=rev Author: drm004e Date: 2008-01-09 08:47:13 -0800 (Wed, 09 Jan 2008) Log Message: ----------- much better curve for faders Modified Paths: -------------- trunk/src/resound_gui/amclient.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2008-01-09 12:32:38
|
Revision: 102 http://resound.svn.sourceforge.net/resound/?rev=102&view=rev Author: drm004e Date: 2008-01-09 04:32:37 -0800 (Wed, 09 Jan 2008) Log Message: ----------- Added logarithmic fader curves to the gui, 0 is -inf dB moving to -60dB in first step then curve up to 0dB at the top of the fader Modified Paths: -------------- trunk/src/resound_gui/amclient.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2008-01-09 11:25:38
|
Revision: 101 http://resound.svn.sourceforge.net/resound/?rev=101&view=rev Author: drm004e Date: 2008-01-09 03:24:55 -0800 (Wed, 09 Jan 2008) Log Message: ----------- Added a patch that switches from per buffer log interpolation to a linear per sample algorithm. This has had very limited testing at present but build and run is ok. There will be a performance hit from this patch but it should allow higher jack buffer sizes without the exponential reactivity loss so the net gain may be better. There is likely to be some differences in audio quality (better or worse unknown) Modified Paths: -------------- trunk/src/resound_server/dsp.h trunk/src/resound_server/dsp_manager.cpp trunk/src/resound_server/dsp_manager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2008-01-09 09:59:15
|
Revision: 100 http://resound.svn.sourceforge.net/resound/?rev=100&view=rev Author: drm004e Date: 2008-01-09 01:59:11 -0800 (Wed, 09 Jan 2008) Log Message: ----------- merging changes from the 0.1.73 branch Added Paths: ----------- trunk/docs/CONTENTS.txt trunk/docs/bitstream_3x_preset.bs3 Removed Paths: ------------- trunk/docs/resoundnv-schema.xsd trunk/docs/resoundnv-xml-spec-2.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2008-01-09 09:44:06
|
Revision: 99 http://resound.svn.sourceforge.net/resound/?rev=99&view=rev Author: drm004e Date: 2008-01-09 01:43:53 -0800 (Wed, 09 Jan 2008) Log Message: ----------- moving resound nv into branches Added Paths: ----------- branches/resoundnv/ Removed Paths: ------------- trunk/resoundnv/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-26 20:05:22
|
Revision: 98 http://resound.svn.sourceforge.net/resound/?rev=98&view=rev Author: drm004e Date: 2007-11-26 12:05:05 -0800 (Mon, 26 Nov 2007) Log Message: ----------- added virtualized version for jack callbacks Modified Paths: -------------- trunk/resoundnv/src/core_objects.cpp trunk/resoundnv/src/core_objects.hpp trunk/resoundnv/src/dynamicobject.hpp trunk/resoundnv/src/engine.cpp trunk/resoundnv/src/jackengine.cpp trunk/resoundnv/src/jackengine.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-26 14:25:16
|
Revision: 97 http://resound.svn.sourceforge.net/resound/?rev=97&view=rev Author: drm004e Date: 2007-11-26 06:25:15 -0800 (Mon, 26 Nov 2007) Log Message: ----------- added behaviours and aliases work with cass/cls and behaviour/input and output Modified Paths: -------------- trunk/resoundnv/src/CMakeLists.txt trunk/resoundnv/src/core_objects.cpp trunk/resoundnv/src/core_objects.hpp trunk/resoundnv/src/init.xml Added Paths: ----------- trunk/resoundnv/src/core_behaviours.cpp trunk/resoundnv/src/core_behaviours.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-26 13:16:06
|
Revision: 96 http://resound.svn.sourceforge.net/resound/?rev=96&view=rev Author: drm004e Date: 2007-11-26 05:16:04 -0800 (Mon, 26 Nov 2007) Log Message: ----------- minor modification improving xml output if no child elements present. Improves readability Modified Paths: -------------- trunk/resoundnv/src/dynamicobject.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-26 13:00:11
|
Revision: 95 http://resound.svn.sourceforge.net/resound/?rev=95&view=rev Author: drm004e Date: 2007-11-26 05:00:09 -0800 (Mon, 26 Nov 2007) Log Message: ----------- added cass and cls alias sub objects and modified init.xml to reflect Modified Paths: -------------- trunk/resoundnv/src/core_objects.cpp trunk/resoundnv/src/core_objects.hpp trunk/resoundnv/src/init.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-26 12:49:19
|
Revision: 94 http://resound.svn.sourceforge.net/resound/?rev=94&view=rev Author: drm004e Date: 2007-11-26 04:49:18 -0800 (Mon, 26 Nov 2007) Log Message: ----------- partial implementation of base objects. CASS and CLS don't have aliases yet Modified Paths: -------------- trunk/resoundnv/src/core_objects.cpp trunk/resoundnv/src/core_objects.hpp trunk/resoundnv/src/dynamicobject.hpp trunk/resoundnv/src/init.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-26 11:35:43
|
Revision: 93 http://resound.svn.sourceforge.net/resound/?rev=93&view=rev Author: drm004e Date: 2007-11-26 03:35:42 -0800 (Mon, 26 Nov 2007) Log Message: ----------- implemented template base AttributeHelper class and readjusted the way in which attributes are defined Modified Paths: -------------- trunk/resoundnv/src/core_objects.cpp trunk/resoundnv/src/core_objects.hpp trunk/resoundnv/src/dynamicobject.cpp trunk/resoundnv/src/dynamicobject.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-26 10:56:31
|
Revision: 92 http://resound.svn.sourceforge.net/resound/?rev=92&view=rev Author: drm004e Date: 2007-11-26 02:56:18 -0800 (Mon, 26 Nov 2007) Log Message: ----------- implemented delete and rename commands in xml spec. these will need thread safety Modified Paths: -------------- trunk/resoundnv/src/dynamicobject.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-25 20:26:17
|
Revision: 91 http://resound.svn.sourceforge.net/resound/?rev=91&view=rev Author: drm004e Date: 2007-11-25 12:26:09 -0800 (Sun, 25 Nov 2007) Log Message: ----------- added some more classes and made init.xml it a bit more resound rather than generic Modified Paths: -------------- trunk/resoundnv/src/core_objects.cpp trunk/resoundnv/src/core_objects.hpp trunk/resoundnv/src/init.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-25 19:28:38
|
Revision: 90 http://resound.svn.sourceforge.net/resound/?rev=90&view=rev Author: drm004e Date: 2007-11-25 11:28:37 -0800 (Sun, 25 Nov 2007) Log Message: ----------- got attribute modification code in and working. Modified Paths: -------------- trunk/resoundnv/src/core_objects.hpp trunk/resoundnv/src/dynamicobject.cpp trunk/resoundnv/src/dynamicobject.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-25 17:48:41
|
Revision: 89 http://resound.svn.sourceforge.net/resound/?rev=89&view=rev Author: drm004e Date: 2007-11-25 09:48:39 -0800 (Sun, 25 Nov 2007) Log Message: ----------- modified the index php to include a form for submitting xml to the server. Seems to be working well. Modified Paths: -------------- trunk/resoundnv/src/core_objects.hpp trunk/resoundnv/src/dynamicobject.cpp trunk/resoundnv/src/dynamicobject.hpp trunk/resoundnv/src/engine.cpp trunk/resoundnv/src/init.xml trunk/resoundnv/webclient/index.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-25 15:32:23
|
Revision: 88 http://resound.svn.sourceforge.net/resound/?rev=88&view=rev Author: drm004e Date: 2007-11-25 07:32:09 -0800 (Sun, 25 Nov 2007) Log Message: ----------- much of dynamic object gone in not yet complete missing rename and delete. new is in Modified Paths: -------------- trunk/resoundnv/src/dynamicobject.cpp trunk/resoundnv/src/dynamicobject.hpp trunk/resoundnv/src/engine.cpp trunk/resoundnv/src/init.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-25 14:37:17
|
Revision: 87 http://resound.svn.sourceforge.net/resound/?rev=87&view=rev Author: drm004e Date: 2007-11-25 06:37:15 -0800 (Sun, 25 Nov 2007) Log Message: ----------- much of dynamic object gone in.. this is a big improvement to the way it was done before Modified Paths: -------------- trunk/resoundnv/src/CMakeLists.txt trunk/resoundnv/src/core_objects.hpp trunk/resoundnv/src/engine.cpp trunk/resoundnv/src/engine.hpp trunk/resoundnv/src/init.xml trunk/resoundnv/src/main.cpp Added Paths: ----------- trunk/resoundnv/src/dynamicobject.cpp trunk/resoundnv/src/dynamicobject.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-24 20:06:19
|
Revision: 86 http://resound.svn.sourceforge.net/resound/?rev=86&view=rev Author: drm004e Date: 2007-11-24 12:06:15 -0800 (Sat, 24 Nov 2007) Log Message: ----------- further ideas Modified Paths: -------------- trunk/resoundnv/docs/notes.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-24 19:00:31
|
Revision: 85 http://resound.svn.sourceforge.net/resound/?rev=85&view=rev Author: drm004e Date: 2007-11-24 11:00:17 -0800 (Sat, 24 Nov 2007) Log Message: ----------- further work compiles and runs ok. making progress towards xml merge and DynamicObjects Modified Paths: -------------- trunk/resoundnv/docs/notes.txt trunk/resoundnv/src/CMakeLists.txt trunk/resoundnv/src/engine.cpp trunk/resoundnv/src/engine.hpp trunk/resoundnv/src/init.xml trunk/resoundnv/webclient/index.php Added Paths: ----------- trunk/resoundnv/src/core_objects.cpp trunk/resoundnv/src/core_objects.hpp Removed Paths: ------------- trunk/resoundnv/src/audiostream.cpp trunk/resoundnv/src/audiostream.hpp trunk/resoundnv/src/ugen.cpp trunk/resoundnv/src/ugen.hpp trunk/resoundnv/src/ugen_att.cpp trunk/resoundnv/src/ugen_att.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-24 12:47:16
|
Revision: 84 http://resound.svn.sourceforge.net/resound/?rev=84&view=rev Author: drm004e Date: 2007-11-24 04:47:14 -0800 (Sat, 24 Nov 2007) Log Message: ----------- two communication from php to C application very basic but working Modified Paths: -------------- trunk/resoundnv/src/engine.cpp trunk/resoundnv/src/engine.hpp trunk/resoundnv/webclient/index.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-24 11:31:05
|
Revision: 83 http://resound.svn.sourceforge.net/resound/?rev=83&view=rev Author: drm004e Date: 2007-11-24 03:30:55 -0800 (Sat, 24 Nov 2007) Log Message: ----------- added the webclient stub for resoundnv Added Paths: ----------- trunk/resoundnv/webclient/ trunk/resoundnv/webclient/index.php trunk/resoundnv/webclient/install This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <res...@li...> - 2007-11-24 10:47:41
|
Revision: 82 http://resound.svn.sourceforge.net/resound/?rev=82&view=rev Author: drm004e Date: 2007-11-24 02:47:26 -0800 (Sat, 24 Nov 2007) Log Message: ----------- Adding the resoundnv directory which will eventually form the new version of resound. Added Paths: ----------- trunk/resoundnv/ trunk/resoundnv/CMakeLists.txt trunk/resoundnv/docs/ trunk/resoundnv/docs/design.dia trunk/resoundnv/docs/notes.txt trunk/resoundnv/src/ trunk/resoundnv/src/CMakeLists.txt trunk/resoundnv/src/audiostream.cpp trunk/resoundnv/src/audiostream.hpp trunk/resoundnv/src/engine.cpp trunk/resoundnv/src/engine.hpp trunk/resoundnv/src/init.xml trunk/resoundnv/src/jackengine.cpp trunk/resoundnv/src/jackengine.hpp trunk/resoundnv/src/main.cpp trunk/resoundnv/src/main.hpp trunk/resoundnv/src/oscmanager.cpp trunk/resoundnv/src/oscmanager.hpp trunk/resoundnv/src/ugen.cpp trunk/resoundnv/src/ugen.hpp trunk/resoundnv/src/ugen_att.cpp trunk/resoundnv/src/ugen_att.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |