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.PDa118
1 files changed, 118 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/CHANGELOG.PDa b/apps/plugins/pdbox/PDa/CHANGELOG.PDa
new file mode 100644
index 0000000000..f8afc2bd89
--- /dev/null
+++ b/apps/plugins/pdbox/PDa/CHANGELOG.PDa
@@ -0,0 +1,118 @@
10.6:
2 - added compilation for blackfin architecture (blackfin.uclinux.org)
3 - added third outlet for mouseup to gcanvas.
4 - debian package support (for maemo)
5 - don't ask quit question
6
70.5:
8 - fixed a crasher bug in sfread~.c
9
100.4:
11 - added ipod gui communication in m_pd.c (pd_bind) and m_fixed.c
12 - moved the pd internal objects in a folder called interns
13 - restructuring of the makefile, you can build a static binary
14 now with "make static", needed for the iPod part mainly.
15 - the oscillator tables are precalculated now (faster startup).
16 see src/makecostable.c for that
17 - the scheduler is simplified (added an additional scheduler called
18 m_scheduler_pda(), this is a lot faster now
19 - changed the "look" of PDa
20 - The menubar in the patcher window is now optional, its off by default.
21 - stdin interface added. It is now possible to communicate with pd via the
22 keyboard even in -nogui mode
23 - fixed loading and saving of arrays (g_array.c)
24 - corrected rounding when calculation phase update osc~ and phasor~
25 (there are better methods to do this, but they are slower)
26 - fixed tabosc4~
27 - enabled array drawing
28 - fixed array saving in subpatch
29
30
310.3test2:
32 - added the O_CREAT flag to sfwrite
33 - removed the OSC stuff (now in PDa-externals)
34
350.3test1:
36 - moved all objects into the extra dir
37
38
39 d_arithmetic: t_float -> t_sample .. exchanged * with mult / with divide
40 d_fft: t_float -> t_sample
41 d_global: t_float -> t_sample
42 d_misc: put print~ into extra folder
43 d_resample: t_float -> t_sample
44 g_array: disable editing
45 fixtof()
46 t_float -> t_sample (check out the savefn thingy)
47
48 g_graph: 1 t_float -> t_sample
49 g_io: t_float -> t_sample
50 m_conf: remove calls to setup routines
51 m_obj.c ftofix
52 m_pd.h definition of t_sample
53 double -> t_time
54 ... and more
55 m_sched.c
56 double t_time
57 s_inter: 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
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