From c68f741ccfd04bdeea8083245d5a80b3e9ccf6e5 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 19 Oct 2024 12:38:18 -0400 Subject: [PATCH] README.md : Updates. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2817db..0d0c8b2 100644 --- a/README.md +++ b/README.md @@ -1011,6 +1011,8 @@ Look at all the places `var_create()` is called can the value arg. be removed? + UI elements should form proper tree's where elements know their children. As it is the links only go up the tree from child to parent - searching down the tree is not possible. + + Disabled "disp_str" should turn grey. + - Class presets cannot address 'mult' variables. Maybe this is ok since 'mult' variables are generally connected to a source? ... although 'gain' mult variables are not necessarily connected to a source see: `audio_split` or `audio_mix`.