-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c072c46
commit 5711637
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pure-data
updated
37 files
+1 −0 | .gitignore | |
+2 −2 | INSTALL.txt | |
+11 −7 | doc/5.reference/array-object-help.pd | |
+1 −1 | doc/5.reference/element-help.pd | |
+45 −39 | doc/5.reference/pointer-help.pd | |
+25 −20 | doc/5.reference/text-object-help.pd | |
+1 −1 | extra/bonk~/bonk~.c | |
+3 −2 | extra/pd~/pd~.c | |
+1 −1 | extra/sigmund~/sigmund~.c | |
+26 −22 | po/fr.po | |
+8 −8 | src/d_math.c | |
+1 −1 | src/d_misc.c | |
+1 −1 | src/d_osc.c | |
+1 −1 | src/d_soundfile.c | |
+2 −2 | src/g_all_guis.c | |
+3 −4 | src/g_canvas.h | |
+2 −2 | src/g_editor.c | |
+2 −2 | src/g_io.c | |
+1 −1 | src/g_rtext.c | |
+6 −5 | src/g_text.c | |
+3 −3 | src/m_binbuf.c | |
+4 −0 | src/m_pd.h | |
+1 −1 | src/m_sched.c | |
+13 −13 | src/s_audio_alsamm.c | |
+8 −6 | src/s_inter.c | |
+1 −1 | src/s_loader.c | |
+2 −2 | src/s_main.c | |
+1 −1 | src/s_print.c | |
+3 −3 | src/x_misc.c | |
+6 −2 | src/x_net.c | |
+5 −5 | src/x_vexp.c | |
+4 −4 | src/x_vexp_fun.c | |
+6 −4 | src/x_vexp_if.c | |
+2 −0 | tcl/dialog_font.tcl | |
+4 −2 | tcl/pd_bindings.tcl | |
+833 −142 | tcl/pd_deken.tcl | |
+0 −22 | tcl/pdtk_canvas.tcl |