Commit Graph
100 Commits
Author SHA1 Message Date
onyx_online e58d6c7242 remove comments 2026-01-18 19:57:12 +00:00
onyx_online 870a95b41e upd Strip Comp/Gate/EQ in README 2026-01-18 18:08:40 +00:00
onyx_online 59880bf582 remove comments 2026-01-18 17:22:20 +00:00
onyx_online cc58d1f081 implement {strip}.gate 2026-01-18 17:06:10 +00:00
onyx_online e37dea38b3 upd Run Tests in README 2026-01-18 15:25:05 +00:00
onyx_online 7f3b0ac7c9 upd examples to read conn from env 2026-01-18 15:17:00 +00:00
onyx_online 0512fac710 implement parametric eq 2026-01-18 15:16:48 +00:00
onyx_online d439da725c implement parametric eq 2026-01-18 14:42:07 +00:00
onyx_online 45ffed9f63 implement audibility knobs (inc comp, gate, denoiser) 2026-01-18 13:13:05 +00:00
onyx_online 14f79d1388 move namedtuples 2026-01-18 12:22:53 +00:00
onyx_online b45bd38706 use namedtuples to improve readability 2026-01-18 12:19:16 +00:00
onyx_online 312b5c5842 refactor header dataclasses 2026-01-18 11:43:43 +00:00
onyx_online ed8e281f7f remove unused func 2026-01-17 13:25:06 +00:00
onyx_online efdcfce387 refactor gainlayers and bus gains 2026-01-17 13:19:43 +00:00
onyx_online ad88286509 implement 3d parameters 2026-01-17 12:29:10 +00:00
onyx_online ecbdd2778f add classmethod from_bytes() to both RT packets NBS0/NBS1 2026-01-17 10:06:28 +00:00
onyx_online 1babf85a89 upd poethepoet ver
have poe read from .env file
rename script tasks

add py313 to tox env list
2026-01-17 09:38:44 +00:00
onyx_online fbd1d54f9b upd tests 2026-01-17 09:37:50 +00:00
onyx_online 96e9d6f4fd upd the interface to read/write multiple private/public packets.
{VirtualStrip}.bass/mid/treble implemented reading from public packet NBS=1
2026-01-17 09:37:31 +00:00
onyx_online 51394c0076 add VbanVMParamStrip defining the VMPARAMSTRIP_PACKET struct. 2026-01-17 09:35:33 +00:00
onyx_online 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
onyx_online c9c365ac54 rename test poe scripts
add passenv = * to [testenv]
2025-01-25 02:00:54 +00:00
onyx_online 1742ff839e add ip kwarg default value 2025-01-21 16:23:59 +00:00
onyx_online 5299d9ec6b log factory steps at debug level 2025-01-17 20:49:39 +00:00
onyx_online bc2cd3e7a5 test against localhost
run tests through formatter

remove sel test from bus bool params
2025-01-17 15:01:40 +00:00
onyx_online af68c423a6 run example snippets through ruff formatter 2025-01-17 02:54:23 +00:00
onyx_online 16df0d559e make changes to sockets.
replace black+isort with ruff

