Skip to content

Commit

Permalink
feat: AudioParam automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Korilakkuma committed Apr 30, 2024
1 parent d45594e commit 551bf36
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1941,6 +1941,33 @@ <h3>AudioBufferSourceNode のスケジューリング</h3>
.catch((error) =&gt; {
// error handling
});</code></pre>
<section id="section-audio-param-scheduling">
<h3>AudioParam のスケジューリング (パラメータのオートメーション)</h3>
<p>
<code>AudioParam</code> には, パラメータをスケジュールする (パラメータのオートメーション) ためのメソッドがいつか仕様定義されています.
このセクションでは, エンペロープジェネレーターを例にそれらを解説します.
</p>
<section id="section-envelope-generator">
<h4>エンベロープジェネレーター</h4>
<p></p>
<section id="section-envelope-generator-attack">
<h5>attack</h5>
<p></p>
</section>
<section id="section-envelope-generator-decay">
<h5>decay</h5>
<p></p>
</section>
<section id="section-envelope-generator-sustain">
<h5>sustain</h5>
<p></p>
</section>
<section id="section-envelope-generator-release">
<h5>release</h5>
<p></p>
</section>
</section>
</section>
</section>
</section>
</main>
Expand Down

0 comments on commit 551bf36

Please sign in to comment.