UPD: Device preview + firmware ver
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
scramble-on-mount
|
scramble-on-mount
|
||||||
:fill-interval="50"
|
:fill-interval="50"
|
||||||
:replace-interval="50"
|
:replace-interval="50"
|
||||||
text="v1.3.2a"
|
:text="deviceStore.settings.firmwareVersion || 'Unknown'"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -53,13 +53,14 @@
|
|||||||
v-if="deviceStore.connected"
|
v-if="deviceStore.connected"
|
||||||
class="absolute flex scale-[80%] flex-col items-center pb-2 text-center opacity-90 mix-blend-screen"
|
class="absolute flex scale-[80%] flex-col items-center pb-2 text-center opacity-90 mix-blend-screen"
|
||||||
>
|
>
|
||||||
<img :src="LogoMidi" alt="midi-logo" class="h-4 opacity-50" />
|
<h2 class="font-pixellg text-[34pt] leading-none">
|
||||||
<h2 class="font-pixellg text-5xl">
|
|
||||||
{{ deviceStore.position }}
|
{{ deviceStore.position }}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="font-pixelsm text-md">HIGH PASS</div>
|
<div class="font-pixelsm text-[8pt] text-[#c66936]">
|
||||||
<span class="font-pixelsm w-32 text-[7pt] uppercase text-muted-foreground">
|
{{ deviceStore.currentProfileName.toUpperCase() }}
|
||||||
KORG MINILOGUE HIGH PASS FILTER 0-127
|
</div>
|
||||||
|
<span class="font-pixelsm w-32 text-[6pt] uppercase text-muted-foreground">
|
||||||
|
MIDI CC 0
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="flex flex-col items-center text-center mix-blend-screen">
|
<div v-else class="flex flex-col items-center text-center mix-blend-screen">
|
||||||
|
|||||||
Reference in New Issue
Block a user