1
0
Fork 0
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:
jules 2014-02-05 16:20:57 +00:00
parent fb2a5fc857
commit 4fe7240eb2
31 changed files with 2136 additions and 177 deletions

View file

@ -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;