22 lines
953 B
Markdown
22 lines
953 B
Markdown
# Alapatch :musical_keyboard:
|
|
|
|
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.)
|
|
|
|
# Branch TODO List
|
|
|
|
- [x] implement React Redux Correctly
|
|
- [x] finish implementing for each component
|
|
- [x] finish one timbre as an example
|
|
- [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
|
|
|
|
# Link to the MicroKORG Midi Implementation
|
|
|
|
http://i.korg.com/uploads/Support/MK1_633652915168960000.pdf
|