From 9a04a819fdf86392e3f72b5cc3c0565b8946c42f Mon Sep 17 00:00:00 2001 From: Lee Goddard Date: Tue, 15 Oct 2024 14:39:08 +0200 Subject: [PATCH] Root URL --- README.md | 2 ++ public/index.html | 27 +++++++++++++++++++++++---- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66b7bb3..2e71323 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A React UI to experiment with real-time phasing of MIDI rhythms and first use of zustand. +[Demo](https://leegee.github.io/midi-phase-ui-experiment/) + # To Do * Set cell units diff --git a/public/index.html b/public/index.html index 979f5d5..983fd55 100644 --- a/public/index.html +++ b/public/index.html @@ -2,23 +2,42 @@ - + - + - - MIDI Phasing Experiment + + + MIDI Phasing Expierment
+