mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
remove reference to PluginState in VST code, for real this time
git-svn-id: svn://localhost/ardour2/trunk@1014 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
02b28c3e45
commit
41d8747e9d
2 changed files with 2 additions and 10 deletions
|
|
@ -139,6 +139,8 @@ static const char* authors[] = {
|
||||||
N_("Per Sigmond"),
|
N_("Per Sigmond"),
|
||||||
N_("Doug Mclain"),
|
N_("Doug Mclain"),
|
||||||
N_("Petter Sundlöf"),
|
N_("Petter Sundlöf"),
|
||||||
|
N_("Thörsten Wilms"),
|
||||||
|
N_("Ben Loftis"),
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,16 +110,6 @@ VSTPlugin::set_block_size (nframes_t nframes)
|
||||||
activate ();
|
activate ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
VSTPlugin::store_state (PluginState& state)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
VSTPlugin::restore_state (PluginState& state)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
float
|
float
|
||||||
VSTPlugin::default_value (uint32_t port)
|
VSTPlugin::default_value (uint32_t port)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue