26 #include "project/effect.h" 28 #include "io/crossplatformlib.h" 30 #include "include/vestige.h" 33 typedef intptr_t (*dispatcherFuncPtr)(
AEffect *effect, int32_t opCode, int32_t index, int32_t value,
void *ptr,
float opt);
42 void process_audio(
double timecode_start,
double timecode_end, quint8* samples,
int nb_bytes,
int channel_count);
44 void custom_load(QXmlStreamReader& stream);
45 void save(QXmlStreamWriter& stream);
47 void show_interface(
bool show);
48 void uncheck_show_button();
55 dispatcherFuncPtr dispatcher;
57 bool configurePluginCallbacks();
62 bool canPluginDo(
char *canDoString);
63 void processAudio(
long numFrames);
67 QPushButton* show_interface_btn;
68 QByteArray data_cache;
70 #if defined(__APPLE__) 79 #endif // VSTHOSTWIN_H
Definition: vestige.h:275
Definition: effectfield.h:43