mcopy/app/lib
Matt McWilliams a9f20ebf36 Remove extraneous log lines from arduino. Device is printed by send() and also sendAsync is called by send and logs the same information. Removed. 2024-05-19 17:11:31 -04:00
..
alert Arri-S work 2022-10-07 19:47:56 -04:00
arduino Remove extraneous log lines from arduino. Device is printed by send() and also sendAsync is called by send and logs the same information. Removed. 2024-05-19 17:11:31 -04:00
cam Recompile with newer modules. 2024-04-06 19:09:50 -04:00
capper Arri-S work 2022-10-07 19:47:56 -04:00
capture Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
client Fixed the iOS issue. Also allow for fullscreen on all browsers (with no sleep). Can preview properly but normal mode does not work 2023-02-25 16:32:08 -05:00
cmd In a two device simultaneous action, the cmd module was attemptint to await both actions in an array. This was not working and caused await to not occur. Instead, all actions have been replaced by a Promise.all, which awaits both actions simultaneously until both are complete. After that, function is correct. 2024-05-19 11:05:16 -04:00
database Feeble first attempt at documenting code 2019-02-23 12:25:47 -05:00
delay Resolves #73. Delay is exported in .ts file so it is non-ambient 2023-03-01 13:35:45 -05:00
devices Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00
display Recompile with newer modules. 2024-04-06 19:09:50 -04:00
exec Suppress warnings from Intval and execRaw during compilation. Add logging to ready to test on Mono laptop 2024-04-06 19:18:15 -04:00
exit Arri-S work 2022-10-07 19:47:56 -04:00
ffmpeg Recompile with newer modules. 2024-04-06 19:09:50 -04:00
ffprobe Recompile with newer modules. 2024-04-06 19:09:50 -04:00
filmout Recompile with newer modules. 2024-04-06 19:09:50 -04:00
frame Arri-S work 2022-10-07 19:47:56 -04:00
intval Suppress warnings from Intval and execRaw during compilation. Add logging to ready to test on Mono laptop 2024-04-06 19:18:15 -04:00
light Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00
log Recompile with newer modules. 2024-04-06 19:09:50 -04:00
mscript Resolves #4 (4 years ago!). Adds delay (stops scripts for X seconds), alert (displays an alert that stops script execution) and pause (displays a pre-populated alert). 2023-02-28 12:49:11 -05:00
processing Recompile with newer modules. 2024-04-06 19:09:50 -04:00
proj Resolves #80 and #81. UI will need a little cleanup. There is some string concatenation happening where it shouldn't. 2023-07-30 22:13:50 -04:00
sequencer Recompile with newer modules. 2024-04-06 19:09:50 -04:00
server Recompile with newer modules. 2024-04-06 19:09:50 -04:00
settings 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
spawn Add some docs to the code. Work in progress 2019-02-26 21:53:32 -05:00
system Recompile with newer modules. 2024-04-06 19:09:50 -04:00
ui Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00