Finalize cue playback page

This commit is contained in:
Alexandre Prokoudine 2022-12-30 20:07:25 +03:00
parent b72285c95c
commit afed7fbd1c
2 changed files with 29 additions and 5 deletions

View File

@ -2,7 +2,7 @@
It is possible to play both individual clips and entire cues.
</p>
<h2>Playing Individual Clips</h2>
<h2>Playing and Stopping Individual Clips</h2>
<p>
There are generally two ways to trigger a slot with a clip inside.
@ -28,7 +28,7 @@
</p>
<figure>
<img style="width:75%;" src="/images/trigger-slot-playing.png" alt="Playback indication">
<img style="width:50%;" src="/images/trigger-slot-playing.png" alt="Playback indication">
<figcaption>
Playback indication
</figcaption>
@ -74,8 +74,32 @@
</p>
<h2>Play An Entire Cue</h2>
<h2>Playing and Stopping Entire Cues</h2>
<p>Launching a cue. FIXME</p>
<p>
Clicking a round-shaped button with a Latin letter inside launches the
playback of the entire cue, that is, all clips in all trigger slots of a cue.
</p>
<p>Stopping a cue. FIXME</p>
<figure>
<img style="width:75%;" src="/images/entire-cue-playback.png" alt="Entire Cue Playback">
<figcaption>
Entire Cue Playback
</figcaption>
</figure>
<p>
The time when playback of each slot starts depends on the launch quantization
setting. If there is no quantization selected, playback will start
immediately regardless of the playhead's position. However, if the launch
quantization is set to 1 bar, playback will only start once the playhead
passes the start of the closest bar. This ensures that however long each clip
is when measured in beats, all clips in one cue will play in sync.
</p>
<p>
Clicking the square-shaped button under the last letter-coded cue
(<strong>P</strong>) will stop playback of all cues and all clips in all
trigger slots. Just like with playback, the time playback stops depends on
quantization settings of each trigger slot.
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB