move callbacks/observer examples into examples/events/

This commit is contained in:
2025-02-27 20:33:59 +00:00
parent 3e201443e0
commit a3e3db3c37
5 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
## About
Registers a class as an observer and defines a callback.
## Use
Run the script, then:
- change GUI parameters to trigger pdirty
- press any macrobutton to trigger mdirty
- play audio through any bus to trigger ldirty
- any midi input to trigger midi
Pressing `<Enter>` will exit.