Commit Graph
107 Commits
Author SHA1 Message Date
onyx_online a62a46d61a upd docs 2024-02-08 13:46:49 +00:00
onyx_online 5eeaff2371 now using sys.executable, fixes issue with pyenv-win 2024-02-08 13:46:26 +00:00
onyx_online c2cf2fe523 sends example added.
obs example updated to reflect updates to obsws
2024-02-08 13:45:55 +00:00
onyx_online 265c26eb67 import util as namespace 2024-02-08 13:44:55 +00:00
onyx_online 467b769ea4 from_db, to_db decorator functions added to util.
_get_{fader,level}_val, _set_{fader,level}_val removed
2024-02-08 13:43:49 +00:00
onyx_online 27d0811091 Send class added to shared module
Send mixed into Strip, AuxRtn, FxRtn classes.

addresses #4
2024-02-08 13:43:15 +00:00
onyx_online df2d158618 patch bump
closes #6
2024-02-03 13:04:25 +00:00
onyx_online 035c8d6507 move delay into {XAirRemote}.query()
update getters
2024-02-03 13:03:49 +00:00
onyx_online cab3888946 upd lock file 2023-08-27 19:14:32 +01:00
onyx_online eddfb89fa9 add group dev (dev-dependencies deprecated) 2023-08-27 19:13:20 +01:00
onyx_online a1062e92b5 upd test badge 2022-11-16 15:52:34 +00:00
onyx_online ac382c4c32 mute prop moved into meta
patch bump
2022-11-16 15:51:26 +00:00
onyx-and-iris a09b07e1c2 mute prop added to dca class
mute tests added

patch bump
2022-11-10 12:10:01 +00:00
onyx-and-iris e7d38bb9d7 minor ver bump
added mute property to bus,fx,lr,rtn,strip
2022-11-08 22:10:36 +00:00
onyx-and-iris 2255da4e53 minor ver bump
2.1.0 added to changelog
2022-11-08 17:07:42 +00:00
onyx-and-iris 6ab7d03a11 update changelog 2022-11-08 16:54:57 +00:00
onyx-and-iris 87217f6f9c remove type checks, prefer duck typing.
keep bounds checks for any vals passed to lin_set/log_set
2022-11-08 16:54:23 +00:00
onyx-and-iris fb8d3dee75 add missing parameters in config.monitor 2022-11-08 16:52:00 +00:00
onyx-and-iris 4973eb3215 reword docstring 2022-11-08 16:51:39 +00:00
onyx-and-iris 65a817ed87 update changelog 2022-11-08 15:12:03 +00:00
onyx-and-iris 0b20ac953f delay kwarg added.
delay added to README

delay for test suites reduced to 0.008

main stereo added to adapter tests
2022-11-08 15:09:20 +00:00
onyx-and-iris 7015383b98 fix logging bug
patch bump
2022-11-07 21:05:27 +00:00
onyx-and-iris 981f4b57f8 add ex_obs to scripts 2022-11-07 20:06:56 +00:00
onyx-and-iris 2732e56a86 patch bump 2022-11-07 19:57:26 +00:00
onyx-and-iris 315dc64feb rename xair obs dir
upd poetry script
2022-11-07 19:50:46 +00:00
onyx-and-iris 4a36e4a2ce major ver bump
CHANGELOG updated to reflect changes
2022-11-07 18:36:59 +00:00
onyx-and-iris 858275beda md fix 2022-11-07 17:43:43 +00:00
onyx-and-iris d6fe34aef4 test badge fixed
fx added to higher classes section in readme.

aux renamed to auxreturn

lower level methods send, query added to readme.

documentation links for OSC commands added.
2022-11-07 17:29:35 +00:00
onyx-and-iris 0606c8d107 info_response property added to base clase. 2022-11-07 17:27:41 +00:00
onyx-and-iris 78cd0b489a add poetry scripts for test suites 2022-11-07 15:23:20 +00:00
onyx-and-iris 6944ba5128 minor refactors 2022-11-07 15:22:59 +00:00
onyx-and-iris e4dc4d0b13 add tests.x32 module 2022-11-07 15:22:29 +00:00
onyx-and-iris 079d1b308d move xair tests into tests.xair package 2022-11-07 15:21:51 +00:00
onyx-and-iris a69734b738 adapter module added
factory method for x32 added

logging module added for tracing OSC requests/reponses.
2022-11-07 11:08:56 +00:00
onyx-and-iris d765c5b027 add poetry script 2022-10-28 21:07:14 +01:00
onyx-and-iris eacf1d1c61 set mute_group True in example 2022-09-30 19:30:42 +01:00
onyx-and-iris 95260e8e5e typo fix 2022-09-21 10:12:54 +01:00
onyx-and-iris 6aba201080 update config.mute_group in readme. 2022-09-21 10:12:04 +01:00
onyx-and-iris a4e9e430f9 fix mute_group toggle for config class.
use mute_group.on in xair-obs example

patch bump
2022-09-21 10:05:31 +01:00
onyx-and-iris b8e7254850 reword in readme 2022-09-21 01:21:14 +01:00
onyx-and-iris c59c623546 add xair-obs example 2022-09-20 15:12:50 +01:00
onyx-and-iris d5184d0559 fix wording in changelog 2022-09-05 19:06:18 +01:00
onyx-and-iris db789b8342 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-05 17:06:11 +01:00
onyx-and-iris 731f0906ef Update .gitignore 2022-08-09 17:54:59 +01:00
onyx-and-iris c159812fe3 remove redundant import
fix docstrings to match new package name
2022-08-08 00:13:14 +01:00
onyx-and-iris a45a57d1e4 config.toml to gitignore 2022-08-08 00:06:40 +01:00
onyx-and-iris 9f0e5c7891 fix github md? 2022-08-07 23:58:35 +01:00
onyx-and-iris f8c6659fd8 package renamed to xair-api
now packaged with poetry and added to pypi

using tomllib, requires python 3.11

readme, changelog updated to reflect changes

major version bump
2022-08-07 23:55:51 +01:00
onyx-and-iris e8d23562f1 date fix 2022-05-01 11:17:30 +01:00
onyx-and-iris 21c4246441 add create stable branch todo 2022-05-01 10:20:55 +01:00