upd examples
2025-01-17 02:51:17 +00:00
onyx_online dad5ee9e9d Merge pull request #4 from onyx-and-iris/dependabot/pip/virtualenv-20.26.6
Bump virtualenv from 20.23.1 to 20.26.6
2025-01-13 21:58:18 +00:00
onyx_online 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
onyx_online 074ba4fe77 Merge pull request #3 from onyx-and-iris/dependabot/pip/black-24.3.0
Bump black from 22.8.0 to 24.3.0
2024-04-05 03:37:24 +01:00
onyx_online 21df4998a2 upd pytest dep version 2024-02-15 18:47:44 +00:00
onyx_online 7bff293820 py 12 added to tox envs 2024-02-08 12:13:30 +00:00
onyx_online c8d0a0078d adds more logging for getters 2023-10-21 18:02:55 +01:00
onyx_online 87a1d62414 ensure we don't try to join a thread that wasn't created
(in the event of a timeout error)
2023-10-21 07:48:09 +01:00
onyx_online f863723a4e add group dev (dev-dependencies deprecated) 2023-08-27 19:04:18 +01:00
onyx_online afa1867abc add poetry badge 2023-08-19 19:56:35 +01:00
onyx_online fcb656b7d0 reword docstring 2023-08-19 19:56:17 +01:00
onyx_online 9c0e2bef39 2.4.9 section added to CHANGELOG
patch bump
2023-08-13 18:20:28 +01:00
onyx_online 36692d1bc7 fixes error with escape character in regex 2023-08-13 18:16:49 +01:00
onyx_online 753714b639 should the loader attempt to load an invalid toml config
log as error but allow the loader to continue
2023-08-13 18:16:33 +01:00
onyx_online 27a26b8fe9 remove __str__ override 2023-08-13 18:15:31 +01:00
onyx_online 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
onyx_online f9bcbfa74a patch bump 2023-08-10 19:14:06 +01:00
onyx_online 0f2fb7121d add poetry test scripts for each kind 2023-08-10 19:13:34 +01:00
onyx_online a635109308 make better use of pattern matching features
error test updated
2023-08-10 19:12:52 +01:00
onyx_online a61e09b075 avoid using key word as variable name 2023-08-10 19:11:59 +01:00
onyx_online 763e44df12 refactor target
add error test for ValueError

test badges updated

patch bump
2023-08-09 17:03:55 +01:00
onyx_online 69472a783e patch bump 2023-08-07 17:39:39 +01:00
onyx_online 9a1ba06a21 update test badges 2023-08-07 17:39:26 +01:00
onyx_online 14b2ee473a mark config tests as slow 2023-08-07 17:39:13 +01:00
onyx_online ca2427c29a lowercase identifiers 2023-08-07 17:38:51 +01:00
onyx_online ebacdcf82a use _cmd() helper method to build cmd string 2023-08-07 17:38:37 +01:00
onyx_online 7416108489 add error tests 2023-08-07 16:31:19 +01:00
onyx_online bd6e57b3c6 define message attribute for VBANCMD error classes
override str magic method
2023-08-07 16:31:08 +01:00
onyx_online eed036ca03 patch bump 2023-08-05 14:06:47 +01:00
onyx_online 55211b9b19 replace generator function with factory function 2023-08-05 14:06:39 +01:00
onyx_online 4af7c0f694 initialize stop_event to None
in case outbound mode enabled
2023-08-05 14:05:18 +01:00
onyx_online f082fa8ac5 reword 2023-08-05 13:40:32 +01:00
onyx_online cbcca14481 rename until_stopped() to wait_until_stopped() 2023-08-05 13:36:36 +01:00
onyx_online f584d53835 patch bump 2023-08-05 13:34:56 +01:00
onyx_online 72d182a488 use Threading.Event object to terminate threads
until_stopped() added to Subscriber thread
2023-08-04 23:13:58 +01:00
onyx_online ee32f92914 add missing constants
add docstrings that describes data breakdown

move SubscribeHeader above  VbanRtPacketHeader

