view resource.h @ 1:2ca5d7440b5c tip

added README
author Fiore Martin <f.martin@qmul.ac.uk>
date Fri, 26 Feb 2016 16:11:20 +0000
parents 3004dd663202
children
line wrap: on
line source
#define PLUG_MFR "QueenMaryUniversityOfLondon"
#define PLUG_NAME "AccessibleSpectrumAnalyser"

#define PLUG_CLASS_NAME AccessibleSpectrumAnalyser

#define BUNDLE_MFR "QueenMaryUniversityOfLondon"
#define BUNDLE_NAME "AccessibleSpectrumAnalyser"

#define PLUG_ENTRY AccessibleSpectrumAnalyser_Entry
#define PLUG_VIEW_ENTRY AccessibleSpectrumAnalyser_ViewEntry

#define PLUG_ENTRY_STR "AccessibleSpectrumAnalyser_Entry"
#define PLUG_VIEW_ENTRY_STR "AccessibleSpectrumAnalyser_ViewEntry"

#define VIEW_CLASS AccessibleSpectrumAnalyser_View
#define VIEW_CLASS_STR "AccessibleSpectrumAnalyser_View"

// Format        0xMAJR.MN.BG - in HEX! so version 10.1.5 would be 0x000A0105
#define PLUG_VER 0x00010000
#define VST3_VER_STR "1.0.0"

// http://service.steinberg.de/databases/plugin.nsf/plugIn?openForm
// 4 chars, single quotes. At least one capital letter
#define PLUG_UNIQUE_ID 'mcqk'
// make sure this is not the same as BUNDLE_MFR
#define PLUG_MFR_ID 'Qmul'

// ProTools stuff
#if (defined(AAX_API) || defined(RTAS_API)) && !defined(_PIDS_)
  #define _PIDS_
  const int PLUG_TYPE_IDS[2] = {'TXN1', 'TXN2'};
#endif
#define PLUG_MFR_PT "QueenMaryUniversityOfLondon\nQueenMaryUniversityOfLondon\nAcme"
#define PLUG_NAME_PT "AccessibleSpectrumAnalyser\nIPTX"
#define PLUG_TYPE_PT "Effect"
#define PLUG_DOES_AUDIOSUITE 0

/* PLUG_TYPE_PT can be "None", "EQ", "Dynamics", "PitchShift", "Reverb", "Delay", "Modulation", 
"Harmonic" "NoiseReduction" "Dither" "SoundField" "Effect" 
instrument determined by PLUG _IS _INST
*/

#define PLUG_CHANNEL_IO "1-1 2-2"

#define PLUG_LATENCY 0
#define PLUG_IS_INST 0

// if this is 0 RTAS can't get tempo info
#define PLUG_DOES_MIDI 0

#define PLUG_DOES_STATE_CHUNKS 0

// Unique IDs for each image resource.
#define KNOB_ID  101

// Image resource locations for this plug.
#define KNOB_FN   "resources/img/knob.png"


// GUI default dimensions
#define GUI_WIDTH   700
#define GUI_HEIGHT  400

// on MSVC, you must define SA_API in the resource editor preprocessor macros as well as the c++ ones
#if defined(SA_API) && !defined(OS_IOS)
#include "app_wrapper/app_resource.h"
#endif

// vst3 stuff
#define MFR_URL "http://depic.eecs.qmul.ac.uk/apm"
#define MFR_EMAIL "depic@eecs.qmul.ac.uk"
#define EFFECT_TYPE_VST3 "Fx"

/* "Fx|Analyzer"", "Fx|Delay", "Fx|Distortion", "Fx|Dynamics", "Fx|EQ", "Fx|Filter",
"Fx", "Fx|Instrument", "Fx|InstrumentExternal", "Fx|Spatial", "Fx|Generator",
"Fx|Mastering", "Fx|Modulation", "Fx|PitchShift", "Fx|Restoration", "Fx|Reverb",
"Fx|Surround", "Fx|Tools", "Instrument", "Instrument|Drum", "Instrument|Sampler",
"Instrument|Synth", "Instrument|Synth|Sampler", "Instrument|External", "Spatial",
"Spatial|Fx", "OnlyRT", "OnlyOfflineProcess", "Mono", "Stereo",
"Surround"
*/