[PD] changing the coding (character set)

Krzysztof Czaja czaja at chopin.edu.pl
Fri May 21 12:44:16 CEST 2004


hi Yury,

this bug is in Pd itself -- having a patch window without anything
selected, type ctrl-t, type into the "TEXT" window, and press OK
button...

A temporary fix:

--- g_editor.c~ 2004-01-12 04:39:01.000000000 +0100
+++ g_editor.c  2004-05-21 12:36:26.000000000 +0200
@@ -1376,7 +1376,7 @@

      int down, shift;

-    if (ac < 3)
+    if (ac < 3 || !x)
         return;

For the time being, before using ctrl-t-editor for cyclone
comments (which is unlikely, anyway), you would have to select any
text in a regular object box (or a Pd comment) in the same window.

Krzysztof

Yury wrote:
...
> and try to send to [comment] ANY symbol from Ctrl+T window
> PD will crash.. with a message like this (translation from Russian):





More information about the Pd-list mailing list