mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Initial version of VST3 plugin support.
This commit is contained in:
parent
fb2a5fc857
commit
4fe7240eb2
31 changed files with 2136 additions and 177 deletions
|
|
@ -10,7 +10,7 @@
|
|||
namespace BinaryData
|
||||
{
|
||||
extern const char* AudioPluginXCodeScript_txt;
|
||||
const int AudioPluginXCodeScript_txtSize = 2910;
|
||||
const int AudioPluginXCodeScript_txtSize = 2916;
|
||||
|
||||
extern const char* background_tile_png;
|
||||
const int background_tile_pngSize = 151;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue