mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 14:50:01 +01:00
Bye sayVIMS, hello sayOSC, OSC dynamic namespaces, revamped event handlers, bugfixes in livido host implementation, bugfixes in vevosample, some memory leaks fixed
git-svn-id: svn://code.dyne.org/veejay/trunk@593 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -36,4 +36,13 @@ void livido_exit( void );
|
||||
|
||||
void livido_plug_read_output_parameters( void *instance, void *fx_values );
|
||||
|
||||
char *livido_describe_parameter_format( void *instance, int p );
|
||||
|
||||
int livido_plug_build_namespace( void *plugin_template , int entry_id, void *fx_instance , void *data, int sam);
|
||||
|
||||
char *livido_describe_parameter_format_osc( void *instance, int p );
|
||||
|
||||
void livido_plug_free_namespace( void *fx_instance , void *data );
|
||||
|
||||
void *livido_get_name_space( void *instance );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user