[PD] Why I don't like the new automagic

Frank Barknecht fbar at footils.org
Tue Jan 27 15:12:36 CET 2009


Hallo,
hard off hat gesagt: // hard off wrote:

> i haven't tried this new version of pd yet, but i know that if i did, i
> would agree with the comments above.

Try it! It contains lots of useful new stuff like pow~ and bugfixes and
I'm sure the automagic will evolve into a useful feature with a bit of
reworking and added flexibilty.

To get rid of the automagic the hard way, change line 140 in g_text.c
from
  
  int connectme = (x->gl_editor->e_selection &&

to
  
  int connectme = 0;

But first you should try it yourself, maybe you like it the way it is.

Ciao
-- 
Frank




More information about the Pd-list mailing list