From 92031b145ac269361253f5e8729a4d391e8ebca1 Mon Sep 17 00:00:00 2001 From: "[poww10s]" <[theironminer@gmail.com]> Date: Sat, 28 Nov 2020 04:04:06 -0500 Subject: [PATCH] update README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0dbb4bb..177804f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Alapatch is a Patch Editor for the KORG microKorg Synthesizer, that allows you to design patches in a web editor with an easy to use GUI. -Alapatch currently only supports loading and saving patch files in the .SYSEX format used internally in the microKORG, however future support for the .plg format may be a possibility. (because it needs to be reverse engineered still.) +Alapatch currently only supports loading and saving patch files in the .SYSEX format used internally in the microKORG, however future support for the .plg format may be a possibility. (because I need to reverse engineer it still.) -# Branch TODO List +# TODO List - [x] implement React Redux Correctly - [x] finish implementing for each component @@ -12,9 +12,12 @@ Alapatch currently only supports loading and saving patch files in the .SYSEX fo - [x] update state and components to handle multiple timbres - [x] implement switching between currently viewed timbre - [x] make a home screen! -- [ ] implement popup to confirm new patch if a patch is currently being worked on. -- [ ] style components -- [ ] merge with main branch +- [x] implement popup to confirm new patch if a patch is currently being worked on. +- [x] add file dropper. +- [x] style components (may restyle in later update) +- [ ] finish file loading and saving +- [ ] add testing cases +- [ ] add sending live updates thru midi (eventually. aim for 2.0.0) # Link to the MicroKORG Midi Implementation