1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AudioPluginHost: Embed the assets required for internal plug-ins

This commit is contained in:
Tom Poole 2021-10-29 15:12:12 +01:00
parent 7f21aa4cc6
commit c064b0c604
20 changed files with 11280 additions and 27 deletions

View file

@ -17,14 +17,11 @@
==============================================================================
*/
#pragma once
#ifndef PIP_DEMO_UTILITIES_INCLUDED
#define PIP_DEMO_UTILITIES_INCLUDED 1
#include <JuceHeader.h>
#ifndef PIP_DEMO_UTILITIES_INCLUDED
#define PIP_DEMO_UTILITIES_INCLUDED 1
#endif
//==============================================================================
/*
This file contains a bunch of miscellaneous utilities that are
@ -244,3 +241,5 @@ struct SlowerBouncingNumber : public BouncingNumber
speed *= 0.3;
}
};
#endif // PIP_DEMO_UTILITIES_INCLUDED