- Somerville, MA
- https://sixteenmillimeter.com
- Joined on
2021-04-12
78cca62c12
filmout_display now loads a blank image on startup and displays it. Logic for loading and displaying arbitrary images still needed.
07ba08d962
Fix remaining issue with sound. Now it will look for the first audio file in the directory as long as its .wav. Add more logging to catch issues.
4a68abd38e
Update image to load image or blank, only loadBlank on startup. Error linking on macOS, testing Linux
c5aecd3053
Updates to scripts, sketches and file structures to better support Windows and non-English systems. Move all data to "data" dir within filmless_processing sketch.
c38231b155
Update attribution and modify the export script to not work if file is not provided and is not found.
f5105d2c97
Add script for converting Processing tif to png
1962790742
Print out the MAGIC constants
b438e44aff
Moved json to include. Wrote complete state class. Main.cpp now contains the TCP socket server logic.
0afeaab695
Add MIT License
7d146cbab9
Add JSON submodule and state class. This is failing to compile properly on macOS, trying on Linux
faf9570f98
Retry adding submodule
e91b7aa841
Create basic elements needed for the project
3addc7464f
Updates in attempt to get window to start on launch in macOS. Not happening but it's a quick hack to start it with a message. Add a send.js file for node.
63f4278b2b
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.
6778f871db
Devices, serial and type terms were updated everywhere in code except in the settings object.