mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
8 lines
204 B
C++
8 lines
204 B
C++
|
|
/* temporarily required due to some code design confusion (Feb 2014) */
|
||
|
|
|
||
|
|
#include "ardour/vst_types.h"
|
||
|
|
|
||
|
|
int vstfx_init (void*) { return 0; }
|
||
|
|
void vstfx_exit () {}
|
||
|
|
void vstfx_destroy_editor (VSTState*) {}
|