color-synth

a synth that generates colors instead of sounds
Log | Files | Refs | README

commit 80180c90b4fe7cb7f5870cc65e9c818ace445ebc
parent 11760e7cf8231cfda353e8f26c41773cb5e314fe
Author: massi <mdsiboldi@gmail.com>
Date:   Mon, 21 Aug 2023 23:58:38 -0700

shorter display id

Diffstat:
Msrc/routes/+page.svelte | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte @@ -193,7 +193,7 @@ <div class="unit" style={`top: ${pos.y}px; left: ${pos.x}px`}> <div> <UnitDrag {id}> - <h2>{id}-{unit.kind}</h2> + <h2>{id.substring(0, 5)}-{unit.kind}</h2> </UnitDrag> <div class="output-dragger"