summaryrefslogtreecommitdiff
path: root/src/libs/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-01-13 20:13:37 -0800
committerVito Caputo <vcaputo@pengaru.com>2023-01-20 00:20:05 -0800
commit729ea9c0f2d6a9caa27f17c05e0c26560a8f07e1 (patch)
tree56417256e28e216bad5d2398b10f6197d733afed /src/libs/Makefile.am
parentc741a478a1096212e93e881b58fdb654465bc19d (diff)
libs/rocket: add GNU Rocket submodule
Preparatory commit for experimenting with a GNU Rocket integration for controlling the stream pipes on a timeline. Since rocket doesn't support things like arbitrary strings, it's not a natural fit for rototiller where the obvious thing would be to describe scene compositions as settings strings as if you were invoking rototiller. But a temporary hack might be to just tell a rocket module up-front all the scenes as settings strings you provide to its setup. Those get assigned numeric identifiers, then rocket tracks can control when they come on/off numerically. It just requires describing all the scenes up front rather than in the pattern editor which is less than ideal. Being able to experiment with this half-ass solution may prove useful anyways, and shouldn't be too much work.
Diffstat (limited to 'src/libs/Makefile.am')
-rw-r--r--src/libs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am
index 36addcd..39de08d 100644
--- a/src/libs/Makefile.am
+++ b/src/libs/Makefile.am
@@ -1 +1 @@
-SUBDIRS = ascii grid din puddle ray sig txt
+SUBDIRS = ascii grid din rocket puddle ray sig txt
© All Rights Reserved