ref: 422f8947785adff34c38e4f24396adff0d8ad0d0
parent: 42cb0bd02f1516d8cdd3a26de59f9d98217b7572
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Jan 17 17:21:57 EST 2020
update readme
--- a/README.md
+++ b/README.md
@@ -73,7 +73,9 @@
## TODO and random notes
- * buffer computated data and make
+ * add input proccessing
+ * buffer computated data if `data` is opened more than once so every reader
+ gets the same data at its own pace?
* use llvm-generated object or asm instead of C? that would be having to
add Plan 9 target to llc I guess, or some kind of conversion tool for asm
* renaming/removal of instance IDs and controls via Twstat and Tremove
@@ -92,6 +94,7 @@
* make all of that compile and run on Linux as well?
* "sampler" that can be used to buffer generated audio in memory/files
to be reused without running computations every single time
+ * slicer
* some kind of pipefs (that's a bad name) to connect all the objects
together, should be controllable through daw/cfg. microui will need
a lot of work