feat: add integration test framework and rack/grid command support
This commit is contained in:
committed by
Loic Coenen (aider)
parent
9fda1b2669
commit
e6e0a47749
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user