Skip to content

Commit

Permalink
Pivot panel: added hexagon around the P port.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed Aug 23, 2024
1 parent 74a1138 commit 70152bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
<td align="left">
<ul>
<li>New module: <a href="Pop.md">Pop</a> that generates trigger pulses that match the statistical timing of radioactive decay.</li>
</ul>
<ul>
<li>New module: <a href="SplitAddMerge.md">Split/Add/Merge</a> to make working with 2- or 3-channel signals use less real estate in a patch.</li>
<li>Panels with XYZP port groups now have a hexagon around the P port to make it easier to spot which one is 3D/polyphonic.</li>
</ul>
</td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions res/pivot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions util/make_sapphire_svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,8 @@ def GeneratePivotPanel() -> int:
pl.append(CenteredControlTextPath(font, 'Y', xmid - dxText, outPortY + 1*outputPortDY))
pl.append(CenteredControlTextPath(font, 'Z', xmid - dxText, outPortY + 2*outputPortDY))
pl.append(CenteredControlTextPath(font, 'P', xmid - dxText, outPortY + 3*outputPortDY))

pl.append(PolyPortHexagon(xmid, outPortY + 3*outputPortDY))
pl.append(controls)
return Save(panel, svgFileName)

Expand Down

0 comments on commit 70152bc

Please sign in to comment.