|
|
0b99b6a67f
|
update references to ip kwarg
|
2026-03-02 23:21:57 +00:00 |
|
|
|
c851cb5abe
|
add Recorder section to README
|
2026-03-01 21:11:48 +00:00 |
|
|
|
69263c22f2
|
add 2.7.0 to CHANGELOG
|
2026-03-01 17:04:37 +00:00 |
|
|
|
c335d35b9f
|
fix config extends section
|
2026-02-27 20:16:04 +00:00 |
|
|
|
870a95b41e
|
upd Strip Comp/Gate/EQ in README
|
2026-01-18 18:08:40 +00:00 |
|
|
|
e37dea38b3
|
upd Run Tests in README
|
2026-01-18 15:25:05 +00:00 |
|
|
|
91feccc509
|
default bps to 256000 (same as VBAN-Text-Client SDK example) see https://github.com/vburel2018/VBAN-Text-Client
patch bump
|
2025-01-25 02:06:42 +00:00 |
|
|
|
1742ff839e
|
add ip kwarg default value
|
2025-01-21 16:23:59 +00:00 |
|
|
|
af68c423a6
|
run example snippets through ruff formatter
|
2025-01-17 02:54:23 +00:00 |
|
|
|
16df0d559e
|
make changes to sockets.
replace black+isort with ruff
upd examples
|
2025-01-17 02:51:17 +00:00 |
|
|
|
8436634371
|
bit shift bus modes.
make modelist a BusMixin attr
remove vban.public_packet from README. It should be used only internally.
patch bump
|
2024-07-05 17:43:28 +01:00 |
|
|
|
afa1867abc
|
add poetry badge
|
2023-08-19 19:56:35 +01:00 |
|
|
|
79260a0e47
|
check vban direction
check that index is numeric
remove button as possible key.
not defined in RT packets anyway
patch bump
|
2023-08-10 21:24:59 +01:00 |
|
|
|
77ba347e99
|
fix bus.eq.on example in readme
|
2023-07-15 08:17:18 +01:00 |
|
|
|
94fa33cebf
|
md fix
|
2023-07-13 08:58:06 +01:00 |
|
|
|
ef105d878b
|
fix logging example
|
2023-07-13 08:52:42 +01:00 |
|
|
|
956f759e73
|
add Logging section to README.
|
2023-07-13 08:50:24 +01:00 |
|
|
|
2a98707bf8
|
Adds ability to extend one config with another
apply_config() checks for 'extends' in TOML config
2.3.0 section added to CHANGELOG
three example extender.toml configs added
minor version bump
|
2023-07-11 20:27:52 +01:00 |
|
|
|
2c8e4cc87c
|
rename sendtext_only to outbound
to more accurately describe its purpose.
|
2023-07-05 14:08:27 +01:00 |
|
|
|
fc3b31dfa7
|
fix error in readme
|
2023-07-05 03:19:57 +01:00 |
|
|
|
544e0f2a32
|
sendtext_only kwarg added.
readme, changelog updated.
minor version bump
|
2023-07-05 02:55:42 +01:00 |
|
|
|
6ddd4151b4
|
add eq.on to apply example
VBANCMDConnectionError added to errors section
|
2023-06-27 15:36:53 +01:00 |
|
|
|
8b912a2d08
|
typo fix
|
2023-06-25 18:45:03 +01:00 |
|
|
|
d2a5fe197e
|
version 2.0.0 section added to changelog
apply examples updated to include bus.eq.on
Strip.{Comp,Gate,Denioser} sections added to readme
|
2023-06-25 18:40:09 +01:00 |
|
onyx-and-iris
|
4aacc60857
|
md fix
|
2022-11-05 12:16:25 +00:00 |
|
norm
|
8f9ac47d02
|
fix apply in readme.
|
2022-11-05 03:14:37 +00:00 |
|
norm
|
90e994c193
|
typo fix
|
2022-11-05 02:48:33 +00:00 |
|
onyx-and-iris
|
87eb61170e
|
blacken readme example.
fix bug in main.py
|
2022-10-19 21:10:59 +01:00 |
|
onyx-and-iris
|
1833b28c8d
|
Connection section added to README.
CHANGELOG updated to reflect changes.
|
2022-10-19 14:21:04 +01:00 |
|
onyx-and-iris
|
4ee37f54c5
|
fadto() fadeby() methods added to strip/bus classes
appgain(), appmute() methods added to virtualstrip class
|
2022-10-06 20:28:26 +01:00 |
|
onyx-and-iris
|
550df917fb
|
add, remove now accept iterables
update README
patch bump
|
2022-10-06 18:07:41 +01:00 |
|
onyx-and-iris
|
0c60fe3d5e
|
add property setters in event class
use event property setters in examples
update README
patch bump
|
2022-10-06 16:45:15 +01:00 |
|
onyx-and-iris
|
566bff3ced
|
move vbancmd class section in readme
|
2022-09-28 20:01:17 +01:00 |
|
onyx-and-iris
|
c28398c5f6
|
vban.subject subsection added to README under Events
|
2022-09-28 18:15:08 +01:00 |
|
onyx-and-iris
|
f46abedf12
|
fix name of base error class in readme
patch bump
|
2022-09-24 07:49:17 +01:00 |
|
onyx-and-iris
|
4ef3d1f225
|
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:47:38 +01:00 |
|
onyx-and-iris
|
3e7bd14ba3
|
update tested against versions
|
2022-08-08 17:09:51 +01:00 |
|
onyx-and-iris
|
5b86a2b7b2
|
keep variable names consistent in readme
|
2022-08-08 14:26:57 +01:00 |
|
onyx-and-iris
|
8b393acc50
|
reword in readme
|
2022-08-08 14:25:20 +01:00 |
|
onyx-and-iris
|
6a9508c719
|
rewording in readme
|
2022-08-08 14:24:02 +01:00 |
|
onyx-and-iris
|
3ecb3a0f68
|
fix minor errors in readme
|
2022-08-06 10:51:35 +01:00 |
|
onyx-and-iris
|
11264b95ec
|
add pypi badge to readme
|
2022-08-06 09:03:43 +01:00 |
|
onyx-and-iris
|
42ff902698
|
vban_cmd.api section added to readme.
Event updates section added to readme.
Brief explanation regarding registering and toggling event subscriptions
|
2022-08-02 09:32:23 +01:00 |
|
onyx-and-iris
|
2ba42279cf
|
dependencies updated.
pytest-repeat added to dev dependencies.
strip/bus sections separated in readme.
changelog, readme updated to reflect changes.
minor version bump
|
2022-07-16 21:56:20 +01:00 |
|
onyx-and-iris
|
e85013730d
|
update readme
|
2022-06-18 14:07:50 +01:00 |
|
onyx-and-iris
|
f3dcc6415b
|
Update README.md
fix configname in readme
|
2022-06-16 19:24:28 +01:00 |
|
onyx-and-iris
|
f21d5853bf
|
update example configs
update example configs
|
2022-06-16 18:58:18 +01:00 |
|
onyx-and-iris
|
575b681445
|
Update README.md
add config files section to readme
|
2022-06-16 16:56:20 +01:00 |
|
onyx-and-iris
|
5703105980
|
add opts
add opts to example in readme and __main__
|
2022-06-16 16:45:08 +01:00 |
|
onyx-and-iris
|
d4be587e99
|
Update README.md
remove unsupported params from example
|
2022-06-16 16:36:05 +01:00 |
|