Skip to content

Commit

Permalink
Merge pull request #263 from shorepine/tulippiano
Browse files Browse the repository at this point in the history
.
  • Loading branch information
bwhitman authored Jan 6, 2025
2 parents 37d3a62 + 3967d6c commit 76dcd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 163 deletions.
4 changes: 2 additions & 2 deletions docs/piano.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ <h2 id="describing-envelopes">Describing envelopes</h2>

<P>These 20 envelope samples, along with the measured center frequency, are then the description for each of the up-to 20 harmonics describing each of the (7 octaves x 3 chroma x 3 strike strengths) notes, or about 1200 envelopes total. This is the data stored in <a href="https://github.com/shorepine/amy/blob/main/experiments/piano-params.json">piano-params.json</a> and read by <a href="https://github.com/shorepine/amy/blob/main/experiments/tulip_piano.py">tulip_piano.py</a>. </P>

<P>If you have a <a href="https://tulip.computer/">Tulip</a> or want to try <A href="https://tulip.computer/run">Tulip on the web</a>, simply type <code>import tulip_piano</code> to try out this new piano voice. If you have a MIDI device connected, it'll play the piano live!</P>
<P>If you have a <a href="https://tulip.computer/">Tulip</a> or want to try <A href="https://tulip.computer/run">Tulip on the web</a>, you can play this piano synthesis live with a MIDI device. Use the Voices app to switch to the <code>dpwe piano (256)</code> patch, or type <code>midi.config.add_synth(channel=1, patch_number=256, num_voices=4)</code>.</P>



Expand All @@ -423,7 +423,7 @@ <h2 id="describing-envelopes">Describing envelopes</h2>
<div class="col-4 py-vh-3" data-aos="fade-up">
<a href="https://tulip.computer/run/"><img src="tulip.svg" width=42 height=42></a>
<a href="https://tulip.computer/run/"><h3 class="h5 my-2">Want more? Try Tulip</h3></a>
<p>Run more AMY experiments in a REPL with Tulip for the Web. Try to <code>import tulip_piano</code> there!</p>
<p>Run more AMY experiments in a REPL with Tulip for the Web. Try the piano there!</p>
</div>

<div class="col-4 py-vh-3" data-aos="fade-up">
Expand Down
161 changes: 0 additions & 161 deletions docs/piano.md

This file was deleted.

0 comments on commit 76dcd2a

Please sign in to comment.