mcopy/app/lib
mmcwilliams c6ebab4032 Post upgrade, log library needs to be upgraded to support winston 3.x API 2019-12-18 16:05:58 -05: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 If filmout picture source is set, set the field guide to match the aspect ratio of the image. Right now that only works if ratio is lower than the screen. Need to add case in display.html that corrects for when screen ratio is lower than image ratio. 2019-08-25 15:26:43 -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 Use module "ffmpeg-static" to use a binary of ffmpeg stored in node_modules, rather than rely on the system version. 2019-08-23 15:39:38 -04:00
ffprobe Properly count number of frames in animated gifs using `identify` from imagemagick because ffprobe was failing. 2019-08-15 15:25:33 -04:00
filmout If filmout picture source is set, set the field guide to match the aspect ratio of the image. Right now that only works if ratio is lower than the screen. Need to add case in display.html that corrects for when screen ratio is lower than image ratio. 2019-08-25 15:26:43 -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 Post upgrade, log library needs to be upgraded to support winston 3.x API 2019-12-18 16:05:58 -05:00
mscript All workshop work. Freeze dev on mac and test on linux 2019-07-29 12:45:13 -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 Sequencer now blocks system sleep while running a sequence. Made me upset last night when it happened during a filmout and I shot 1000 frames of black. Resolves #26 2019-10-04 14:36:26 -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 Use module "ffmpeg-static" to use a binary of ffmpeg stored in node_modules, rather than rely on the system version. 2019-08-23 15:39:38 -04:00
ui If filmout picture source is set, set the field guide to match the aspect ratio of the image. Right now that only works if ratio is lower than the screen. Need to add case in display.html that corrects for when screen ratio is lower than image ratio. 2019-08-25 15:26:43 -04:00