summaryrefslogtreecommitdiff
path: root/src/modules/rkt
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-07-31 17:06:34 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-07-31 17:10:01 -0700
commit21c11fee8c6cb50d7032f4578f0b8be342db6901 (patch)
treeb0ab9ea37bd03d1ad228b9fbc07364e86d6b5d2b /src/modules/rkt
parent4d87b2e85f13ee9597d9646db9c388cbf6269f2b (diff)
modules/rkt: remove TIL_MODULE_EXPERIMENTAL flag
Now that the "scener" interface seems to be semi usable and capable of editing... things are looking more complete in the sense that there's no huge gaping holes and a lot of the dust has settled. It's also looking pretty good for this sticking around long-term, so I'm removing the experimental flag making this more discoverable and visible in general. There's still work to be done surrounding GNU Rocket the library, like getting it using non-blocking connects, and there's a need for forgetting tracks which the protocol doesn't support currently. But it'd be silly to wait on getting those things upstream before making rkt more visible.
Diffstat (limited to 'src/modules/rkt')
-rw-r--r--src/modules/rkt/rkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/rkt/rkt.c b/src/modules/rkt/rkt.c
index 4caa9ba..26b5ea7 100644
--- a/src/modules/rkt/rkt.c
+++ b/src/modules/rkt/rkt.c
@@ -705,5 +705,5 @@ til_module_t rkt_module = {
.name = "rkt",
.description = "GNU Rocket module sequencer",
.setup = rkt_setup,
- .flags = TIL_MODULE_HERMETIC | TIL_MODULE_EXPERIMENTAL, /* this needs refinement esp. if rkt gets split into a player and editor */
+ .flags = TIL_MODULE_HERMETIC, /* this needs refinement esp. if rkt gets split into a player and editor */
};
© All Rights Reserved