summaryrefslogtreecommitdiff
path: root/tools/bb/misc.cc
blob: 1b7ba688ab483e3b496278d1d08c51b074c1aad0 (plain)
1
2
3
4
5
6
7
/* 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*) {}