<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>

<style type="text/css">body { font-family:'Times New Roman'; font-size:13px}</style>
</head>
<body dir="ltr"><div>Hi, it is documented, but I don't remember where. Just for arrays, afaik.</div><div>Also you can write values directly into drawtext fields, etc.<br></div><br><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex">
<div style="font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Playing around with data-structures today, I discovered some unexpected features. It seems that the Control and Shift keys change the behavior of how the mouse interacts with data structure arrays. I'm not sure I fully understand it yet, but from what I can
 work out:</div>
<div style="font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
1. Holding down the Shift key and clicking on a point moves that point and every further point on the same array.</div>
<div style="font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
2. Holding down the Control key and clicking on a point creates a new point in that array.</div>
<div style="font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
For an example, go to 4.data.structures --> 11.array.controls.pd. Try clicking on the red data structure at the top of the "data11" sub-window with the Control and Shift keys pressed.<br>
</div>
<div style="font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> Is this behavior documented anywhere? I'd like to get a better handle on it, as it might prove useful.</div></blockquote></body></html>