Add about dialog

This commit is contained in:
xenakios
2017-12-24 16:56:22 +02:00
parent 184b6148fd
commit 34002da183
2 changed files with 21 additions and 1 deletions

View File

@ -27,6 +27,8 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#undef max
#endif
String g_plugintitle{ "PaulXStretch 1.0.0 preview 4" };
std::set<PaulstretchpluginAudioProcessor*> g_activeprocessors;
template<typename F>