From e48974cc3c8e9dd42c46f5827778b732fc0caf1d Mon Sep 17 00:00:00 2001 From: Vincenzo Pacella Date: Wed, 19 Apr 2017 22:39:26 +0200 Subject: [PATCH] minor changes to build configuration --- .appveyor.yml | 8 ++++---- CMakeLists.txt | 4 ++-- README.md | 12 ++++++------ src/resources/GainGUI.cpp | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b55b482..5f419bf 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,12 +5,12 @@ configuration: platform: - Win32 - x64 -clone_folder: c:\SLBuild\throb +clone_folder: c:\SLBuild\audio-plugin-project-template init: - cmd: >- cd c:\SLBuild\ - cd throb + cd audio-plugin-project-template build_script: - cmd: >- @@ -20,7 +20,7 @@ build_script: c: - cd c:\SLBuild\throb + cd c:\SLBuild\audio-plugin-project-template git submodule update --init --recursive @@ -48,7 +48,7 @@ build_script: after_build: - cmd: >- - cd c:\SLBuild\throb\artifacts-%CONFIGURATION% + cd c:\SLBuild\audio-plugin-project-template\artifacts-%CONFIGURATION% if %PLATFORM% == x64 (echo Preparing to deploy win-64.zip) else (echo Preparing to deploy win-32.zip) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb45945..b543dc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.2.0) -project (plugin-project-template) +project (audio-plugin-project-template) set ( CMAKE_CXX_STANDARD 11 ) @@ -35,7 +35,7 @@ set_directory_properties( PROPERTIES # Configuration ---------------------------------------------------------------------------------- # -setupCI( 1 0 0 0x010000 ) # version +setupCI( 1 0 0 ) # version string( TIMESTAMP PROJECT_BUILD_DATE "%Y-%m-%d" ) set( JUCE_CONFIG_PLUGIN_NAME "gain" ) diff --git a/README.md b/README.md index d8f561a..824ff45 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# plugin-project-template # -[![Build Status](https://travis-ci.org/shaduzlabs/plugin-project-template.svg?branch=master)](https://travis-ci.org/shaduzlabs/throb) [![Build status](https://ci.appveyor.com/api/projects/status/c9j7b5d4d5n30tx5/branch/master?svg=true)](https://ci.appveyor.com/project/shaduzlabs/plugin-project-template/branch/master) +# audio-plugin-project-template # +[![Build Status](https://travis-ci.org/shaduzlabs/audio-plugin-project-template.svg?branch=master)](https://travis-ci.org/shaduzlabs/audio-plugin-project-template) [![Build status](https://ci.appveyor.com/api/projects/status/i0wh7uibh7m9uem9/branch/master?svg=true)](https://ci.appveyor.com/project/shaduzlabs/audio-plugin-project-template/branch/master) ![The plugin UI](support/images/screenshot.png) ## Building on OS X ## - Make sure cmake, git and Xcode are installed (if not, the first two can be installed via [brew][dbaaa0fa], while Xcode can be downloaded from the App Store) - From the terminal, run: - - `git clone https://github.com/shaduzlabs/plugin-project-template.git` - - `cd throb` + - `git clone https://github.com/shaduzlabs/audio-plugin-project-template.git` + - `cd audio-plugin-project-template` - `git submodule update --init --recursive` - `mkdir build` - `cd build` @@ -21,8 +21,8 @@ ## Building on Windows ## - Make sure cmake, git and Visual Studio 2015 are installed - From the command prompt, run: - - `git clone https://github.com/shaduzlabs/plugin-project-template.git` - - `cd throb` + - `git clone https://github.com/shaduzlabs/audio-plugin-project-template.git` + - `cd audio-plugin-project-template` - `git submodule update --init --recursive` - `mkdir build` - `cd build` diff --git a/src/resources/GainGUI.cpp b/src/resources/GainGUI.cpp index 171f8ae..8e44b91 100644 --- a/src/resources/GainGUI.cpp +++ b/src/resources/GainGUI.cpp @@ -377,7 +377,7 @@ const char* background_png = (const char*) resource_GainGUI_background_png; const int background_pngSize = 20383; // JUCER_RESOURCE: knobstrip_png, 44798, "../resources/knob-strip.png" -const unsigned char resource_ThrobGUI_knobstrip_png[] = { 137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,80,0,0,40,0,8,6,0,0,0,126,205,141,161,0,0,0,6,98,75,71,68,0,255,0,255,0,255,160,189, +const unsigned char resource_MainGUI_knobstrip_png[] = { 137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,80,0,0,40,0,8,6,0,0,0,126,205,141,161,0,0,0,6,98,75,71,68,0,255,0,255,0,255,160,189, 167,147,0,0,0,9,112,72,89,115,0,0,11,19,0,0,11,19,1,0,154,156,24,0,0,0,7,116,73,77,69,7,224,10,30,21,4,41,28,213,181,220,0,0,32,0,73,68,65,84,120,218,236,221,121,140,93,119,125,255,255,247,217,151,123, 206,189,179,47,231,94,219,177,29,219,120,119,146,38,44,14,217,237,44,206,70,33,52,168,162,82,91,4,85,255,104,81,43,36,212,191,170,210,74,69,208,10,169,173,212,34,181,42,127,80,36,104,11,41,80,118,17,8, 105,18,194,18,146,120,143,99,207,140,231,204,120,246,123,207,221,207,246,251,35,147,239,55,95,202,18,143,103,242,131,235,231,67,138,236,63,50,103,116,95,254,124,206,231,115,255,121,191,68,0,0,0,0,0,0, @@ -1154,11 +1154,11 @@ const unsigned char resource_ThrobGUI_knobstrip_png[] = { 137,80,78,71,13,10,26, 223,95,113,28,103,208,106,181,14,247,246,246,6,188,198,92,82,24,134,137,148,178,105,140,137,164,148,103,105,154,14,249,130,7,0,0,0,0,0,0,0,0,248,53,255,1,167,203,215,144,242,223,51,84,0,0,0,0,73,69,78, 68,174,66,96,130,0,0}; -const char* knobstrip_png = (const char*) resource_ThrobGUI_knobstrip_png; +const char* knobstrip_png = (const char*) resource_MainGUI_knobstrip_png; const int knobstrip_pngSize = 44798; // JUCER_RESOURCE: knobhover_png, 5680, "../resources/knob-hover.png" -const unsigned char resource_ThrobGUI_knobhover_png[] = { 137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,80,0,0,0,80,8,6,0,0,0,142,17,242,173,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114, +const unsigned char resource_MainGUI_knobhover_png[] = { 137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,80,0,0,0,80,8,6,0,0,0,142,17,242,173,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114, 101,0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,60,0,0,3,110,105,84,88,116,88,77,76,58,99,111,109,46,97,100,111,98,101,46,120,109,112,0,0,0,0,0,60,63,120,112,97,99,107,101,116, 32,98,101,103,105,110,61,34,239,187,191,34,32,105,100,61,34,87,53,77,48,77,112,67,101,104,105,72,122,114,101,83,122,78,84,99,122,107,99,57,100,34,63,62,32,60,120,58,120,109,112,109,101,116,97,32,120,109, 108,110,115,58,120,61,34,97,100,111,98,101,58,110,115,58,109,101,116,97,47,34,32,120,58,120,109,112,116,107,61,34,65,100,111,98,101,32,88,77,80,32,67,111,114,101,32,53,46,53,45,99,48,49,52,32,55,57,46, @@ -1259,7 +1259,7 @@ const unsigned char resource_ThrobGUI_knobhover_png[] = { 137,80,78,71,13,10,26, 71,185,14,163,176,21,124,136,136,204,7,253,53,25,194,235,103,184,219,154,30,102,12,71,190,21,60,128,91,136,233,209,29,3,96,183,249,101,91,251,207,8,98,199,141,251,159,17,116,61,144,182,81,89,97,198,13, 255,223,97,252,95,128,1,0,253,44,155,253,133,149,174,221,0,0,0,0,73,69,78,68,174,66,96,130,0,0}; -const char* knobhover_png = (const char*) resource_ThrobGUI_knobhover_png; +const char* knobhover_png = (const char*) resource_MainGUI_knobhover_png; const int knobhover_pngSize = 5680; } // namespace