Hi, this week I compiled Pd-L2Ork from git on a Debian Wheezy: I notice that I can't set the visibility of an abstraction. An example:
I have a patch (patch-one.pd) that contains a subpatch (patch-two) and an abstract (patch-three.pd).
In puredata and pd-extended I used to toggle visibility in these ways:
|vis 0( |vis 1(
| /
| /
| /
|send pd-patch-two|
and
|vis 0( |vis 1(
| /
| /
| /
|send pd-patch-three.pd|
The first method works, while the second not.
Hi, this week I compiled Pd-L2Ork from git on a Debian Wheezy: I notice that I can't set the visibility of an abstraction. An example:
I have a patch (patch-one.pd) that contains a subpatch (patch-two) and an abstract (patch-three.pd).
In puredata and pd-extended I used to toggle visibility in these ways:
|vis 0( |vis 1(
| /
| /
| /
|send pd-patch-two|
and
|vis 0( |vis 1(
| /
| /
| /
|send pd-patch-three.pd|
The first method works, while the second not.