mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 02:16:09 +01:00
define VSTPluginInfo::VSTPluginInfo()
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6093 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fba5f18124
commit
2fc01707a7
1 changed files with 4 additions and 0 deletions
|
|
@ -501,6 +501,10 @@ VSTPlugin::print_parameter (uint32_t param, char *buf, uint32_t len) const
|
|||
memmove (buf, first_nonws, strlen (buf) - (first_nonws - buf) + 1);
|
||||
}
|
||||
|
||||
VSTPluginInfo::VSTPluginInfo()
|
||||
{
|
||||
}
|
||||
|
||||
PluginPtr
|
||||
VSTPluginInfo::load (Session& session)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue