Commit b86fc9c
authored
Add LTC support and enhancements on Windows (#108)
* Move role and sharing functionality to a new footer
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Remove unused code
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add note regarding the footer to the changelog
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Fix an issue where a comparison for the role determination was inverted
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Fix an issue resulting in some plugin settings not being rendered until the state has changed and been refetched
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Allow apply operations using a dot-path
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add a shortcut to open preferences
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Start adding support for LTC timecode
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add pre- and post-build scripts for managing native addons
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add support for lists in settings
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add support for custom ids in select inputs in settings
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Prevent the main window content from scrolling
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Clean up the timecode plugin
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Properly read the audio data buffers and decode them as LTC
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Remove unused code
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Start adding a new time api and work on the timecode plugin
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Fix an issue where audio devices weren't listed correctly in settings and add an option for placeholders to string inputs
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Setup the state before loading the API as some APIs make use of it
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Minimize widget re-renders as much as possible
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Fix typo
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Start rebuilding the clock widget to use the clock api
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Limit the number of times widgets are re-rendered
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Render nothing if no widget object is provided
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Memoize children using useEffect rather than useMemo to accomplish faster load times
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add better support for selecting clocks in the clock display widget
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Remove debug logs
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Properly inherit certain functionality through type inheritance by tracking all ancestors
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Remove trailing comma
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add support for button inputs in preferences
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Skip rendering undefined settings
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add support for button inputs in settings
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add basic support for LTC triggers
- Trigger cues
- Evaluating state
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add a loading indicator when searching for audio devices
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add a 'none' option for the time display widget and remove the second tab in the startup template
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Add styling to trigger cues and add support for ancestors in the rundown
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Clean up code to let TimecodeFrame handle all frame conversion
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Update the design ov variable cues to include an icon and allow for changing colors
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Decrease the margin of rundown list items marginally
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Remove asar to allow for code signing
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Fix an issue where plugin settings wasn't initiated on mount
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Force preference rerender on input change
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Fix an issue where settings wasn'r re-rendering properly on state change
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Fix an issue that led to clock references not being cleaned up properly by the timecode api
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Redesign input switches
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Fix an issue causing plugin settings to disappear on refresh
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Update dependencies
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Allow for granular defaults for types and set default values
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Update changelog
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Update changelog
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Make sure the app menu waits for auth to be set before fetching data
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Make context menus follow the color theme and tweak margins in the header on windows
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Update dependencies
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Update dependencies
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Fix an issue where step inside on groups wouldn't re render the component
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Update screenshot and readme
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Update changelog
Signed-off-by: Axel Boberg <git@axelboberg.se>
* Update build instructions
Signed-off-by: Axel Boberg <git@axelboberg.se>
---------
Signed-off-by: Axel Boberg <git@axelboberg.se>1 parent 557c69f commit b86fc9c
119 files changed
Lines changed: 5114 additions & 655 deletions
File tree
- api
- app
- assets/icons
- components
- AppMenu
- ContextMenuDivider
- ContextMenuItem
- ContextMenu
- FrameComponent
- Grid
- Header
- Modal
- Notification
- Popover
- PreferencesButtonInput
- PreferencesListInput
- PreferencesSelectInput
- PreferencesStringInput
- Preferences
- Role
- Sharing
- TabsComponent
- WidgetRenderer
- views
- docs
- api
- lib
- api
- schemas
- workspace
- media
- plugins
- caspar/lib
- clock
- app
- components
- Clock
- CurrentTime
- SelectableClock
- views
- http
- inspector/app/components
- Form
- SelectInput
- osc/lib
- rundown/app
- components
- Header
- RundownGroupItem
- RundownItem
- RundownList
- RundownTriggerItem
- RundownVariableItem
- utils
- views
- shortcuts
- timecode
- lib
- audio
- ltc
- types
- lib
- variables
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
8 | 19 | | |
9 | 20 | | |
10 | 21 | | |
| 22 | + | |
11 | 23 | | |
12 | 24 | | |
13 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | | - | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
31 | 54 | | |
32 | 55 | | |
33 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
12 | 57 | | |
13 | 58 | | |
14 | 59 | | |
| |||
117 | 162 | | |
118 | 163 | | |
119 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
120 | 192 | | |
121 | 193 | | |
122 | 194 | | |
123 | 195 | | |
124 | 196 | | |
125 | | - | |
| 197 | + | |
126 | 198 | | |
127 | 199 | | |
128 | 200 | | |
129 | 201 | | |
130 | 202 | | |
131 | | - | |
| 203 | + | |
132 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
133 | 212 | | |
134 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
135 | 224 | | |
136 | 225 | | |
137 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
138 | 257 | | |
139 | 258 | | |
140 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
10 | 28 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
14 | 33 | | |
15 | 34 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
19 | 43 | | |
20 | | - | |
| 44 | + | |
21 | 45 | | |
22 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
23 | 52 | | |
24 | 53 | | |
25 | 54 | | |
| |||
43 | 72 | | |
44 | 73 | | |
45 | 74 | | |
46 | | - | |
| 75 | + | |
| 76 | + | |
47 | 77 | | |
48 | 78 | | |
49 | 79 | | |
| |||
52 | 82 | | |
53 | 83 | | |
54 | 84 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
59 | 91 | | |
60 | 92 | | |
61 | 93 | | |
| |||
0 commit comments