Skip to content

Commit

Permalink
add slices playable with num keys notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcosfer committed Feb 9, 2022
1 parent f1acc09 commit fd3affa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/demos/onsets/src/components/BrowseDisplayPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<freesound-result-list v-if="showFreesoundResults" :class="[{ 'd-flex': showFreesoundResults }, { 'd-none': !showFreesoundResults }]"
:sounds="freesoundResults"></freesound-result-list>
<audio-display v-show="!showFreesoundResults"></audio-display>
<b-alert id="use-num-keys" show dismissible>
🎹 Use number keys 0 - 9 to play with the first 10 slices!
</b-alert>
</section>
</template>

Expand Down

0 comments on commit fd3affa

Please sign in to comment.