6 #include "project/effect.h" 8 #include "io/crossplatformlib.h" 10 #include "include/vestige.h" 13 typedef intptr_t (*dispatcherFuncPtr)(
AEffect *effect, int32_t opCode, int32_t index, int32_t value,
void *ptr,
float opt);
22 void process_audio(
double timecode_start,
double timecode_end, quint8* samples,
int nb_bytes,
int channel_count);
24 void custom_load(QXmlStreamReader& stream);
25 void save(QXmlStreamWriter& stream);
27 void show_interface(
bool show);
28 void uncheck_show_button();
35 dispatcherFuncPtr dispatcher;
37 bool configurePluginCallbacks();
42 bool canPluginDo(
char *canDoString);
43 void processAudio(
long numFrames);
47 QPushButton* show_interface_btn;
48 QByteArray data_cache;
50 #if defined(__APPLE__) 59 #endif // VSTHOSTWIN_H
Definition: vestige.h:275
Definition: effectfield.h:23