You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
413B

  1. ---
  2. layout: panel
  3. width: 4
  4. title: SWAVE
  5. color: [16,100,50]
  6. controls:
  7. knobs: []
  8. ports: []
  9. switches: [2]
  10. ---
  11. {% assign width = page.width | hp_to_mm %}
  12. {% assign center_x = width | divided_by:2.0 %}
  13. {{ page | shape_switch: center_x, 25 }}
  14. {{ page | large_knob: center_x, 43.5, 'CURVE' }}
  15. {{ page | cv: center_x, 62 }}
  16. {{ page | in_port: center_x, 97.0, 'IN' }}
  17. {{ page | out_port: center_x, 112.0, 'OUT' }}