6222ab1e62
id renamed to identifier in _make_channelframe()
...
label_cache arrays now initialised with empty strings
update_levels() now called when initialising ChannelFrame
2023-08-06 23:15:08 +01:00
82cf0e914b
wrap button callbacks with {cls}.pause_updates()
2023-07-11 01:26:46 +01:00
0a19e28370
xpadding on channels
...
may be configured through app.toml
2023-06-29 15:50:39 +01:00
cfc1279f6c
module level loggers added
2023-06-26 13:52:24 +01:00
onyx-and-iris
732368a65b
fix math error in level updates
2022-10-05 23:39:51 +01:00
onyx-and-iris
294dfe7d03
changes to progressbar level udpates
2022-10-05 23:03:27 +01:00
onyx-and-iris
2c290e2632
now using event toggles when dragging sliders
...
patch bump
2022-09-16 09:44:47 +01:00
onyx-and-iris
ba78373f2b
now using label_cache in channels.
...
should reduce the number of calls to grid/ungrid
2022-07-16 22:12:55 +01:00
onyx-and-iris
520adc0a02
fix bug where a bus level may hang,
...
reproducible through toggling composite mode
I haven't noticed it occuring for strips.
patch bump
2022-07-14 17:24:05 +01:00
onyx-and-iris
4118002b0a
update timing adjusted
...
deregister as observer moved into teardown functions.
check index against num_strip, num_bus in level updates
patch bump
2022-07-07 01:22:57 +01:00
onyx-and-iris
e2cd217627
dependencies updated.
2022-07-06 14:03:29 +01:00
onyx-and-iris
24870e1861
channels and gainlayers now using is_updated
...
minor ver bump. dependencies updated.
2022-07-06 13:57:52 +01:00
onyx-and-iris
fd30a5ef0d
fix app title.
...
merge subject classes.
modify obsevers callback
ensure sunvalley theme loaded only once.
minor version bump
2022-06-20 00:09:27 +01:00
onyx-and-iris
2c39b9d215
updates to gui to match changes to interfaces
...
updates to gui to match changes to interfaces
now packaged with poetry and on pypi
2022-06-16 23:53:28 +01:00
onyx-and-iris
6d4d290e9e
run a level update if value > 0 << race condition.
...
patch bump
2022-05-16 00:28:01 +01:00
onyx-and-iris
823c138a5f
remove scale enter/leave binds, use hasattr, fix bug in on_mousewheel
...
remove redundant scale_enter, scale_leave functions.
use hasattr over in dir()
fix bug in on_mousewheel
patch bump
2022-05-14 17:24:33 +01:00
onyx-and-iris
502110ae0f
gain_label added to chanenl labelframes.
...
couple of bug fixes for submix frame
minor version bump
2022-05-14 14:05:48 +01:00
onyx-and-iris
92aead8754
gui rewritten with builder classes and observables
...
gui rewritten with builder classes and observables
2022-05-10 20:34:29 +01:00
onyx-and-iris
109eb54c2e
Update channels.py
...
remove sync, its causing some type of drag delay on the sliders
2022-04-26 23:58:24 +01:00
onyx-and-iris
4859780a8a
Update channels.py
...
call sync after grid
2022-04-26 23:36:57 +01:00
onyx-and-iris
2a6e39aa8e
Update channels.py
...
ensure labeltext gets updated if a change in pdirty
2022-04-26 23:16:19 +01:00
onyx-and-iris
d63ef60f1f
Update channels.py
...
update open_config() in bus class to update bus_mode_cache when config frame is closed
2022-04-26 21:29:27 +01:00
onyx-and-iris
80340ac219
updates to bus mode cache
...
add a separate bus mode cache for each interface.
add property objects to config frame for setting/getting from bus mode cache.
update function update_bus_modes to fit changes to bus mode cache
2022-04-26 20:59:00 +01:00
onyx-and-iris
4fb7a88855
add bus_modes to App class for tracking bus modes
...
add bus_modes to App class for tracking bus modes
2022-04-26 08:06:08 +01:00
onyx-and-iris
76ca376bfc
changes to banner frame, nav frame and config frames.
...
only create a banner frame for potato version (since it hold info about submixes).
stick nav_frame eastwards.
change columnspan for bus config frame to 4 to match strip config frames.
2022-04-22 01:27:35 +01:00
onyx-and-iris
d3464fc8aa
Update channels.py
...
remove duplicate
2022-04-21 13:04:53 +01:00
onyx-and-iris
000b18b6ec
mousewheel scroll step now settable
...
size of mousewheel scroll step now settable
add _base_vals.mwscroll_step to data.
added [mwscroll_step] to app.toml
2022-04-17 11:50:44 +01:00
onyx-and-iris
da9e538cc7
refactor ldirty, add reinitialize level arrays in _make_app
...
refactor set ldirty.
reinitialize level arrays in _make_app (when switching between local,network connection)
2022-04-17 09:27:27 +01:00
onyx-and-iris
cd4264be8b
added bind event mousewheel to gain sliders
...
added bind event mousewheel to gain sliders
2022-04-14 20:49:06 +01:00
onyx-and-iris
8f3672029a
refactor watch levels, now using max()
...
refactor watch levels.
now using max() to fetch peak
2022-04-14 18:05:17 +01:00
onyx-and-iris
1d29e5113c
factorise watch level
...
factorise watch level
2022-04-14 17:41:46 +01:00
onyx-and-iris
26832b3cb9
changes to level updates
...
strip/bus levels compared by index iteratively.
strip/bus level array size added to _base_vals dataclass. Helps to keep track of level array size when switching between kinds.
level_offset class attributes added to strip/bus/gainlayer labelframe classes.
watch_levels adjusted to only updated frames when a level has changed.
2022-04-14 17:25:26 +01:00
onyx-and-iris
3c1abdd2ac
fix peak in watch levels
...
fix peak in watch levels
2022-04-13 07:21:30 +01:00
onyx-and-iris
14a43770cd
ldirty, pdelay, ldelay added. changes to how levels are fetched
...
ldirty added, true iff level value has changed.
fetching level arrays moved to highest level of the app.
pdelay and ldelay added to _base_vals dataclass.
2022-04-13 06:50:49 +01:00
onyx-and-iris
3eec86e5ed
initial commit
...
initial commit
2022-04-11 18:35:28 +01:00