aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2018-12-11 13:19:52 +1200
committerDevine Lu Linvega <[email protected]>2018-12-11 13:19:52 +1200
commit8f58ac465d0c3c6c93414c5589f39d3149d09d94 (patch)
treeefd64de705d2c1f9941689abbbbabc33d91dbda0
parent3d5d07bc1a5bd5858c2554b810878af76386f4c0 (diff)
downloadOrca-8f58ac465d0c3c6c93414c5589f39d3149d09d94.tar.gz
Orca-8f58ac465d0c3c6c93414c5589f39d3149d09d94.zip
Updated design notes
-rw-r--r--DESIGN.md75
-rw-r--r--README.md7
2 files changed, 42 insertions, 40 deletions
diff --git a/DESIGN.md b/DESIGN.md
index 5db28ac..4a9e793 100644
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -12,39 +12,46 @@
| Misc | B H K L U V
| Special | * ; : ! #
-# Attributes
+## Attributes
+
+| Glyph | Rating | Stable | Passive | Outputs
+| ----- | ------ | ------ | ------- | -------
+| A | +++++ | X | | Any
+| B | +++ | | | *
+| C | +++++ | X | | Any
+| D | +++++ | X | | *
+| E | +++++ | X | |
+| F | +++++ | X | | *
+| G | ++++ | X | X | Any - Multi - Unlocked
+| H | +++++ | X | | Any
+| I | +++++ | X | | Any
+| J | +++ | X | | Any
+| K | ++ | X | |
+| L | ++ | | |
+| M | +++++ | X | | Any
+| N | +++++ | X | |
+| O | ++++ | X | | Any
+| P | ++++ | X | X | Any - Unlocked
+| Q | ++++ | X | | Any - Multi
+| R | +++++ | X | | Any
+| S | +++++ | X | |
+| T | ++++ | X | | Any
+| U | +++++ | X | |
+| V | ? | | | ?
+| W | +++++ | X | |
+| X | ++++ | X | X | Any - Unlocked
+| Y | +++ | X | | Any
+| Z | + | | |
+| : | +++++ | X | X |
+| ; | +++++ | X | X |
+| # | +++++ | X | X |
+| ! | +++++ | X | X |
+
+## Ideas
+
+- Replace V read/write by two special glyph.
+- Add a terminal control glyph for special cmds.
+- Open folder/switch file.
+- Add color special glyph.
-| Glyph | Rating | Stable | Force Passive | Outputs
-| ----- | ------ | ------ | ------------- | -------
-| A | +++++ | X | | Any
-| B | +++ | | | *
-| C | +++++ | X | | Any
-| D | +++++ | X | | *
-| E | +++++ | X | |
-| F | +++++ | X | | *
-| G | ++++ | | X | Any - Multi - Unlocked
-| H | +++++ | X | | Any
-| I | +++++ | X | | Any
-| J | +++ | X | | Any
-| K | ++ | X | |
-| L | ++ | | |
-| M | +++++ | X | | Any
-| N | +++++ | X | |
-| O | ++++ | X | | Any
-| P | ++++ | X | X | Any - Unlocked
-| Q | ++++ | X | | Any - Multi
-| R | +++++ | X | | Any
-| S | +++++ | X | |
-| T | ++++ | X | | Any
-| U | +++++ | X | |
-| V | ? | | | ?
-| W | +++++ | X | |
-| X | ++++ | X | X | Any - Unlocked
-| Y | +++ | X | | Any
-| Z | + | | |
-| : | +++++ | X | X |
-| ; | +++++ | X | X |
-| # | +++++ | X | X |
-| ! | +++++ | X | X |
-* Stable Glyphs \ No newline at end of file
diff --git a/README.md b/README.md
index d330e8d..6c5d938 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ npm start
## Quickstart
-You can follow the [guide](GUIDE.md) to get started and play your first sounds.
+You can follow the [guide](GUIDE.md) to get started and play your first sounds. You can see the [design notes](DESIGN.md) for specs and upcoming features.
## Functions
@@ -123,11 +123,6 @@ Orca operates on a base of 36 increments. Operators using numeric values will ty
| **P** | **Q** | **R** | **S** | **T** | **U** | **V** | **W** | **X** | **Y** | **Z** | **\*** |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 |
-## TODOs
-
-- Implement MIDI CC.
-- Implement OSC.
-
## Extras
- This application supports the [Ecosystem Theme](https://github.com/hundredrabbits/Themes).