[PD-cvs] SF.net SVN: pure-data:[15557] trunk/pd

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun Oct 9 18:36:40 CEST 2011


Revision: 15557
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15557&view=rev
Author:   eighthave
Date:     2011-10-09 16:36:37 +0000 (Sun, 09 Oct 2011)
Log Message:
-----------
checked in pd-0.43-0.src.tar.gz

Modified Paths:
--------------
    trunk/pd/INSTALL.txt
    trunk/pd/README.txt
    trunk/pd/doc/1.manual/1.introduction.txt
    trunk/pd/doc/1.manual/index.htm
    trunk/pd/doc/1.manual/x1.htm
    trunk/pd/doc/1.manual/x2.htm
    trunk/pd/doc/1.manual/x3.htm
    trunk/pd/doc/1.manual/x5.htm
    trunk/pd/doc/3.audio.examples/E04.difference.tone.pd
    trunk/pd/doc/3.audio.examples/E06.exponential.pd
    trunk/pd/doc/3.audio.examples/E07.evenodd.pd
    trunk/pd/doc/3.audio.examples/I07.phase.vocoder.pd
    trunk/pd/doc/5.reference/bang-help.pd
    trunk/pd/doc/5.reference/block~-help.pd
    trunk/pd/doc/5.reference/delay-help.pd
    trunk/pd/doc/5.reference/drawpolygon-help.pd
    trunk/pd/doc/5.reference/line-help.pd
    trunk/pd/doc/5.reference/route-help.pd
    trunk/pd/doc/5.reference/spigot-help.pd
    trunk/pd/doc/5.reference/tabread-help.pd
    trunk/pd/doc/7.stuff/tools/latency.pd
    trunk/pd/doc/7.stuff/tools/testtone.pd
    trunk/pd/extra/bonk~/bonk~-help.pd
    trunk/pd/extra/bonk~/bonk~.c
    trunk/pd/extra/bonk~/makefile
    trunk/pd/extra/choice/choice.c
    trunk/pd/extra/choice/makefile
    trunk/pd/extra/expr~/makefile
    trunk/pd/extra/expr~/vexp_if.c
    trunk/pd/extra/fiddle~/makefile
    trunk/pd/extra/loop~/loop~-help.pd
    trunk/pd/extra/loop~/loop~.c
    trunk/pd/extra/loop~/makefile
    trunk/pd/extra/lrshift~/lrshift~.c
    trunk/pd/extra/lrshift~/makefile
    trunk/pd/extra/pd~/makefile
    trunk/pd/extra/pd~/pdsched.c
    trunk/pd/extra/pd~/pd~.c
    trunk/pd/extra/pique/makefile
    trunk/pd/extra/pique/pique.c
    trunk/pd/extra/sigmund~/makefile
    trunk/pd/extra/sigmund~/sigmund~.c
    trunk/pd/extra/stdout/makefile
    trunk/pd/portaudio/include/pa_asio.h
    trunk/pd/portaudio/include/pa_jack.h
    trunk/pd/portaudio/include/pa_linux_alsa.h
    trunk/pd/portaudio/include/pa_mac_core.h
    trunk/pd/portaudio/include/pa_win_wmme.h
    trunk/pd/portaudio/include/portaudio.h
    trunk/pd/portaudio/src/common/pa_allocation.h
    trunk/pd/portaudio/src/common/pa_converters.c
    trunk/pd/portaudio/src/common/pa_debugprint.c
    trunk/pd/portaudio/src/common/pa_dither.c
    trunk/pd/portaudio/src/common/pa_dither.h
    trunk/pd/portaudio/src/common/pa_endianness.h
    trunk/pd/portaudio/src/common/pa_front.c
    trunk/pd/portaudio/src/common/pa_hostapi.h
    trunk/pd/portaudio/src/common/pa_process.c
    trunk/pd/portaudio/src/common/pa_ringbuffer.c
    trunk/pd/portaudio/src/common/pa_ringbuffer.h
    trunk/pd/portaudio/src/common/pa_skeleton.c
    trunk/pd/portaudio/src/common/pa_stream.c
    trunk/pd/portaudio/src/common/pa_stream.h
    trunk/pd/portaudio/src/common/pa_trace.c
    trunk/pd/portaudio/src/common/pa_trace.h
    trunk/pd/portaudio/src/common/pa_util.h
    trunk/pd/portaudio/src/hostapi/alsa/pa_linux_alsa.c
    trunk/pd/portaudio/src/hostapi/asio/pa_asio.cpp
    trunk/pd/portaudio/src/hostapi/coreaudio/notes.txt
    trunk/pd/portaudio/src/hostapi/coreaudio/pa_mac_core.c
    trunk/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.c
    trunk/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.h
    trunk/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_internal.h
    trunk/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c
    trunk/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.h
    trunk/pd/portaudio/src/hostapi/jack/pa_jack.c
    trunk/pd/portaudio/src/hostapi/oss/pa_unix_oss.c
    trunk/pd/portaudio/src/hostapi/wmme/pa_win_wmme.c
    trunk/pd/portaudio/src/os/unix/pa_unix_hostapis.c
    trunk/pd/portaudio/src/os/unix/pa_unix_util.c
    trunk/pd/portaudio/src/os/win/pa_win_hostapis.c
    trunk/pd/portaudio/src/os/win/pa_win_util.c
    trunk/pd/portaudio/src/os/win/pa_x86_plain_converters.c
    trunk/pd/src/configure.in
    trunk/pd/src/d_array.c
    trunk/pd/src/d_ctl.c
    trunk/pd/src/d_delay.c
    trunk/pd/src/d_fft_fftw.c
    trunk/pd/src/d_fftroutine.c
    trunk/pd/src/d_math.c
    trunk/pd/src/d_osc.c
    trunk/pd/src/d_soundfile.c
    trunk/pd/src/d_ugen.c
    trunk/pd/src/g_all_guis.c
    trunk/pd/src/g_array.c
    trunk/pd/src/g_bang.c
    trunk/pd/src/g_canvas.c
    trunk/pd/src/g_canvas.h
    trunk/pd/src/g_editor.c
    trunk/pd/src/g_graph.c
    trunk/pd/src/g_hdial.c
    trunk/pd/src/g_hslider.c
    trunk/pd/src/g_mycanvas.c
    trunk/pd/src/g_numbox.c
    trunk/pd/src/g_readwrite.c
    trunk/pd/src/g_rtext.c
    trunk/pd/src/g_template.c
    trunk/pd/src/g_text.c
    trunk/pd/src/g_toggle.c
    trunk/pd/src/g_vdial.c
    trunk/pd/src/g_vslider.c
    trunk/pd/src/g_vumeter.c
    trunk/pd/src/m_atom.c
    trunk/pd/src/m_binbuf.c
    trunk/pd/src/m_class.c
    trunk/pd/src/m_glob.c
    trunk/pd/src/m_obj.c
    trunk/pd/src/m_pd.h
    trunk/pd/src/m_sched.c
    trunk/pd/src/makefile.in
    trunk/pd/src/makefile.nt
    trunk/pd/src/notes.txt
    trunk/pd/src/s_audio.c
    trunk/pd/src/s_audio_alsa.c
    trunk/pd/src/s_audio_alsa.h
    trunk/pd/src/s_audio_alsamm.c
    trunk/pd/src/s_audio_jack.c
    trunk/pd/src/s_audio_mmio.c
    trunk/pd/src/s_audio_oss.c
    trunk/pd/src/s_audio_pa.c
    trunk/pd/src/s_audio_paring.c
    trunk/pd/src/s_audio_paring.h
    trunk/pd/src/s_file.c
    trunk/pd/src/s_inter.c
    trunk/pd/src/s_loader.c
    trunk/pd/src/s_main.c
    trunk/pd/src/s_midi.c
    trunk/pd/src/s_midi_alsa.c
    trunk/pd/src/s_midi_pm.c
    trunk/pd/src/s_path.c
    trunk/pd/src/s_print.c
    trunk/pd/src/s_stuff.h
    trunk/pd/src/u_pdreceive.c
    trunk/pd/src/x_arithmetic.c
    trunk/pd/src/x_connective.c
    trunk/pd/src/x_gui.c
    trunk/pd/src/x_interface.c
    trunk/pd/src/x_misc.c
    trunk/pd/src/x_net.c
    trunk/pd/src/x_time.c
    trunk/pd/tcl/AppMain.tcl
    trunk/pd/tcl/apple_events.tcl
    trunk/pd/tcl/dialog_array.tcl
    trunk/pd/tcl/dialog_audio.tcl
    trunk/pd/tcl/dialog_canvas.tcl
    trunk/pd/tcl/dialog_find.tcl
    trunk/pd/tcl/dialog_font.tcl
    trunk/pd/tcl/dialog_gatom.tcl
    trunk/pd/tcl/dialog_iemgui.tcl
    trunk/pd/tcl/dialog_midi.tcl
    trunk/pd/tcl/opt_parser.tcl
    trunk/pd/tcl/pd-gui.tcl
    trunk/pd/tcl/pd_bindings.tcl
    trunk/pd/tcl/pd_connect.tcl
    trunk/pd/tcl/pd_menucommands.tcl
    trunk/pd/tcl/pd_menus.tcl
    trunk/pd/tcl/pdtk_canvas.tcl
    trunk/pd/tcl/pdtk_text.tcl
    trunk/pd/tcl/pdwindow.tcl
    trunk/pd/tcl/pkgIndex.tcl
    trunk/pd/tcl/wheredoesthisgo.tcl

