Matt McWilliams
|
142c990a0e
|
Refactored GUI into TypeScript and class-based format
|
2023-03-18 16:59:26 -04:00 |
Matt McWilliams
|
70ab8cb527
|
Improve timing. Sequence takes into account serialDelay within each command and sequenceDelay has no bearing. Was adding 120ms of error to every step
|
2023-03-01 13:37:22 -05:00 |
Matt McWilliams
|
512f6c86ad
|
Resolves #73. Delay is exported in .ts file so it is non-ambient
|
2023-03-01 13:35:45 -05:00 |
Matt McWilliams
|
5db5d477e4
|
Timing is now updated via rolling average on all projector and camera actions. This data is reset when profile is changed. This data is stored in the settings.json and loaded on start so estimates will improve the more it is used.
|
2023-02-28 15:55:02 -05:00 |
Matt McWilliams
|
7741134917
|
Create the Timing class
|
2023-02-28 14:30:17 -05:00 |
Matt McWilliams
|
9d0545aa4f
|
All capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts.
|
2022-07-15 18:11:26 -04:00 |
mmcwilliams
|
529c275c0f
|
Filmout needed update in use of dialog class. ffmpeg-static needed to reference the required module, not .path
|
2020-01-19 00:36:58 -05:00 |
mmcwilliams
|
d604f2aab5
|
Resolved #28 issues with color selection in the GUI. Performing final tests before 1.5 release. On release will use new repo tagging methods and will build more frequently.
|
2020-01-14 12:48:15 -05:00 |
mmcwilliams
|
c6d0256929
|
Compile renderer js with tsconfig.json file. Add maps.
|
2020-01-10 16:43:12 -05:00 |