Searched refs:VSTEffect (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.h61 struct VSTEffect struct
64 int32 (*dispatcher)(struct VSTEffect*, int32,
66 void (*process)(struct VSTEffect*, float**,
68 void (*setParameter)(struct VSTEffect*, int32, float);
69 float (*getParameter)(struct VSTEffect*, int32);
83 void (*processReplacing)(struct VSTEffect*,
88 typedef int32 (*audioMasterCallback)(VSTEffect*, int32, int32, int32, void*, float);
89 typedef VSTEffect* (*VSTEntryProc)(audioMasterCallback audioMaster);
119 VSTEffect* fEffect;
143 VSTEffect* Effec
[all...]
H A DVSTHost.cpp15 static int32 VHostCallback(VSTEffect* effect, int32 opcode, int32 index,
471 VSTEffect*
540 VHostCallback(VSTEffect* effect, int32 opcode, int32 index, int32 value,

Completed in 29 milliseconds