From 2ee3c989def9cb9a7b53a4be04ecb9a296427574 Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 9 Jun 2024 16:22:33 -0400 Subject: [PATCH] README.md : Updates --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a21015..9e057b5 100644 --- a/README.md +++ b/README.md @@ -950,19 +950,19 @@ locations from the point of call. - Re-write the currawong circuit with caw. -- Move proc_dict.cfg to libcw directory. +- DONE: Move proc_dict.cfg to libcw directory. -- The proc inst 'args' should be able to create mult variables. The only way to instantiate +- DONE: The proc inst 'args' should be able to create mult variables. The only way to instantiate new mult variables now is via the 'in' stmt. -- The `audio_merge` implementaiton is wrong. It should mimic `audio_mix` where all igain +- DONE: The `audio_merge` implementaiton is wrong. It should mimic `audio_mix` where all igain coeff's are instantiated even if they are not referenced. - Finish audio feedback example - this will probably involve writing an `audio_silence` class. - Issue a warning if memory is allocated during runtime. -- Add the `caw` examples to the test suite. +- DONE: Add the `caw` examples to the test suite. - Check for illegal variable names in class descriptions. (no periods, trailing digits, or trailing underscores)