Added Paths:
-----------
    trunk/pd/Makefile.am
    trunk/pd/asio/
    trunk/pd/asio/Makefile.am
    trunk/pd/asio/README.txt
    trunk/pd/autogen.sh
    trunk/pd/configure.ac
    trunk/pd/doc/5.reference/tabread4-help.pd
    trunk/pd/doc/5.reference/tabread~-help.pd
    trunk/pd/doc/7.stuff/tools/z.pd
    trunk/pd/extra/Makefile.am
    trunk/pd/extra/bonk~/GNUmakefile.am
    trunk/pd/extra/choice/GNUmakefile.am
    trunk/pd/extra/expr~/GNUmakefile.am
    trunk/pd/extra/fiddle~/GNUmakefile.am
    trunk/pd/extra/loop~/GNUmakefile.am
    trunk/pd/extra/lrshift~/GNUmakefile.am
    trunk/pd/extra/makefile.subdir
    trunk/pd/extra/pd~/GNUmakefile.am
    trunk/pd/extra/pique/GNUmakefile.am
    trunk/pd/extra/sigmund~/GNUmakefile.am
    trunk/pd/extra/stdout/GNUmakefile.am
    trunk/pd/m4/
    trunk/pd/m4/android.m4
    trunk/pd/m4/iphone.m4
    trunk/pd/m4/universal.m4
    trunk/pd/man/Makefile.am
    trunk/pd/pd.pc.in
    trunk/pd/po/
    trunk/pd/po/Makefile.am
    trunk/pd/po/af.po
    trunk/pd/po/az.po
    trunk/pd/po/be.po
    trunk/pd/po/bg.po
    trunk/pd/po/de.po
    trunk/pd/po/el.po
    trunk/pd/po/en_ca.po
    trunk/pd/po/eu.po
    trunk/pd/po/fr.po
    trunk/pd/po/gu.po
    trunk/pd/po/he.po
    trunk/pd/po/hi.po
    trunk/pd/po/hu.po
    trunk/pd/po/it.po
    trunk/pd/po/pa.po
    trunk/pd/po/pt_br.po
    trunk/pd/po/pt_pt.po
    trunk/pd/po/sq.po
    trunk/pd/po/sv.po
    trunk/pd/po/template.pot
    trunk/pd/po/vi.po
    trunk/pd/portaudio/LICENSE.txt
    trunk/pd/portaudio/Makefile.am
    trunk/pd/portaudio/include/pa_win_waveformat.h
    trunk/pd/portaudio/src/common/pa_memorybarrier.h
    trunk/pd/portaudio/src/os/win/pa_win_waveformat.c
    trunk/pd/portaudio/src/os/win/pa_win_wdmks_utils.c
    trunk/pd/portaudio/src/os/win/pa_win_wdmks_utils.h
    trunk/pd/portmidi/Makefile.am
    trunk/pd/src/Makefile.am
    trunk/pd/src/makefile.mingw
    trunk/pd/src/pd.ico
    trunk/pd/src/pd.rc
    trunk/pd/src/s_audio_audiounit.c
    trunk/pd/src/s_audio_dummy.c
    trunk/pd/src/s_audio_esd.c
    trunk/pd/src/s_midi_dummy.c
    trunk/pd/src/s_utf8.c
    trunk/pd/src/s_utf8.h
    trunk/pd/tcl/Makefile.am
    trunk/pd/tcl/dialog_data.tcl
    trunk/pd/tcl/dialog_message.tcl
    trunk/pd/tcl/dialog_path.tcl
    trunk/pd/tcl/dialog_startup.tcl
    trunk/pd/tcl/helpbrowser.tcl
    trunk/pd/tcl/pd.ico
    trunk/pd/tcl/scrollbox.tcl
    trunk/pd/tcl/scrollboxwindow.tcl

Removed Paths:
-------------
    trunk/pd/extra/makefile
    trunk/pd/src/s_audio_pablio.c
    trunk/pd/src/s_audio_pablio.h

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list