mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Examples: fix Reaper embedded view demo
This commit is contained in:
parent
b09b4c3bc0
commit
bcb06af289
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
*******************************************************************************/
|
||||
|
||||
/* This demo shows how to use the VSTCallbackHandler and VST3ClientExtensions
|
||||
/* This demo shows how to use the VST2ClientExtensions and VST3ClientExtensions
|
||||
classes to provide extended functionality in compatible VST/VST3 hosts.
|
||||
|
||||
If this project is built as a VST or VST3 plugin and loaded in REAPER
|
||||
|
|
@ -146,7 +146,7 @@ private:
|
|||
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
|
||||
class VST2Extensions : public VSTCallbackHandler
|
||||
class VST2Extensions : public VST2ClientExtensions
|
||||
{
|
||||
public:
|
||||
explicit VST2Extensions (EmbeddedViewListener& l)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue