summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/CHANGELOG.PDa
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/CHANGELOG.PDa')
-rw-r--r--apps/plugins/pdbox/PDa/CHANGELOG.PDa59
1 files changed, 0 insertions, 59 deletions
diff --git a/apps/plugins/pdbox/PDa/CHANGELOG.PDa b/apps/plugins/pdbox/PDa/CHANGELOG.PDa
index f8afc2bd89..9eee2c4e5a 100644
--- a/apps/plugins/pdbox/PDa/CHANGELOG.PDa
+++ b/apps/plugins/pdbox/PDa/CHANGELOG.PDa
@@ -56,63 +56,4 @@
56 double t_time 56 double t_time
57 s_inter: check !!! 57 s_inter: check !!!
58 s_main: check !!! 58 s_main: check !!!
59
600.6:
61 - added compilation for blackfin architecture (blackfin.uclinux.org)
62 - added third outlet for mouseup to gcanvas.
63 - debian package support (for maemo)
64 - don't ask quit question
65
660.5:
67 - fixed a crasher bug in sfread~.c
68
690.4:
70 - added ipod gui communication in m_pd.c (pd_bind) and m_fixed.c
71 - moved the pd internal objects in a folder called interns
72 - restructuring of the makefile, you can build a static binary
73 now with "make static", needed for the iPod part mainly.
74 - the oscillator tables are precalculated now (faster startup).
75 see src/makecostable.c for that
76 - the scheduler is simplified (added an additional scheduler called
77 m_scheduler_pda(), this is a lot faster now
78 - changed the "look" of PDa
79 - The menubar in the patcher window is now optional, its off by default.
80 - stdin interface added. It is now possible to communicate with pd via the
81 keyboard even in -nogui mode
82 - fixed loading and saving of arrays (g_array.c)
83 - corrected rounding when calculation phase update osc~ and phasor~
84 (there are better methods to do this, but they are slower)
85 - fixed tabosc4~
86 - enabled array drawing
87 - fixed array saving in subpatch
88
89 59
900.3test2:
91 - added the O_CREAT flag to sfwrite
92 - removed the OSC stuff (now in PDa-externals)
93
940.3test1:
95 - moved all objects into the extra dir
96
97
98 d_arithmetic: t_float -> t_sample .. exchanged * with mult / with divide
99 d_fft: t_float -> t_sample
100 d_global: t_float -> t_sample
101 d_misc: put print~ into extra folder
102 d_resample: t_float -> t_sample
103 g_array: disable editing
104 fixtof()
105 t_float -> t_sample (check out the savefn thingy)
106
107 g_graph: 1 t_float -> t_sample
108 g_io: t_float -> t_sample
109 m_conf: remove calls to setup routines
110 m_obj.c ftofix
111 m_pd.h definition of t_sample
112 double -> t_time
113 ... and more
114 m_sched.c
115 double t_time
116 s_inter: check !!!
117 s_main: check !!!
118