Commit Graph

139 Commits

Author SHA1 Message Date
7d89b0c4ae implements notification on tab switch 2023-08-25 22:33:28 +01:00
fafe9ea4d6 implements tabs physical strip, virtual strip
output buttons are laid out and events are defined
2023-08-25 22:25:30 +01:00
2490fc9343 increment indices in formatted strings
instead of range expressions
2023-08-25 20:41:48 +01:00
ead28db48c check only ok_exp 2023-08-25 20:36:04 +01:00
7d3647afd7 implements events for patch composite 2023-08-25 20:23:21 +01:00
c308a8fd07 query values dict
instead of making redundant api calls
2023-08-25 18:52:26 +01:00
e4e372e84a rename builder methods to denote tab and row 2023-08-25 18:50:29 +01:00
b98f892b23 implements a basic tab structure
using tabgroup ("settings", "physical", "virtual")

Patch Composite buttons placed.
Events for patch composite not yet implemented
2023-08-25 18:29:43 +01:00
c74e4c40c2 change default theme
don't load button cache by default
2023-08-25 02:19:01 +01:00
74e6aa5f0c refactor event bindings 2023-08-24 18:02:53 +01:00
aecc9efb83 refactor make_row2 2023-08-24 17:22:37 +01:00
7d02921626 sync the getters for now
(todo: implement parameter callbacks)
2023-08-24 16:54:44 +01:00
426e91f6fe implements hardware out as:
focusable buttonmenus.
2023-08-24 16:07:28 +01:00
b45e85badd fixes search path for binary 2023-08-23 19:47:59 +01:00
b6b4c5fd97 move $target out of loop
-Force compress archive if it exists
2023-08-23 16:43:00 +01:00
3f696d86da build and compress 2023-08-23 16:39:50 +01:00
4f48b0f01d add a configurable delay before launching nvda 2023-08-23 16:13:33 +01:00
bf66a1d070 implement launch() function.
Allows launching nvda program at start.
2023-08-23 16:11:32 +01:00
d39cc35e79 add guard clause for empty entry 2023-08-23 03:03:21 +01:00
599b140079 kind_id contant 2023-08-23 02:39:07 +01:00
752f93a64c only register patch events if not kind basic
add basic build script
2023-08-23 02:31:15 +01:00
d9997e1091 upd gitignore 2023-08-23 02:11:48 +01:00
0db0511dc9 implements a text search for comboboxes 2023-08-23 02:04:18 +01:00
cda5e0379b pyinstaller added as development dependency 2023-08-23 00:28:11 +01:00
19f72dd255 fetches correct path if using compiled binary 2023-08-23 00:27:53 +01:00
d195c1cd97 utility methods and default values implemented 2023-08-23 00:27:37 +01:00
c0c0701ed8 using utility index methods 2023-08-23 00:27:12 +01:00
990aea2b42 utility methods that fetch index numbers 2023-08-23 00:26:40 +01:00
9621232a17 implements INSERT CHECKBOX events 2023-08-22 20:41:44 +01:00
6896358071 register events for INSERT CHECKBOX 2023-08-22 18:13:26 +01:00
d6f991ef67 implements make_row2() 2023-08-22 18:13:15 +01:00
5554286ee9 fix passing kind_id to voicemeeterlib 2023-08-22 18:10:10 +01:00
654a86b2ab move layout construction into builder class
separates construction from app representation
2023-08-22 16:11:24 +01:00
a2af0e704c define exception hierarchy
allow is_running to return values x>=0
2023-08-22 16:11:00 +01:00
740cf1ac02 add deselect device to hardware outs 2023-08-22 05:37:06 +01:00
65cd21203b implements asio checkboxes 2023-08-22 05:16:43 +01:00
1fd181d097 events registered for hardware out
hardware out now sets a physical device

nvida speech added
2023-08-22 02:52:03 +01:00
e200462b85 initial commit 2023-08-22 02:04:00 +01:00
7c0f3327f8
Initial commit 2023-08-22 01:14:57 +01:00