mcopy/app/lib
mmcwilliams 96d0897f65 Made a breaking change to the mscript module: light array is now the "meta" array to allow for types of commands other than camera movements to have associated metadata. The two driving motivations for this change are the proposed alert feature which will have a string message as its metadata and the proposed pause feature, which will have seconds as its metadata.
Updated tests as well. Still need to change behavior in the mscript.js gui lib.
2019-07-26 19:54:22 -04:00
..
arduino Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
cam Remove unused "digital" attribute from camera state. 2019-06-18 16:50:28 -04:00
capture Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
cmd Add jsdoc comments to cmd module 2019-07-26 18:30:10 -04:00
database Feeble first attempt at documenting code 2019-02-23 12:25:47 -05:00
delay Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
devices Filmout display monitor size with stats 2019-06-24 21:11:14 -04:00
display Preview a frame using the webview. Select monitor to display images on. Wooo! 2019-06-26 20:08:49 -04:00
exec Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
exit Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
ffmpeg Filmout display monitor size with stats 2019-06-24 21:11:14 -04:00
ffprobe Filmout display monitor size with stats 2019-06-24 21:11:14 -04:00
filmout Filmout supports still images. Uses FFMPEG to convert to png, still. Should use sharp and re-sample the image to the maximum allowed for the screen in the smallest dimension. 2019-07-07 00:02:01 -04:00
intval Refactor intval module into Typescript. 2019-06-14 11:58:35 -04:00
light Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
log Update the silent log methods to return false. 2019-04-15 16:11:18 -04:00
mscript Made a breaking change to the mscript module: light array is now the "meta" array to allow for types of commands other than camera movements to have associated metadata. The two driving motivations for this change are the proposed alert feature which will have a string message as its metadata and the proposed pause feature, which will have seconds as its metadata. 2019-07-26 19:54:22 -04:00
proj Rename all uses of the previously-named "digital" module to "filmout" in proj module. 2019-06-18 16:52:26 -04:00
sequencer Add jsdoc comments AND semi-colons to sequencer module. 2019-07-26 19:03:42 -04:00
server Update counters. Use local state within objects cam and proj instead of mcopy.state 2019-03-30 20:29:01 -04:00
settings Settings module restores state to a default on "restore" 2019-04-15 16:13:28 -04:00
spawn Add some docs to the code. Work in progress 2019-02-26 21:53:32 -05:00
system Fixed comments in system module to reflect the fact that dependency check happens by executing 'which {cmd}' and storing the response as the absolute path to the binary. If which returns a blank string, dependency is marked not present. 2019-07-26 18:31:22 -04:00
ui Support gifs and stills in filmout 2019-07-24 22:00:23 -04:00