expand assert failure string
2023-08-04 23:06:51 +01:00
onyx_online 3b65035e50 add double click event for slider 2023-08-04 21:14:33 +01:00
onyx_online c8b4bde49d patch bump 2023-08-04 16:33:48 +01:00
onyx_online 47e9203b1e use walrus 2023-08-04 16:21:57 +01:00
onyx_online d48e7ecd79 Correct type annotations None type. 2023-08-02 17:19:08 +01:00
onyx_online 7e09a0d321 VBANCMDConnectionError now subclasses VBANCMDError 2023-08-02 15:45:25 +01:00
onyx_online d41ee1a12a remove redundant __str__ overrides 2023-07-26 11:32:20 +01:00
onyx_online 1e499cd99d patch bump 2023-07-25 16:23:02 +01:00
onyx_online 9bf52b5c11 num_strip_levels, num_bus_levels added to KindMaps 2023-07-25 16:22:47 +01:00
onyx_online 77ba347e99 fix bus.eq.on example in readme 2023-07-15 08:17:18 +01:00
onyx_online 94fa33cebf md fix 2023-07-13 08:58:06 +01:00
onyx_online ef105d878b fix logging example 2023-07-13 08:52:42 +01:00
onyx_online 956f759e73 add Logging section to README. 2023-07-13 08:50:24 +01:00
onyx_online dab519be9f implement midi, text vban streams
kindmaps updated

factory tests updated.

closes #2
2023-07-12 10:24:03 +01:00
onyx_online a4b91bf5c6 deep_merge implemented
recursively merges dicts in profiles

patch bump
2023-07-12 04:52:50 +01:00
onyx_online 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
onyx_online 8e30c57020 minor version bump 2023-07-08 17:25:53 +01:00
onyx_online 04e18b304b log params on successful connection
raise VBANCMDError if invalid config key in apply_config()
2023-07-08 17:25:38 +01:00
onyx_online 4de384c66c repr method added to factory base 2023-07-08 07:59:51 +01:00
onyx_online 2c8659a4e5 apply extended to support button, vban 2023-07-08 07:59:35 +01:00
onyx_online 41e427e46b button and vban classes added
button is a placeholder class, though.
2023-07-08 07:34:30 +01:00
onyx_online fc6fdb44b5 Revert "remove setup.py"
This reverts commit b49dc3b9b3.
2023-07-07 19:04:15 +01:00
onyx_online b49dc3b9b3 remove setup.py 2023-07-07 18:12:07 +01:00
onyx_online 1ad0347478 fixes bug with apply() if called from higher class 2023-07-05 19:20:57 +01:00
onyx_online 2c8e4cc87c rename sendtext_only to outbound
to more accurately describe its purpose.
2023-07-05 14:08:27 +01:00
onyx_online fc3b31dfa7 fix error in readme 2023-07-05 03:19:57 +01:00
onyx_online 544e0f2a32 sendtext_only kwarg added.
readme, changelog updated.

minor version bump
2023-07-05 02:55:42 +01:00
onyx_online f6d92d1c34 issue where subprocess not inheriting virtual env
see SO python-subprocess-doesnt-inherit-virtual-environment
2023-07-04 19:51:23 +01:00
onyx_online 10dbf63056 .python-version added to .gitignore 2023-06-30 17:56:54 +01:00
onyx_online 6ddd4151b4 add eq.on to apply example
VBANCMDConnectionError added to errors section
2023-06-27 15:36:53 +01:00
onyx_online 8b912a2d08 typo fix 2023-06-25 18:45:03 +01:00
onyx_online 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_online 0970bfe0b5 revert move data slices
strip_leves, bus_levels properties added to VbanRtPacket
2023-06-25 16:15:32 +01:00
onyx_online 54041503c9 add gui, tests to scripts
add tox to development dependencies

major version bump
2023-06-25 15:00:23 +01:00
onyx_online 9d015755eb single channel GUI example added. 2023-06-25 14:49:28 +01:00
onyx_online ca9a31c94a example now registeres on_exit_started
script will now end when OBS is closed

filter out all logs but `vban_cmd.iremote`

setup.py added
2023-06-25 14:49:07 +01:00
onyx_online 7a3abfc372 rename subject to event.
use self.observer over self.subject
2023-06-25 14:47:48 +01:00
onyx_online 37a9c88867 remove deprecated eq tests 2023-06-25 14:24:04 +01:00
onyx_online df7996a846 stip.{comp,gate} tests added to higher 2023-06-25 14:23:39 +01:00