Add the identifying header
[kugel-rb.git] / apps / plugins / pdbox / PDa / CHANGELOG.PDa
blob9eee2c4e5a484c9698fd98a49b1796851b04d3ca
1 0.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
7 0.5:
8  - fixed a crasher bug in sfread~.c
10 0.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
31 0.3test2:
32   - added the O_CREAT flag to sfwrite
33   - removed the OSC stuff (now in PDa-externals)
35 0.3test1:
36   - moved all objects into the extra dir
37   
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)
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 !!!