mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix LXVST compile.
git-svn-id: svn://localhost/ardour2/branches/3.0@10188 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a1f8f6d8ea
commit
0f03348dd7
1 changed files with 1 additions and 2 deletions
|
|
@ -283,9 +283,8 @@ static VSTFXInfo* vstfx_info_from_plugin(VSTFX *vstfx)
|
||||||
/* A simple 'dummy' audiomaster callback which should be ok,
|
/* A simple 'dummy' audiomaster callback which should be ok,
|
||||||
we will only be instantiating the plugin in order to get its info*/
|
we will only be instantiating the plugin in order to get its info*/
|
||||||
|
|
||||||
static long simple_master_callback(struct AEffect *, int32_t opcode, int32_t, intptr_t, void *, float)
|
static intptr_t simple_master_callback(struct AEffect *, int32_t opcode, int32_t, intptr_t, void *, float)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (opcode == audioMasterVersion)
|
if (opcode == audioMasterVersion)
|
||||||
return 2;
|
return 2;
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue