.. |
arduino
|
Rename all keys to full "camera_" vs "cam_" and "projector_" vs "proj_" for consistency across the app.
|
2019-03-21 21:02:28 -04:00 |
cam
|
Took a tiny detour on the film out feature, or "digital projector". This now avoids showing a browser window fullscreen on mac, which is having performance issues when opening and then running sequences. There is a major source of lag, seemingly coming from the camera? Need to test with fake projector to see if there's a problem with the arduino lib.
|
2019-03-21 22:33:30 -04:00 |
capture
|
Feeble first attempt at documenting code
|
2019-02-23 12:25:47 -05:00 |
cmd
|
Made progress on sequencer module, renamed from sequence.
|
2019-03-22 04:33:53 -04:00 |
database
|
Feeble first attempt at documenting code
|
2019-02-23 12:25:47 -05:00 |
delay
|
Rename all keys to full "camera_" vs "cam_" and "projector_" vs "proj_" for consistency across the app.
|
2019-03-21 21:02:28 -04:00 |
devices
|
Create new doc files for new libs or ones with jsdoc
|
2019-03-21 21:03:03 -04:00 |
digital
|
Took a tiny detour on the film out feature, or "digital projector". This now avoids showing a browser window fullscreen on mac, which is having performance issues when opening and then running sequences. There is a major source of lag, seemingly coming from the camera? Need to test with fake projector to see if there's a problem with the arduino lib.
|
2019-03-21 22:33:30 -04:00 |
display
|
Last work on display for tonight. Add a boolean attribute "opened" to re-open the digitalWindow if closed.
|
2019-03-21 22:54:49 -04:00 |
exec
|
Install delay, exit and exec modules.
|
2019-02-08 14:07:35 -05:00 |
exit
|
Add some docs to the code. Work in progress
|
2019-02-26 21:53:32 -05:00 |
ffmpeg
|
Overwrite any exported frame by adding -y flag to the ffmpeg command.
|
2019-03-18 18:28:31 -04:00 |
ffprobe
|
Feeble first attempt at documenting code
|
2019-02-23 12:25:47 -05:00 |
intval
|
Feeble first attempt at documenting code
|
2019-02-23 12:25:47 -05:00 |
light
|
Disable light from the UI if necessary. Kind of circuitous, will refactor.
|
2019-03-21 22:55:12 -04:00 |
log
|
Update log format, remove timestamp and use file "mcopy.log" in mcopy dir, not mcopy-cli.
|
2019-03-21 18:01:41 -04:00 |
mscript
|
Found range error in common usage example. Check test coverage
|
2019-02-24 08:23:57 -05:00 |
proj
|
Create new doc files for new libs or ones with jsdoc
|
2019-03-21 21:03:03 -04:00 |
sequencer
|
Sequence now runs entirely in the main process. Renderer no longer stores the sequence, it is a for loop inside the main process.
|
2019-03-23 21:58:22 -04:00 |
server
|
Rename all keys to full "camera_" vs "cam_" and "projector_" vs "proj_" for consistency across the app.
|
2019-03-21 21:02:28 -04:00 |
settings
|
Sequence now runs entirely in the main process. Renderer no longer stores the sequence, it is a for loop inside the main process.
|
2019-03-23 21:58:22 -04:00 |
spawn
|
Add some docs to the code. Work in progress
|
2019-02-26 21:53:32 -05:00 |
system
|
Create a system lib that can be used in the UI and cli.
|
2019-03-22 20:29:36 -04:00 |
ui
|
Sequence module is controlled from the UI. Everything runs in the main.js on the main process. The DOM changes when ipc messages are sent from the sequence module to the render process.
|
2019-03-24 00:24:39 -04:00 |