ref: d604847f6c7baf09baf5003807bbcc9f2e5c3db4
parent: 2ba65b1adc8330e5d3f8485cfa82b8c98c40402a
author: Sigrid Haflínudóttir <[email protected]>
date: Sat May 9 20:18:06 EDT 2020
more readme updates
--- a/README.md
+++ b/README.md
@@ -80,10 +80,8 @@
* 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
- * ~~GUI needs to support various styles like knobs, drop down menus,
- radio buttons etc~~ see #2
- * ~~`<ui>/value`~~ `<fs>/watch` to watch the changes, add frame offset as well
- to know when it actually changed
+ * `<fs>/watch` to watch the changes, add frame offset as well to know when
+ it actually changed
* optional frame offsets for all commands, running and stopping computations
at specific offsets will make it possible to apply changes correctly
* `reset` command for groups
@@ -91,18 +89,14 @@
* add some way to read and write the whole configuration of an instance
in an easy way, so instances can be cloned, or configs saved to disk
as presets
- * make all of that compile and run on ~~Linux~~OpenBSD as well?
+ * make all of that compile and run on OpenBSD 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)~~`<id>/from` and `<id>/to` to
- connect all the objects together, should be controllable through daw/cfg.
- ~~microui will need a lot of work~~see #2
- * ~~polyphonyfs~~~~`<id>/clone` to manage master/voices automatically for any DSP~~
+ * `<id>/from` and `<id>/to` to connect all the objects together, should
+ be controllable through daw/cfg.
* mixerfs with channels
* full MIDI support
* OSC support
- * ~~port Orca to Plan 9 and use it for testing neindaw~~ *DONE*
- https://git.sr.ht/~ft/orca
* changes of controls can be monitored through a 2D plot in GUI
* every control can be used as an input of another control