Commit Graph

18 Commits

Author SHA1 Message Date
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
a13ccd2c57 fix bug setting default submix
fix bug setting default submix
2022-05-16 22:20:05 +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
a7f23ef544 remove nav_frame info_text on scale enter/leave 2022-05-14 16:04:31 +01:00
onyx-and-iris
6fe73015ce gain labels added to submix frame
patch bump
2022-05-14 16:00:58 +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
24c97964b2 fix bug fetching strip labels for gainlayer 2022-05-05 16:03:49 +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
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