mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
7 lines
204 B
C++
7 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*) {}
|