feat: add integration test framework and rack/grid command support

This commit is contained in:
Loic Coenen
2026-05-16 23:38:28 +00:00
committed by Loic Coenen (aider)
parent 9fda1b2669
commit e6e0a47749
6 changed files with 143 additions and 2 deletions

View File

@@ -19,4 +19,9 @@ void carla_set_bypass(int id, bool bypass);
int carla_disconnect_plugin(int id);
CarlaHostHandle carla_get_handle(void);
#ifdef TESTING
int carla_test_connection_count(void);
int carla_test_add_connection(int plugin_id, const char *plugin_port, const char *looper_port);
#endif
#endif