onyx-and-iris
01c99d5b31
init ldirty
...
patch bump
2022-10-19 14:32:54 +01:00
onyx-and-iris
3144a95e07
minor bump
2022-10-19 14:21:23 +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
ee3a871d23
add a delimiter end of request string in _set_rt
...
fixes bug if more than a single command in request packet.
removed [{self.index}] from apply string. (duplicates)
2022-10-19 14:20:23 +01:00
onyx-and-iris
197f81aa73
assume vban.toml for observer example
...
add README to observer example
2022-10-18 15:20:20 +01:00
onyx-and-iris
362873c5be
fix vban config name in example readme
2022-10-17 13:15:02 +01:00
onyx-and-iris
c86f7971b0
rewording in obs example
2022-10-17 13:14:08 +01:00
onyx-and-iris
bac60e5ed3
add vban.toml to gitignore
...
minor bump
2022-10-07 20:01:55 +01:00
onyx-and-iris
692acc8dd0
assume vban.toml in obs example
...
update README for obs example
2022-10-07 20:01:29 +01:00
onyx-and-iris
d57269f147
add ability to read conn info from toml
2022-10-07 20:00:56 +01:00
onyx-and-iris
be69d905c4
minor ver bump
2022-10-06 20:30:14 +01:00
onyx-and-iris
5ceb8f775a
config.toml added to gitignore
2022-10-06 20:29:38 +01:00
onyx-and-iris
e0f4aab257
obs example added.
...
README for obs example added
2022-10-06 20:29:03 +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
2f82e0b1fc
fix str format
2022-10-06 16:50:03 +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
243a43ac22
patch bump
2022-10-05 22:54:39 +01:00
onyx-and-iris
49354d6d55
lower threshold a level is considered dirty
2022-10-05 22:54:26 +01:00
onyx-and-iris
5c9ac4d78f
patch bump
2022-10-04 15:43:56 +01:00
onyx-and-iris
02b21b6989
print bus level values in observer example
2022-10-04 15:43:09 +01:00
onyx-and-iris
4659cf7cdb
util:
...
in comp, consider level value clean if below -60.0
vbancmd:
pass tuple expansion into string format in version method.
ldirty and _get_levels logic now moved into rt packet class
2022-10-04 15:42:36 +01:00
onyx-and-iris
8663aab2ce
add fget() to level getters in strip, bus
2022-10-04 15:40:32 +01:00
onyx-and-iris
a029011012
vbanrtpacket refactored
...
_generate_levels method added
ldirty method added.
moved initialize strip_level, bus_level cache into updater init()
initialize comps in updater init()
2022-10-04 15:39:56 +01:00
onyx-and-iris
bfa1a718f9
user logger in apply_config
...
patch bump
2022-09-29 12:34:02 +01:00
onyx-and-iris
2048a807d1
move event info logging from Updater into VbanCmd
...
odd logout logging
patch bump
2022-09-29 11:48:30 +01:00
onyx-and-iris
566bff3ced
move vbancmd class section in readme
2022-09-28 20:01:17 +01:00
onyx-and-iris
70dbee6f02
update changelog to refect changes
2022-09-28 18:31:35 +01:00
onyx-and-iris
c14196fc31
minor version bump
2022-09-28 18:20:25 +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
5177c2d297
fix erroneous call to self.vm
...
logging level INFO added
2022-09-28 18:14:06 +01:00
onyx-and-iris
23bc15e437
logging module now used to log interface events.
...
register, deregister method aliases added to Subject class.
2022-09-28 18:13:07 +01:00
onyx-and-iris
db96872965
changes to level/gain properties in VbanRtPacket
...
level getters in strip, bus fetch from public packet if not in cache
2022-09-28 18:07:10 +01:00
onyx-and-iris
1169435104
base renamed to vbancmd
...
misc renamed to event
info message fixed if no events subbed to
now using logging module in Event class
2022-09-28 18:03:22 +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
733fab45b4
raise VBANCMD error on connection failure.
...
leave teardown procedures to consumer library. (or context manager)
2022-09-24 07:45:28 +01:00
onyx-and-iris
444f95a9d6
add timeout to response socket in updater
...
patch bump
2022-09-23 20:03:16 +01:00
onyx-and-iris
14e538dca6
patch bump
2022-09-03 20:43:47 +01:00
onyx-and-iris
af5e81c339
remove debug print
2022-09-03 20:41:26 +01:00
onyx-and-iris
aadfbd3925
fix regression causing pdirty update to fail.
...
patch bump
2022-09-03 20:35:37 +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
aea2be624e
clean up class names in packet module.
...
add __init__ to vbanrtpacket class.
patch bump
2022-08-10 17:49:21 +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
cb9afc62d1
worker thread logic moved into worker module.
...
Socket intenum moved into util
2022-08-08 13:43:19 +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
c00f2f1b40
mdirty, midi removed from events.
...
patch bump
2022-08-02 09:56:59 +01:00