Skip to content

Commit a2f5df4

Browse files
committed
Version 2.19.2.
Implements the gui features for the cyclone "hammereditor", replacing legacy tcl/tk calls, so that the cyclone objects utilizing the editor (capture, coll, seq, etc.) will now function properly in Purr Data. This is in part a backport from DISIS Pd-l2ork (thanks, Ico!), cf. pd-l2ork/pd-l2ork@8a93fa83. However, our version is essentially a complete overhaul in order to minimize the impact on Purr Data's existing text dialog interface, and we also fixed some bugs along the way. Some related regressions in the vanilla text, qlist, and textfile objects have also been ironed out. Last but not least, pd-lua was updated to 0.11.5 (bugfix release).
1 parent 79b427a commit a2f5df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pd/src/m_pd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern "C" {
1414
#define PD_MINOR_VERSION 48
1515
#define PD_BUGFIX_VERSION 0
1616
#define PD_TEST_VERSION ""
17-
#define PD_L2ORK_VERSION "2.19.1"
17+
#define PD_L2ORK_VERSION "2.19.2"
1818
#define PDL2ORK
1919
extern int pd_compatibilitylevel; /* e.g., 43 for pd 0.43 compatibility */
2020

0 commit comments

Comments
 (0)