Skip to content

Commit

Permalink
Another revision to the short Elastika panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed Jan 20, 2025
1 parent 39fc1a4 commit 0f1c2ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/sapphire_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ namespace Sapphire
}},
{ "elastika_export", {
{"curl_slider", { 41.720, 46.000}},
{"drive_knob", { 14.000, 73.500}},
{"drive_knob", { 14.000, 85.500}},
{"fric_slider", { 8.000, 46.000}},
{"input_tilt_knob", { 19.240, 17.500}},
{"level_knob", { 46.960, 73.500}},
{"level_knob", { 46.960, 85.500}},
{"mass_slider", { 52.960, 46.000}},
{"output_tilt_knob", { 41.720, 17.500}},
{"span_slider", { 30.480, 46.000}},
Expand Down
2 changes: 1 addition & 1 deletion util/make_sapphire_svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ def GenerateElastikaPanel(cdict:Dict[str, ControlLayer], svgFileName:str, isVcvR
cdict['elastika_export'] = controls
PANEL_WIDTH = 12
height = PANEL_HEIGHT_MM if isVcvRack else 100.0
shrink = PANEL_HEIGHT_MM - height
shrink = 0.0 if isVcvRack else 16.5
panel = Panel(PANEL_WIDTH, height)
pl = Element('g', 'PanelLayer')
defs = Element('defs')
Expand Down

0 comments on commit 0f1c2ca

Please sign in to comment.