-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG.txt
47 lines (29 loc) · 1.48 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
FFTease Changelog
Version 3.0.2 (not yet released)
Fixed a memory allocation bug in disarrain~ that could cause crashes on 64-bit Pd.
Enabled instantation of the following objects when required parameters are not provided.
- enrich~
- pvwarpb~
- reanimator~
- resent~
- residency~
- residency_buffer~
Removed spurious lyonpotpourri-meta.pd reference from the Makefile.
Updated FFTease icon with garish color scheme. Mulling over split-level model based on icon used in LyonPotpourri.
Introduced new object: loopsea~. Status: currently seems to work; help file not yet in finished form; code uploaded to at least get current version on the record.
Fixed bugs in pvtuner~ related to the "basefreq" method.
Version 3.0.1
All the help files are updated. Several of the externals had an initialization bug that prevented them from being correctly initialized, if parameters were sent to them prior to the DACs being turned on. The following objects received this update:
- burrow~
- disarrain~
- disarray~
- pvharm~
- pvoc~
- pvwarpb~
- pvwarp~
- shapee~
Some other externals may still have this issue.
- pileup~ had a bug fixed where its “invert” mode previously did not work correctly.
- shapee~ had a crashing bug fixed where previously the shape width put some internal indexes out of range.
Version 3.0.0
This is a major cleanup and update from the original Pd version of FFTease, first written in 2006. The new version updates array access, provides help files, and implements a few bug fixes.