From cf18ae6fccdc46b3a04afa4759428eb6a8161188 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 24 Jun 2023 23:36:03 +0100 Subject: [PATCH] add gui example to added section in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8270974..a36444b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ There are other non-breaking changes: - new comp, gate, denoiser and eq tests added to higher tests. - `levels` example to demonstrate use of the interface without a context manager. - `events` example to demonstrate how to interact with event thread/event object. +- `gui` example to demonstrate GUI controls. - `{Remote}.observer` can be used in place of `{Remote}.subject` although subject will still work. Check examples. - Subject class extended to allow registering/de-registering callback functions (as well as observer classes). See `events` example.