File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/vue/src/courses/piano/utility Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11<template >
22 <v-card >
3- <v-card-title class =" text-h5 bg-grey-lighten-2" primary-title > Configure Midi Device </v-card-title >
4-
3+ <v-toolbar dense >
4+ <v-toolbar-title >Configure Midi Device</v-toolbar-title >
5+ </v-toolbar >
56 <v-card-text >
67 <v-form v-if =" midiSupported" onsubmit =" return false;" >
78 <v-select
1112 hint =" Play some notes on your input device to test the connection"
1213 ></v-select >
1314 <v-select v-model =" selectedOutput" :items =" outputs" label =" Select Output" ></v-select >
14- <v-btn :loading =" updatePending" @click =" saveSettings" > Save these settings </v-btn >
15- <v-btn color =" primary" @click =" playSound" >Test midi output</v-btn >
15+ <v-btn class = " mx-2 " :loading =" updatePending" @click =" saveSettings" > Save these settings </v-btn >
16+ <v-btn class = " mx-2 " color =" primary" @click =" playSound" >Test midi output</v-btn >
1617 </v-form >
1718 <div v-else >
1819 <p >This quilt requires a midi input device, which is not supported by this browser.</p >
You can’t perform that action at this time.
0 commit comments