# stompchain

The open-source editor for Line 6 Helix and HX pedals. Fast, scriptable, and on every OS.

<style>
  /* The hero image slot is sized for a square logo; the screenshot needs the
     room. Page-scoped overrides, so the theme stays untouched. */
  .VPHero .image-container {
    width: 100% !important;
    height: auto !important;
    transform: none !important;
  }
  .VPHero .image-src {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    padding: 0 !important;
    border-radius: 12px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
  }
  @media (max-width: 959px) {
    .VPHero .image {
      margin: 0 0 24px !important;
    }
  }
</style>

<div style="max-width: 960px; margin: 3rem auto 0; text-align: center;">
  <h2 style="font-size: 1.5rem; font-weight: 600; margin-bottom: 0.75rem;">Next up: a home for tones</h2>
  <p style="color: var(--vp-c-text-2); max-width: 640px; margin: 0 auto;">
    A community tone library is coming to stompchain: browse tones other
    players share, load one onto your pedal in a click, and publish your own
    straight from the editor. Star the
    <a href="https://github.com/crmne/stompchain">GitHub repository</a> to
    follow along.
  </p>
</div>
