@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* DISTRHO Plugin Framework (DPF) | * DISTRHO Plugin Framework (DPF) | ||||
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> | |||||
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> | |||||
* | * | ||||
* Permission to use, copy, modify, and/or distribute this software for any purpose with | * Permission to use, copy, modify, and/or distribute this software for any purpose with | ||||
* or without fee is hereby granted, provided that the above copyright notice and this | * or without fee is hereby granted, provided that the above copyright notice and this | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* DISTRHO Plugin Framework (DPF) | * DISTRHO Plugin Framework (DPF) | ||||
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> | |||||
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> | |||||
* | * | ||||
* Permission to use, copy, modify, and/or distribute this software for any purpose with | * Permission to use, copy, modify, and/or distribute this software for any purpose with | ||||
* or without fee is hereby granted, provided that the above copyright notice and this | * or without fee is hereby granted, provided that the above copyright notice and this | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* DISTRHO Plugin Framework (DPF) | * DISTRHO Plugin Framework (DPF) | ||||
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> | |||||
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> | |||||
* | * | ||||
* Permission to use, copy, modify, and/or distribute this software for any purpose with | * Permission to use, copy, modify, and/or distribute this software for any purpose with | ||||
* or without fee is hereby granted, provided that the above copyright notice and this | * or without fee is hereby granted, provided that the above copyright notice and this | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* DISTRHO Plugin Framework (DPF) | * DISTRHO Plugin Framework (DPF) | ||||
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> | |||||
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> | |||||
* | * | ||||
* Permission to use, copy, modify, and/or distribute this software for any purpose with | * Permission to use, copy, modify, and/or distribute this software for any purpose with | ||||
* or without fee is hereby granted, provided that the above copyright notice and this | * or without fee is hereby granted, provided that the above copyright notice and this | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* DISTRHO Plugin Framework (DPF) | * DISTRHO Plugin Framework (DPF) | ||||
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> | |||||
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> | |||||
* | * | ||||
* Permission to use, copy, modify, and/or distribute this software for any purpose with | * Permission to use, copy, modify, and/or distribute this software for any purpose with | ||||
* or without fee is hereby granted, provided that the above copyright notice and this | * or without fee is hereby granted, provided that the above copyright notice and this | ||||
@@ -242,11 +242,14 @@ SEARCH_INCLUDES = YES | |||||
INCLUDE_PATH = | INCLUDE_PATH = | ||||
INCLUDE_FILE_PATTERNS = | INCLUDE_FILE_PATTERNS = | ||||
PREDEFINED = DOXYGEN \ | PREDEFINED = DOXYGEN \ | ||||
HAVE_DGL=1 \ | |||||
DISTRHO_PLUGIN_NAME="Plugin Name" \ | DISTRHO_PLUGIN_NAME="Plugin Name" \ | ||||
DISTRHO_PLUGIN_NUM_INPUTS=2 \ | DISTRHO_PLUGIN_NUM_INPUTS=2 \ | ||||
DISTRHO_PLUGIN_NUM_OUTPUTS=2 \ | DISTRHO_PLUGIN_NUM_OUTPUTS=2 \ | ||||
DISTRHO_PLUGIN_URI="urn:distrho:name" \ | DISTRHO_PLUGIN_URI="urn:distrho:name" \ | ||||
DISTRHO_PLUGIN_HAS_UI=1 \ | DISTRHO_PLUGIN_HAS_UI=1 \ | ||||
DISTRHO_PLUGIN_HAS_EMBED_UI=1 \ | |||||
DISTRHO_PLUGIN_HAS_EXTERNAL_UI=1 \ | |||||
DISTRHO_PLUGIN_IS_RT_SAFE=1 \ | DISTRHO_PLUGIN_IS_RT_SAFE=1 \ | ||||
DISTRHO_PLUGIN_IS_SYNTH=1 \ | DISTRHO_PLUGIN_IS_SYNTH=1 \ | ||||
DISTRHO_PLUGIN_WANT_DIRECT_ACCESS=1 \ | DISTRHO_PLUGIN_WANT_DIRECT_ACCESS=1 \ | ||||
@@ -256,6 +259,7 @@ PREDEFINED = DOXYGEN \ | |||||
DISTRHO_PLUGIN_WANT_PROGRAMS=1 \ | DISTRHO_PLUGIN_WANT_PROGRAMS=1 \ | ||||
DISTRHO_PLUGIN_WANT_STATE=1 \ | DISTRHO_PLUGIN_WANT_STATE=1 \ | ||||
DISTRHO_PLUGIN_WANT_TIMEPOS=1 \ | DISTRHO_PLUGIN_WANT_TIMEPOS=1 \ | ||||
DISTRHO_PLUGIN_WANT_FULL_STATE=1 \ | |||||
DISTRHO_UI_USE_NANOVG=1 | DISTRHO_UI_USE_NANOVG=1 | ||||
EXPAND_AS_DEFINED = YES | EXPAND_AS_DEFINED = YES | ||||
SKIP_FUNCTION_MACROS = YES | SKIP_FUNCTION_MACROS = YES | ||||