Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tulip/amyboardweb/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -697,11 +697,11 @@ <h2 class="section-title">What it can do</h2>
</a>
<a href="/editor/?env=patchselector&user=bwhitman&tab=code" class="can-do-item" style="text-decoration:none; color:#fff;">
<span class="can-do-title">Patch Selector on OLED</span>
<span class="can-do-desc">Uses our built in patch selector, use the rotary encoder to select different patches, press in to select.</span>
<span class="can-do-desc">Our built in patch selector, use the rotary encoder to select different patches, press to select.</span>
</a>
<a href="/editor/?env=piano&user=bwhitman&tab=code" class="can-do-item" style="text-decoration:none; color:#fff;">
<span class="can-do-title">Synthesized piano</span>
<span class="can-do-desc">Uses the AMY dpwe piano patch, which is fully synthesized from partial analysis.</span>
<span class="can-do-title">Additive-synthesis piano</span>
<span class="can-do-desc">Uses the AMY dpwe piano patch, fully synthesized from partial analysis.</span>
</a>
</div>
<a href="https://github.com/shorepine/tulipcc/blob/main/docs/amyboard/README.md" class="btn-loud btn-loud-primary" style="margin-top:2.5rem; display:inline-block;">Get started with your new AMYboard</a>
Expand Down
Loading