|
94a0e6770c
|
upd link for header file
|
2024-01-03 09:32:12 +00:00 |
|
|
d03d19eecd
|
upd link for documentation
|
2024-01-03 09:29:21 +00:00 |
|
|
ce5936b740
|
lint fixes
ruff added to dev dependencies
ruff badge added to readme
|
2023-10-29 09:40:10 +00:00 |
|
|
b360545aa6
|
adds a configurable timeout for login()
readme, changelog updated
fixes #9
|
2023-10-27 17:29:53 +01:00 |
|
|
73482c1f84
|
add poetry badge to readme
|
2023-08-19 19:40:06 +01:00 |
|
|
84fdd94559
|
rewird VMError docstring
upd README.
|
2023-08-18 20:09:59 +01:00 |
|
|
ce7cda100f
|
Errors section in README updated.
2.4.8 section added to CHANGELOG
patch bump
|
2023-08-13 16:52:04 +01:00 |
|
|
68177c3c6c
|
md fix
|
2023-07-13 08:54:21 +01:00 |
|
|
54a1938694
|
Added Errors and Logging sections to README.
|
2023-07-13 08:50:41 +01:00 |
|
|
b0acde6a52
|
fix weird code?
|
2023-07-11 19:45:43 +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 |
|
|
c1e23ab250
|
typo
|
2023-07-01 20:26:44 +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 |
|
|
71f77b7830
|
md fix
|
2023-07-01 00:05:01 +01:00 |
|
|
4415851816
|
Recorder.Mode section added
new recorder properties and methods added
|
2023-06-30 23:53:08 +01:00 |
|
|
88a5686f27
|
upd strip comp, gate sections in readme
|
2023-06-25 13:47:21 +01:00 |
|
|
d0877dbdfd
|
bump tested against versions
|
2023-06-25 11:14:22 +01:00 |
|
|
58dba331a7
|
fix polling parameters in readme.
|
2023-06-25 11:00:32 +01:00 |
|
|
cc26720ae2
|
add eq, comp, gate to apply examples.
|
2023-06-24 19:06:23 +01:00 |
|
|
2f9864cf60
|
version 2.0.0 section added to changelog
readme updated to reflect latest changes
test badges updated.
fixes #5
|
2023-06-23 18:29:41 +01:00 |
|
onyx-and-iris
|
108c327c52
|
fix bug in example
|
2022-10-19 13:51:25 +01:00 |
|
onyx-and-iris
|
7f1a51f86d
|
cleanup installation section
|
2022-10-18 16:17:35 +01:00 |
|
onyx-and-iris
|
4e8532e805
|
md fix
|
2022-10-17 15:21:55 +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
|
af0d51eeb1
|
changelog, readme updated to reflect changes
minor version bump
|
2022-09-29 10:26:55 +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
|
f3eec58c25
|
update tested against versions
|
2022-08-08 16:40:59 +01:00 |
|
onyx-and-iris
|
6b4e4d97e3
|
fix str in readme, __main__.
|
2022-08-06 10:49:56 +01:00 |
|
onyx-and-iris
|
055749e8ac
|
add pypi badge to readme
|
2022-08-06 08:56:53 +01:00 |
|
onyx-and-iris
|
4030d697c2
|
voicemeeterlib.api section added to readme. Some explantion about default kwargs
Event updates section added to readme.
Brief explanation regarding registering and toggling event subscriptions
|
2022-08-02 09:19:30 +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
|
22d663acdc
|
fix error in readme
|
2022-07-22 13:13:15 +01:00 |
|
onyx-and-iris
|
ea6da5283c
|
md fix
|
2022-07-21 23:25:54 +01:00 |
|
onyx-and-iris
|
a4bceecab1
|
change patch number in readme
|
2022-07-21 23:23:55 +01:00 |
|
onyx-and-iris
|
985fd3172f
|
minor version bump.
0.4.0 section added to changelog.
patch, option sections added to readme.
|
2022-07-21 23:19:24 +01:00 |
|
onyx-and-iris
|
dedb93f32c
|
effects properties added stip/bus sections
FX section added to readme.
fix some docstrings.
fix a couple of jumbled dates in changelog
|
2022-07-16 23:21:55 +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
|
771bc223ac
|
device section added to readme
|
2022-06-27 16:49:37 +01:00 |
|
onyx-and-iris
|
5e289cb264
|
add modes to bus section
|
2022-06-27 16:38:59 +01:00 |
|
onyx-and-iris
|
2fac796240
|
properties added to bus
|
2022-06-27 15:11:18 +01:00 |
|
onyx-and-iris
|
9cd64b6db1
|
upd readme
|
2022-06-27 15:03:30 +01:00 |
|
onyx-and-iris
|
bf2a829d88
|
add levels to bus
|
2022-06-27 15:00:48 +01:00 |
|
onyx-and-iris
|
ce3cc4bc1e
|
gainlayers, levels added to readme.
strip/bus properties separated.
|
2022-06-27 14:58:39 +01:00 |
|
onyx-and-iris
|
5af9dcb834
|
Update README.md
fix configname in readme
|
2022-06-16 19:24:22 +01:00 |
|
onyx-and-iris
|
c5fcf5a0fd
|
update example configs
update example configs
|
2022-06-16 18:58:31 +01:00 |
|
onyx-and-iris
|
9a239bc061
|
add example configs. move config files section in readme
add example configs. move config files section in readme
|
2022-06-16 16:56:45 +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 |
|