mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Linux: Added support for building and hosting VST3 plug-ins
This commit is contained in:
parent
74ca3b44c4
commit
de712ca02e
15 changed files with 416 additions and 121 deletions
|
|
@ -86,6 +86,9 @@ public:
|
|||
*/
|
||||
unsigned long getHostWindowID();
|
||||
|
||||
/** Removes the client window from the host. */
|
||||
void removeClient();
|
||||
|
||||
protected:
|
||||
//==============================================================================
|
||||
/** @internal */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue