Skip to content

Commit

Permalink
Merge pull request #1 from kuncgregor/GUI
Browse files Browse the repository at this point in the history
GUI_preFInal_build
  • Loading branch information
kuncgregor authored Apr 13, 2022
2 parents db8dff6 + 20e67ac commit 34cb7bd
Show file tree
Hide file tree
Showing 59 changed files with 1,154 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
**/Builds
**/JuceLibraryCode

**/.DS_Store
286 changes: 286 additions & 0 deletions JuceLibraryCode/BinaryData.cpp

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions JuceLibraryCode/BinaryData.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* =========================================================================================
This is an auto-generated file: Any edits you make may be overwritten!
*/

#pragma once

namespace BinaryData
{
extern const char* final_upam;
const int final_upamSize = 6931;

extern const char* test_velikost_fixpozicije;
const int test_velikost_fixpozicijeSize = 6954;

// Number of elements in the namedResourceList and originalFileNames arrays.
const int namedResourceListSize = 2;

// Points to the start of a list of resource names.
extern const char* namedResourceList[];

// Points to the start of a list of resource filenames.
extern const char* originalFilenames[];

// If you provide the name of one of the binary resource variables above, this function will
// return the corresponding data and its size (or a null pointer if the name isn't found).
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes);

// If you provide the name of one of the binary resource variables above, this function will
// return the corresponding original, non-mangled filename (or a null pointer if the name isn't found).
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8);
}
52 changes: 52 additions & 0 deletions JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This is the header file that your files should include in order to get all the
JUCE library headers. You should avoid including the JUCE headers directly in
your own source files, because that wouldn't pick up the correct configuration
options for your app.
*/

#pragma once


#include <foleys_gui_magic/foleys_gui_magic.h>
#include <juce_audio_basics/juce_audio_basics.h>
#include <juce_audio_devices/juce_audio_devices.h>
#include <juce_audio_formats/juce_audio_formats.h>
#include <juce_audio_plugin_client/juce_audio_plugin_client.h>
#include <juce_audio_processors/juce_audio_processors.h>
#include <juce_audio_utils/juce_audio_utils.h>
#include <juce_core/juce_core.h>
#include <juce_cryptography/juce_cryptography.h>
#include <juce_data_structures/juce_data_structures.h>
#include <juce_dsp/juce_dsp.h>
#include <juce_events/juce_events.h>
#include <juce_graphics/juce_graphics.h>
#include <juce_gui_basics/juce_gui_basics.h>
#include <juce_gui_extra/juce_gui_extra.h>

#include "BinaryData.h"

#if defined (JUCE_PROJUCER_VERSION) && JUCE_PROJUCER_VERSION < JUCE_VERSION
/** If you've hit this error then the version of the Projucer that was used to generate this project is
older than the version of the JUCE modules being included. To fix this error, re-save your project
using the latest version of the Projucer or, if you aren't using the Projucer to manage your project,
remove the JUCE_PROJUCER_VERSION define.
*/
#error "This project was last saved using an outdated version of the Projucer! Re-save this project with the latest version to fix this error."
#endif


#if ! JUCE_DONT_DECLARE_PROJECTINFO
namespace ProjectInfo
{
const char* const projectName = "multiband_comp";
const char* const companyName = "Aerio";
const char* const versionString = "1.0.0";
const int versionNumber = 0x10000;
}
#endif
159 changes: 159 additions & 0 deletions JuceLibraryCode/JucePluginDefines.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/

#pragma once

//==============================================================================
// Audio plugin settings..

#ifndef JucePlugin_Build_VST
#define JucePlugin_Build_VST 0
#endif
#ifndef JucePlugin_Build_VST3
#define JucePlugin_Build_VST3 1
#endif
#ifndef JucePlugin_Build_AU
#define JucePlugin_Build_AU 1
#endif
#ifndef JucePlugin_Build_AUv3
#define JucePlugin_Build_AUv3 0
#endif
#ifndef JucePlugin_Build_RTAS
#define JucePlugin_Build_RTAS 0
#endif
#ifndef JucePlugin_Build_AAX
#define JucePlugin_Build_AAX 0
#endif
#ifndef JucePlugin_Build_Standalone
#define JucePlugin_Build_Standalone 1
#endif
#ifndef JucePlugin_Build_Unity
#define JucePlugin_Build_Unity 0
#endif
#ifndef JucePlugin_Enable_IAA
#define JucePlugin_Enable_IAA 0
#endif
#ifndef JucePlugin_Name
#define JucePlugin_Name "multiband_comp"
#endif
#ifndef JucePlugin_Desc
#define JucePlugin_Desc "multiband_comp"
#endif
#ifndef JucePlugin_Manufacturer
#define JucePlugin_Manufacturer "Aerio"
#endif
#ifndef JucePlugin_ManufacturerWebsite
#define JucePlugin_ManufacturerWebsite ""
#endif
#ifndef JucePlugin_ManufacturerEmail
#define JucePlugin_ManufacturerEmail ""
#endif
#ifndef JucePlugin_ManufacturerCode
#define JucePlugin_ManufacturerCode 0x4d616e75
#endif
#ifndef JucePlugin_PluginCode
#define JucePlugin_PluginCode 0x53326d35
#endif
#ifndef JucePlugin_IsSynth
#define JucePlugin_IsSynth 0
#endif
#ifndef JucePlugin_WantsMidiInput
#define JucePlugin_WantsMidiInput 0
#endif
#ifndef JucePlugin_ProducesMidiOutput
#define JucePlugin_ProducesMidiOutput 0
#endif
#ifndef JucePlugin_IsMidiEffect
#define JucePlugin_IsMidiEffect 0
#endif
#ifndef JucePlugin_EditorRequiresKeyboardFocus
#define JucePlugin_EditorRequiresKeyboardFocus 0
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 1.0.0
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x10000
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "1.0.0"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
#endif
#ifndef JucePlugin_VSTCategory
#define JucePlugin_VSTCategory kPlugCategEffect
#endif
#ifndef JucePlugin_Vst3Category
#define JucePlugin_Vst3Category "Fx"
#endif
#ifndef JucePlugin_AUMainType
#define JucePlugin_AUMainType 'aufx'
#endif
#ifndef JucePlugin_AUSubType
#define JucePlugin_AUSubType JucePlugin_PluginCode
#endif
#ifndef JucePlugin_AUExportPrefix
#define JucePlugin_AUExportPrefix multiband_compAU
#endif
#ifndef JucePlugin_AUExportPrefixQuoted
#define JucePlugin_AUExportPrefixQuoted "multiband_compAU"
#endif
#ifndef JucePlugin_AUManufacturerCode
#define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
#endif
#ifndef JucePlugin_CFBundleIdentifier
#define JucePlugin_CFBundleIdentifier com.Aerio.multiband_comp
#endif
#ifndef JucePlugin_RTASCategory
#define JucePlugin_RTASCategory 2
#endif
#ifndef JucePlugin_RTASManufacturerCode
#define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
#endif
#ifndef JucePlugin_RTASProductId
#define JucePlugin_RTASProductId JucePlugin_PluginCode
#endif
#ifndef JucePlugin_RTASDisableBypass
#define JucePlugin_RTASDisableBypass 0
#endif
#ifndef JucePlugin_RTASDisableMultiMono
#define JucePlugin_RTASDisableMultiMono 0
#endif
#ifndef JucePlugin_AAXIdentifier
#define JucePlugin_AAXIdentifier com.Aerio.multiband_comp
#endif
#ifndef JucePlugin_AAXManufacturerCode
#define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode
#endif
#ifndef JucePlugin_AAXProductId
#define JucePlugin_AAXProductId JucePlugin_PluginCode
#endif
#ifndef JucePlugin_AAXCategory
#define JucePlugin_AAXCategory 0
#endif
#ifndef JucePlugin_AAXDisableBypass
#define JucePlugin_AAXDisableBypass 0
#endif
#ifndef JucePlugin_AAXDisableMultiMono
#define JucePlugin_AAXDisableMultiMono 0
#endif
#ifndef JucePlugin_IAAType
#define JucePlugin_IAAType 0x61757278
#endif
#ifndef JucePlugin_IAASubType
#define JucePlugin_IAASubType JucePlugin_PluginCode
#endif
#ifndef JucePlugin_IAAName
#define JucePlugin_IAAName "Aerio: multiband_comp"
#endif
#ifndef JucePlugin_VSTNumMidiInputs
#define JucePlugin_VSTNumMidiInputs 16
#endif
#ifndef JucePlugin_VSTNumMidiOutputs
#define JucePlugin_VSTNumMidiOutputs 16
#endif
12 changes: 12 additions & 0 deletions JuceLibraryCode/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

Important Note!!
================

The purpose of this folder is to contain files that are auto-generated by the Projucer,
and ALL files in this folder will be mercilessly DELETED and completely re-written whenever
the Projucer saves your project.

Therefore, it's a bad idea to make any manual changes to the files in here, or to
put any of your own files in here if you don't want to lose them. (Of course you may choose
to add the folder's contents to your version-control system so that you can re-merge your own
modifications after the Projucer has saved its changes).
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_foleys_gui_magic.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/

#include <foleys_gui_magic/foleys_gui_magic.cpp>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_basics.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/

#include <juce_audio_basics/juce_audio_basics.cpp>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_basics.mm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*

IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!

*/

#include <juce_audio_basics/juce_audio_basics.mm>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_devices.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/

#include <juce_audio_devices/juce_audio_devices.cpp>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_devices.mm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*

IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!

*/

#include <juce_audio_devices/juce_audio_devices.mm>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_formats.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/

#include <juce_audio_formats/juce_audio_formats.cpp>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_formats.mm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*

IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!

*/

#include <juce_audio_formats/juce_audio_formats.mm>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_plugin_client_AAX.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/

#include <juce_audio_plugin_client/juce_audio_plugin_client_AAX.cpp>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_plugin_client_AAX.mm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*

IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!

*/

#include <juce_audio_plugin_client/juce_audio_plugin_client_AAX.mm>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_plugin_client_AU.r
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*

IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!

*/

#include <juce_audio_plugin_client_AU.r>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_plugin_client_AU_1.mm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*

IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!

*/

#include <juce_audio_plugin_client/juce_audio_plugin_client_AU_1.mm>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_plugin_client_AU_2.mm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*

IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!

*/

#include <juce_audio_plugin_client/juce_audio_plugin_client_AU_2.mm>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_plugin_client_AUv3.mm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*

IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!

*/

#include <juce_audio_plugin_client/juce_audio_plugin_client_AUv3.mm>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_plugin_client_RTAS.r
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*

IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!

*/

#include <juce_audio_plugin_client_RTAS.r>
8 changes: 8 additions & 0 deletions JuceLibraryCode/include_juce_audio_plugin_client_RTAS_1.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/

#include <juce_audio_plugin_client/juce_audio_plugin_client_RTAS_1.cpp>
Loading

0 comments on commit 34cb7bd

Please sign in to comment.