onyx-and-iris
d8a240652d
Update setup.py
...
major version bump due to changes to theme
2022-04-24 12:13:22 +01:00
onyx-and-iris
c49d05e0f2
sun valley theme added as module
...
sun valley theme now added as pip module
added sv-ttk to setup.py
changes to code to load as module
2022-04-24 12:05:57 +01:00
onyx-and-iris
abad689be4
Update menu.py
...
remove duplicate call to self._parent._destroy_top_level_frames() in menu.py
2022-04-22 19:13:54 +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
acb345fb30
Update menu.py
...
ensure submix menu state is set if switching kind on vban disconnect
2022-04-21 09:15:02 +01:00
onyx-and-iris
a8b07ee8de
Update README.md
...
markdown fix
2022-04-20 18:17:36 +01:00
onyx-and-iris
3dd6ed52ac
Update README.md
...
markdown fix?
2022-04-20 18:17:00 +01:00
onyx-and-iris
0502987880
Update README.md
...
added section toml files.
2022-04-20 18:14:38 +01:00
bcb7b7f4b8
Update README.md
...
add kind_id section
2022-04-19 23:29:16 +01:00
onyx-and-iris
7d19e2119f
Update README.md
2022-04-19 22:27:58 +01:00
onyx-and-iris
04dadd5861
markdown fix
...
markdown fix
2022-04-19 21:58:56 +01:00
onyx-and-iris
5958b63e9d
add dir doc_imgs
...
add dir doc_imgs
add more images to inst_python
2022-04-19 21:48:34 +01:00
onyx-and-iris
ccfe21a20e
add link to python.md for git for windows in readme.
...
add link to python.md for git for windows in readme.
2022-04-19 21:11:41 +01:00
onyx-and-iris
d3ba898653
Update README.md
2022-04-19 20:50:29 +01:00
onyx-and-iris
00f627bfed
Update README.md
2022-04-19 20:49:08 +01:00
onyx-and-iris
0a528df875
add git to prerequisites.
...
add git to prerequisites.
add link to git insallation in inst_python.md
2022-04-19 20:43:23 +01:00
onyx-and-iris
3cbea34c1a
remove duplicate files
...
remove duplicate files
2022-04-19 20:22:54 +01:00
onyx-and-iris
041c350737
change to vban example config
...
comment out vban info in vban example config.
disables menu if all configuration options are commented out (or file not present)
2022-04-19 18:46:30 +01:00
onyx-and-iris
6e7d84a9da
Update INST_PYTHON.md
...
fix link
2022-04-19 17:21:27 +01:00
onyx-and-iris
4eb36f55f9
rename files. add wspython310.png
...
rename files. add wspython310.png
2022-04-19 17:20:39 +01:00
onyx-and-iris
2d477fc8a7
Update README.md
2022-04-19 16:45:36 +01:00
onyx-and-iris
bb09cea6eb
Update README.md
...
fix link
2022-04-19 16:44:41 +01:00
onyx-and-iris
3c0a7c741a
add python.md, mwscroll_step
...
Added PYTHON.md
add mwscroll_step
2022-04-19 16:43:10 +01:00
d9e35eddc4
Update app.toml
...
add [mwscroll_step]
2022-04-17 20:52:38 +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
99275d1dd2
Merge branch 'main' of https://github.com/onyx-and-iris/voicemeeter-compact
2022-04-17 09:27:35 +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
ca05f1e91a
Update app.toml
...
set default submix 0
2022-04-14 23:23:36 +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
4ce288e474
Update app.py
...
set _base_vals after merging/loading defaults
2022-04-14 01:19:08 +01:00
onyx-and-iris
b223044ddf
add to defaults, change default orientation
...
add channel to defaults.
if no app.toml loaded then set to defaults.
change default extend orientation to horizontal
2022-04-14 01:15:29 +01:00
Onyx and Iris
828abf7832
Update data.py
...
reduce pdelay to 5.
2022-04-13 18:11:39 +01:00
Onyx and Iris
3a183a4809
Update setup.py
...
fix img/ in package_data
2022-04-13 15:42:50 +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
488a69451f
Update setup.py
...
package_data added to setup.py
2022-04-13 07:10:06 +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
681293bfa9
Update README.md
...
add kind_id section to readme
2022-04-12 18:35:33 +01:00
onyx-and-iris
db32f6970c
Update README.md
2022-04-12 01:55:54 +01:00
onyx-and-iris
335bb2b1db
Update menu.py
...
check for vban config, if none disable menu
2022-04-12 01:25:46 +01:00
onyx-and-iris
25d7ac1832
Update app.py
...
using path to resolve themes dir
2022-04-12 00:32:47 +01:00
onyx-and-iris
987a4d8ecb
Update README.md
2022-04-12 00:21:37 +01:00
onyx-and-iris
52090743de
Update README.md
2022-04-12 00:20:53 +01:00
onyx-and-iris
838ba42b9d
Update app.py
...
using __file__ to fetch path dir
add default value for submix
2022-04-12 00:10:00 +01:00
onyx-and-iris
47d7014592
Update README.md
2022-04-11 23:55:01 +01:00
onyx-and-iris
51f84f12d6
Update README.md
2022-04-11 23:51:34 +01:00
onyx-and-iris
ca5a782f7f
Update README.md
2022-04-11 23:50:58 +01:00