diff options
Diffstat (limited to 'assets/TODO')
-rw-r--r-- | assets/TODO | 79 |
1 files changed, 64 insertions, 15 deletions
diff --git a/assets/TODO b/assets/TODO index 9158e24..e5f7b4e 100644 --- a/assets/TODO +++ b/assets/TODO @@ -1,15 +1,64 @@ -keepalive channels per backend? -Note source in channel value struct -udp backends may ignore MTU -make event collectors threadsafe to stop marshalling data... -collect & check backend API version -move all connection establishment to _start to be able to hot-stop/start all backends -event deduplication in core? -move all typenames to _t - -per-channel filters - * invert - * edge detection - -channel discovery / enumeration -note exit condition/reconnection details for backends +Misc + - keepalive channels per backend? + - Note source in channel value struct + - Support raw value passthru + - udp backends may ignore MTU + - make event collectors threadsafe to stop marshalling data... + - collect & check backend API version + - move all connection establishment to _start to be able to hot-stop/start all backends + - move all typenames to type_t + +Core roadmap + - Event deduplication in core - cc filters + - [channelconfig] / [filter] + - Per-channel settings / filtering + - dedup (in/out) + - invert + - edge detection + - debounce + - toggle + - libmmbackend: interface bind + - When binding an interface instead of an address, multicast and interface addressing should work naturally + -> ArtNet ArtPoll handling + - gtk ui + +Backend internals + - Backend properties API + - Streaming input vs Event input (ie Artnet/MIDI) + - Enumerable channels vs Freeform channels (ie Artnet/OSC) + - Discoverable channels + - Store bind/connect details for config reload + +Backend features + - OSC + - Bundle transmit + - data->fd elimination + - Lua + - Standard Library (fade, etc) + - Move to Lua 5.4 + - Separate load/execute steps + - Visca + - Connection recovery + - Python + - Separate load/execute steps + +Backends roadmap + - http + -> vlc + -> vmix + - kinet + - atem + - tcl + - globalcache + +Documentation + - Indicate optional / required backend options + - Document exit condition/reconnection details + +CI & Distribution + - arm64 build + - debian + - brew + +Xref + - check gx7/notes/MIDIMonster |