Skip to content

Commit

Permalink
misc changes/fixes
Browse files Browse the repository at this point in the history
- compact wsnodes in shm, wrap in 3D ary<>
- allow redirect addon debug to file
- split off layout, player, test seq (port-test) into separate .js
  • Loading branch information
djulien committed Mar 3, 2021
1 parent 2068844 commit 353b145
Show file tree
Hide file tree
Showing 27 changed files with 1,060 additions and 2,446 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ YALP is not intended to compete with other existing Lightshow hardware or softwa
## documentation
jsnotebooks for models, fx, scheduling, audience/interactivity; incl (3D) photos of props with fx experiments

# suggested workflow

Not fixed in stone, but suggested workflow is:
1. choose music, edit
2. choose (create or reuse/map existing) models/props
3. consider mood, tempo, features of song
4. choose overall colors, fx
5. identify evts/cues
6. match fx to evts/cues

# folder sttr
Yalp folder
├── (build)
Expand Down
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#path ~/.node-gyp/*/include/node/common.gypi/.node-gyp/*/include/node/common.gypi
"cflags_cc!": #conflict with above; turn off these options (in case common.gypi turns them on)
[
"-fno-exceptions",
"-fno-exceptions", #"-fexceptions", #use opposite of above
"-std=gnu++1y",
],
#NOTE?: node-gyp only reads *one* "cflags_cc+" here, otherwise node-gyp ignores it
Expand All @@ -61,6 +61,7 @@
[
# "NODEJS_ADDON", #using node-gyp => want Node.js add-on
'NAPI_DISABLE_CPP_EXCEPTIONS', #?? https://github.com/nodejs/node-addon-api/blob/master/doc/setup.md
# 'NAPI_CPP_EXCEPTIONS', #?? https://github.com/nodejs/node-addon-api/blob/master/doc/setup.md
'BUILT="<!(date +\"%F %T\")"',
#runt chk only 'XWINDOWS="<!(echo $DISPLAY)"', #don't compile for framebuffer
# 'XWINDOWS="<!(type -p X &>/dev/null && echo \"yes\" || echo \"no\")"', #installed, but might not be running
Expand Down
226 changes: 0 additions & 226 deletions config/controller.js

This file was deleted.

Loading

0 comments on commit 353b145

Please sign in to comment.