From 21c11fee8c6cb50d7032f4578f0b8be342db6901 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 31 Jul 2023 17:06:34 -0700 Subject: 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. --- src/modules/rkt/rkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/rkt/rkt.c') 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 */ }; -- cgit v1.2.1