{#each engines as currentEngine, index} {/each}
{#if showPitchLock}
{/if} {#if showDuration}
{duration.toFixed(2)}s
{/if}
{Math.round(volume * 100)}%
{#if showFileDropZone}

Drop an audio file here

{:else} {/if}
{#if showRandomButton} {/if} {#if showRecordButton} {/if} {#if showMutateButton} {/if} {#if showEditButtons} {/if} {#if currentBuffer}
{#if showProcessorPopup} {/if}
{/if}
{#if showModal} {/if}