Send Pd-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."
Today's Topics:
1. SF.net SVN: pure-data:[14855]
trunk/externals/ddoukhan/cw_binaural~ ([email protected])
2. SF.net SVN: pure-data:[14854] trunk/externals
([email protected])
3. SF.net SVN: pure-data:[14856]
trunk/externals/ddoukhan/cw_binaural~ ([email protected])
4. SF.net SVN: pure-data:[14857]
trunk/externals/ddoukhan/cw_binaural~ ([email protected])
5. SF.net SVN: pure-data:[14858] trunk/externals/Makefile
([email protected])
6. SF.net SVN: pure-data:[14859]
trunk/externals/ddoukhan/cw_binaural~/src/ hrtfcont.cpp
([email protected])
7. SF.net SVN: pure-data:[14860]
trunk/externals/ddoukhan/cw_binaural~ ([email protected])
8. SF.net SVN: pure-data:[14861]
trunk/externals/ddoukhan/cw_binaural~/TODO. txt.txt
([email protected])
9. SF.net SVN: pure-data:[14862] trunk/doc
([email protected])
10. SF.net SVN: pure-data:[14863]
trunk/externals/hardware/arduino ([email protected])
11. SF.net SVN: pure-data:[14864] trunk
([email protected])
12. SF.net SVN: pure-data:[14865] trunk/doc/tutorials/networking
([email protected])
13. SF.net SVN: pure-data:[14866] trunk/doc/tutorials/physical/
([email protected])
14. SF.net SVN: pure-data:[14867]
trunk/scripts/guiplugins/buttonbar-plugin/ buttonbar-plugin.tcl
([email protected])
15. SF.net SVN: pure-data:[14868] trunk/scripts/guiplugins
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 07 Feb 2011 13:09:27 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14855]
trunk/externals/ddoukhan/cw_binaural~
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14855
http://pure-data.svn.sourceforge.net/pure-data/?rev=14855&view=rev
Author: rudk
Date: 2011-02-07 13:09:27 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
cw_binaural~ code and examples!
Makefile still missing
Added Paths:
-----------
trunk/externals/ddoukhan/cw_binaural~/README.txt
trunk/externals/ddoukhan/cw_binaural~/examples/
trunk/externals/ddoukhan/cw_binaural~/examples/01-getting_started.pd
trunk/externals/ddoukhan/cw_binaural~/examples/02-supported_hrtf_database.pd
trunk/externals/ddoukhan/cw_binaural~/examples/03-advanded_support_of_hrtf_database.pd
trunk/externals/ddoukhan/cw_binaural~/examples/04-using_subset_of_hrtf_database.pd
trunk/externals/ddoukhan/cw_binaural~/examples/05-cw_binaural~_creation_arguments.pd
trunk/externals/ddoukhan/cw_binaural~/examples/06-FFT_filtering.pd
trunk/externals/ddoukhan/cw_binaural~/examples/azimuth.gif
trunk/externals/ddoukhan/cw_binaural~/examples/coordinates.gif
trunk/externals/ddoukhan/cw_binaural~/examples/elevation.gif
trunk/externals/ddoukhan/cw_binaural~/examples/fft_binaural.pd
trunk/externals/ddoukhan/cw_binaural~/matlab_src/
trunk/externals/ddoukhan/cw_binaural~/matlab_src/README.txt
trunk/externals/ddoukhan/cw_binaural~/matlab_src/cipicdb2wav.m
trunk/externals/ddoukhan/cw_binaural~/src/
trunk/externals/ddoukhan/cw_binaural~/src/binaural_processor.cpp
trunk/externals/ddoukhan/cw_binaural~/src/binaural_processor.hpp
trunk/externals/ddoukhan/cw_binaural~/src/cw_binaural~.cpp
trunk/externals/ddoukhan/cw_binaural~/src/delay.cpp
trunk/externals/ddoukhan/cw_binaural~/src/delay.hpp
trunk/externals/ddoukhan/cw_binaural~/src/fft_riff.cpp
trunk/externals/ddoukhan/cw_binaural~/src/fft_riff.hpp
trunk/externals/ddoukhan/cw_binaural~/src/flyweight_ir_factory.cpp
trunk/externals/ddoukhan/cw_binaural~/src/flyweight_ir_factory.hpp
trunk/externals/ddoukhan/cw_binaural~/src/generic_riff.cpp
trunk/externals/ddoukhan/cw_binaural~/src/generic_riff.hpp
trunk/externals/ddoukhan/cw_binaural~/src/hrtfcont.cpp
trunk/externals/ddoukhan/cw_binaural~/src/hrtfcont.hpp
trunk/externals/ddoukhan/cw_binaural~/src/interpolation_candidates.cpp
trunk/externals/ddoukhan/cw_binaural~/src/interpolation_candidates.hpp
trunk/externals/ddoukhan/cw_binaural~/src/ir_key.cpp
trunk/externals/ddoukhan/cw_binaural~/src/ir_key.hpp
trunk/externals/ddoukhan/cw_binaural~/src/itdcont.cpp
trunk/externals/ddoukhan/cw_binaural~/src/itdcont.hpp
trunk/externals/ddoukhan/cw_binaural~/src/logstring.cpp
trunk/externals/ddoukhan/cw_binaural~/src/logstring.hpp
trunk/externals/ddoukhan/cw_binaural~/src/minphase_hrtfcont.cpp
trunk/externals/ddoukhan/cw_binaural~/src/minphase_hrtfcont.hpp
trunk/externals/ddoukhan/cw_binaural~/src/raw_wav_hrtfcont.cpp
trunk/externals/ddoukhan/cw_binaural~/src/raw_wav_hrtfcont.hpp
trunk/externals/ddoukhan/cw_binaural~/src/riff.cpp
trunk/externals/ddoukhan/cw_binaural~/src/riff.hpp
trunk/externals/ddoukhan/cw_binaural~/src/spectral_hrtfcont.cpp
trunk/externals/ddoukhan/cw_binaural~/src/spectral_hrtfcont.hpp
trunk/externals/ddoukhan/cw_binaural~/src/unprocessed_fixed_size_hrtfcont.cpp
trunk/externals/ddoukhan/cw_binaural~/src/unprocessed_fixed_size_hrtfcont.hpp
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 2
Date: Mon, 07 Feb 2011 13:03:50 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14854] trunk/externals
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14854
http://pure-data.svn.sourceforge.net/pure-data/?rev=14854&view=rev
Author: rudk
Date: 2011-02-07 13:03:50 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
1st import
Added Paths:
-----------
trunk/externals/ddoukhan/
trunk/externals/ddoukhan/cw_binaural~/
trunk/externals/ddoukhan/cw_binaural~/LICENSE.txt
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 3
Date: Mon, 07 Feb 2011 15:28:20 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14856]
trunk/externals/ddoukhan/cw_binaural~
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14856
http://pure-data.svn.sourceforge.net/pure-data/?rev=14856&view=rev
Author: rudk
Date: 2011-02-07 15:28:20 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
make file seems ok + meta file added
Added Paths:
-----------
trunk/externals/ddoukhan/cw_binaural~/Makefile
trunk/externals/ddoukhan/cw_binaural~/cw_binaural~-meta.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 4
Date: Mon, 07 Feb 2011 16:03:11 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14857]
trunk/externals/ddoukhan/cw_binaural~
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14857
http://pure-data.svn.sourceforge.net/pure-data/?rev=14857&view=rev
Author: rudk
Date: 2011-02-07 16:03:10 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
better makefile!
Modified Paths:
--------------
trunk/externals/ddoukhan/cw_binaural~/Makefile
Added Paths:
-----------
trunk/externals/ddoukhan/cw_binaural~/azimuth.gif
trunk/externals/ddoukhan/cw_binaural~/cw_binaural~-help.pd
trunk/externals/ddoukhan/cw_binaural~/elevation.gif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 5
Date: Mon, 07 Feb 2011 16:18:07 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14858]
trunk/externals/Makefile
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14858
http://pure-data.svn.sourceforge.net/pure-data/?rev=14858&view=rev
Author: rudk
Date: 2011-02-07 16:18:06 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
cw_binaural added to the makefile
Modified Paths:
--------------
trunk/externals/Makefile
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 6
Date: Mon, 07 Feb 2011 16:29:31 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14859]
trunk/externals/ddoukhan/cw_binaural~/src/ hrtfcont.cpp
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14859
http://pure-data.svn.sourceforge.net/pure-data/?rev=14859&view=rev
Author: rudk
Date: 2011-02-07 16:29:30 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
M_PIl not available on mac os, replaced to M_PI
Modified Paths:
--------------
trunk/externals/ddoukhan/cw_binaural~/src/hrtfcont.cpp
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 7
Date: Mon, 07 Feb 2011 18:23:37 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14860]
trunk/externals/ddoukhan/cw_binaural~
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14860
http://pure-data.svn.sourceforge.net/pure-data/?rev=14860&view=rev
Author: rudk
Date: 2011-02-07 18:23:37 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
some compilation options for mingw
Modified Paths:
--------------
trunk/externals/ddoukhan/cw_binaural~/Makefile
trunk/externals/ddoukhan/cw_binaural~/README.txt
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 8
Date: Mon, 07 Feb 2011 18:25:00 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14861]
trunk/externals/ddoukhan/cw_binaural~/TODO. txt.txt
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14861
http://pure-data.svn.sourceforge.net/pure-data/?rev=14861&view=rev
Author: rudk
Date: 2011-02-07 18:25:00 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
a todo list
Added Paths:
-----------
trunk/externals/ddoukhan/cw_binaural~/TODO.txt.txt
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 9
Date: Mon, 07 Feb 2011 20:39:47 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14862] trunk/doc
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14862
http://pure-data.svn.sourceforge.net/pure-data/?rev=14862&view=rev
Author: eighthave
Date: 2011-02-07 20:39:46 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
switched all references to rradical/ezdac~ to output~
Modified Paths:
--------------
trunk/doc/pddp/output~-help.pd
trunk/doc/tutorials/sound/03.dsp_processing.pd
trunk/doc/tutorials/sound/TEMPLATE.pd
trunk/doc/tutorials/sound/building_waveforms_with_sines.pd
trunk/doc/tutorials/sound/detecting_pitch.pd
trunk/doc/tutorials/sound/feedback_delay_network.pd
trunk/doc/tutorials/sound/ramping_up_and_down.pd
trunk/doc/tutorials/sound/voice_fm.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 10
Date: Mon, 07 Feb 2011 21:04:08 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14863]
trunk/externals/hardware/arduino
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14863
http://pure-data.svn.sourceforge.net/pure-data/?rev=14863&view=rev
Author: eighthave
Date: 2011-02-07 21:04:08 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
[comport] is now a standalone, so remove references to flatspace
Modified Paths:
--------------
trunk/externals/hardware/arduino/arduino-stress-test.pd
trunk/externals/hardware/arduino/arduino.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 11
Date: Mon, 07 Feb 2011 21:09:35 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14864] trunk
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14864
http://pure-data.svn.sourceforge.net/pure-data/?rev=14864&view=rev
Author: eighthave
Date: 2011-02-07 21:09:34 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
[arraysize] is now a standalone so remove flatspace/ prefix
Modified Paths:
--------------
trunk/abstractions/mtl/player~.pd
trunk/abstractions/mtl/tabwriteAuto.pd
trunk/doc/pddp/table-help.pd
trunk/doc/pddp/tabosc4~-help.pd
trunk/doc/pddp/tabplay~-help.pd
trunk/doc/pddp/tabread-help.pd
trunk/doc/pddp/tabread4-help.pd
trunk/doc/pddp/tabread4~-help.pd
trunk/doc/pddp/tabread~-help.pd
trunk/doc/pddp/tabwrite-help.pd
trunk/doc/pddp/tabwrite~-help.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 12
Date: Mon, 07 Feb 2011 21:21:58 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14865]
trunk/doc/tutorials/networking
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14865
http://pure-data.svn.sourceforge.net/pure-data/?rev=14865&view=rev
Author: eighthave
Date: 2011-02-07 21:21:57 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
stripped down chat client/server example, needs a good text display widget
Modified Paths:
--------------
trunk/doc/tutorials/networking/09.chat-server.pd
trunk/doc/tutorials/networking/10.chat_client.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 13
Date: Mon, 07 Feb 2011 21:36:59 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14866]
trunk/doc/tutorials/physical/
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14866
http://pure-data.svn.sourceforge.net/pure-data/?rev=14866&view=rev
Author: eighthave
Date: 2011-02-07 21:36:59 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
this has been empty for years
Removed Paths:
-------------
trunk/doc/tutorials/physical/
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 14
Date: Mon, 07 Feb 2011 23:28:13 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14867]
trunk/scripts/guiplugins/buttonbar-plugin/ buttonbar-plugin.tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14867
http://pure-data.svn.sourceforge.net/pure-data/?rev=14867&view=rev
Author: eighthave
Date: 2011-02-07 23:28:12 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
put into its own namespace and cleaned up code
Modified Paths:
--------------
trunk/scripts/guiplugins/buttonbar-plugin/buttonbar-plugin.tcl
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 15
Date: Mon, 07 Feb 2011 23:52:13 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[14868]
trunk/scripts/guiplugins
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 14868
http://pure-data.svn.sourceforge.net/pure-data/?rev=14868&view=rev
Author: eighthave
Date: 2011-02-07 23:52:13 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
buggy working version of a double-click popup buttonbar
Added Paths:
-----------
trunk/scripts/guiplugins/buttonpopup-plugin/
trunk/scripts/guiplugins/buttonpopup-plugin/buttonpopup-plugin.tcl
Removed Paths:
-------------
trunk/scripts/guiplugins/buttonpopup-plugin/buttonbar-plugin.tcl
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs
End of Pd-cvs Digest, Vol 72, Issue 8
*************************************