Commit Graph

43 Commits

Author SHA1 Message Date
278566c2e0 deep_merge implemented
recursively merges dicts in profiles

patch bump
2023-07-12 04:52:42 +01:00
f854ec7875 Adds ability to extend one config with another
apply_config() checks for 'extends' in TOML config

2.3.0 section added to README

three example extender.toml configs added
2023-07-11 19:34:43 +01:00
5640f54e65 rethrow if not mdirty error code -9, immediately.
patch bump
2023-07-10 20:17:06 +01:00
4569e8c760 accept incoming change 2023-07-10 17:45:38 +01:00
5e39461966 2.2.0 section added to changelog
mino version bump
2023-07-10 16:20:59 +01:00
af368b4b0a patch bump 2023-07-10 15:18:11 +01:00
32527e37bd patch bump 2023-07-09 01:45:27 +01:00
76960f36d0 if a wrong user config is requested,
this error should be exposed to the consumer.

patch bump.
2023-07-08 07:57:39 +01:00
c2daba1a62 when out of bounds values are passed, log warnings
bump to version 2.1.1

closes #6
2023-07-01 19:50:54 +01:00
5b99f8aae3 patch bump 2023-06-29 18:05:20 +01:00
ce9a86de79 patch bump 2023-06-25 11:00:56 +01:00
3d98b2accd add gui example 2023-06-24 23:30:35 +01:00
f57475daa0 tox added as development dependency
events, levels added to scripts

major version bump
2023-06-23 18:18:42 +01:00
e6ea1e5f4f bump to major version 1 2023-06-19 20:03:26 +01:00
onyx-and-iris
a460c6aeb0 add scripts.py 2022-11-07 20:21:50 +00:00
onyx-and-iris
a4cc7058b6 examples refactored
poetry scripts added
2022-10-28 02:14:08 +01:00
onyx-and-iris
a73ebf364b only add fx properties to phys strips
patch bump
2022-10-27 08:50:27 +01:00
onyx-and-iris
5ad5622612 pan_x, pan_y added to virtual strips
pan_x, pan_y virt tests added to higher.

patch bump
2022-10-26 14:24:13 +01:00
onyx-and-iris
f4fc58cea0 added strip/bus device mixins.
device_prop added to meta

README, CHANGELOG updated to reflect changes.

minor version bump

fixes #3
2022-10-11 12:53:08 +01:00
onyx-and-iris
816fd76213 add, remove now accept iterables
update README

patch bump
2022-10-06 18:07:34 +01:00
onyx-and-iris
86612a65cb add property setters in event class
use event property setters in examples

update README

patch bump
2022-10-06 16:45:08 +01:00
onyx-and-iris
08fdad135d patch bump 2022-10-04 14:36:58 +01:00
onyx-and-iris
9c8fe0b626 use logging module in subject class
patch bump
2022-09-29 11:31:19 +01:00
onyx-and-iris
af0d51eeb1 changelog, readme updated to reflect changes
minor version bump
2022-09-29 10:26:55 +01:00
onyx-and-iris
6b7a79173c fix import... oops. 2022-09-24 12:08:43 +01:00
onyx-and-iris
ef0c94a6f1 move updater thread logic out of base class.
patch bump
2022-09-24 12:04:07 +01:00
onyx-and-iris
48b2857c58 tomli/tomllib compatibility layer added.
Type annotation Self removed.

python version requirement changed.

tomli added as runtime dependency if py ver < 3.11

minor version bump.
2022-09-03 16:28:19 +01:00
onyx-and-iris
b5fc37a362 changelog updated to reflect recent changes.
minor version bump.
2022-08-02 09:20:50 +01:00
onyx-and-iris
9d446ea17d add support for midi devices.
midi example added.

minor version bump
2022-07-24 14:38:16 +01:00
onyx-and-iris
bdd125ba5c minor version bump 2022-07-21 23:27:04 +01:00
onyx-and-iris
d78de4d967 readme, changelog updated to reflect changes.
pytest-repeat added to dev dependencies.
update dependencies

minor version bump.
2022-07-16 21:24:51 +01:00
onyx-and-iris
e979595a09 refactor levels.
only compute strip/bus comp tuples if ldirty.

add comp generator function to util.

added some docstrings

patch bump
2022-07-09 11:06:48 +01:00
onyx-and-iris
210c75ed5f reduce time complexity of range checks
patch bump
2022-07-07 15:09:50 +01:00
onyx-and-iris
d12e67820f fix regression in observable thread.
patch bump
2022-07-06 14:27:34 +01:00
onyx-and-iris
9af2fc98aa add support for all strip level modes to observers
is_updated now returns a bool (if that channel is updated (dirty))

observer example updated.

minor ver bump
2022-07-06 13:14:23 +01:00
onyx-and-iris
8935624044 minor ver bump 2022-07-02 02:05:13 +01:00
onyx-and-iris
d951c5efce changes to observers thread.
minor version bump
2022-06-20 00:06:03 +01:00
onyx-and-iris
482c197f70 Update pyproject.toml
minor bump
2022-06-17 18:42:20 +01:00
onyx-and-iris
43de864a83 fix error in cbindings.
fix error in cbindings.
2022-06-17 17:51:57 +01:00
onyx-and-iris
9cb5093cc9 fix print message bug
fix print message bug
2022-06-17 09:55:33 +01:00
onyx-and-iris
c5fcf5a0fd update example configs
update example configs
2022-06-16 18:58:31 +01:00
onyx-and-iris
b8a773d5a0 license badge added to readme
license badge added to readme
2022-06-16 16:17:33 +01:00
onyx-and-iris
11275d9473 initial commit
initial commit
2022-06-16 14:07:12 +01:00