26#if JucePlugin_Enable_IAA && JucePlugin_Build_Standalone && JUCE_IOS && (! JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP)
35Image JUCE_API getIconFromApplication (
const String&,
const int);
38std::function<
bool (AudioProcessor&)> PluginHostType::jucePlugInIsRunningInAudioSuiteFn =
nullptr;
39String PluginHostType::hostIdReportedByWrapper;
43 #if JucePlugin_Enable_IAA && JucePlugin_Build_Standalone && JUCE_IOS && (! JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP)
53 #if JucePlugin_Enable_IAA && JucePlugin_Build_Standalone && JUCE_IOS && (! JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP)
61 #if JucePlugin_Build_AAX
74 #if JucePlugin_Enable_IAA && JucePlugin_Build_Standalone && JUCE_IOS && (! JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP)
81 return getIconFromApplication (
bundlePath, size);
104 case Ardour:
return "Ardour";
105 case AULab:
return "AU Lab";
106 case AUVal:
return "auval";
122 case Maschine:
return "NI Maschine";
123 case Reaper:
return "Reaper";
124 case Reason:
return "Reason";
125 case Renoise:
return "Renoise";
126 case SADiE:
return "SADiE";
170 if (
hostPath.containsIgnoreCase (
"Final Cut Pro Trial.app"))
return FinalCut;
230 return procName.matchesWildcard (
"AUHostingService*(" + strings.joinIntoString (
"*") +
")",
false);
303 #elif JUCE_LINUX || JUCE_BSD
Base class for audio processing classes or plugins.
WrapperType
Flags to indicate the type of plugin context in which a processor is being used.
Represents a local file or directory.
String getFileName() const
Returns the last section of the pathname.
Holds a fixed-size bitmap.
static AudioProcessor::WrapperType getPluginLoadedAs() noexcept
Returns the plug-in format via which the plug-in file was loaded.
HostType
Represents the host type and also its version for some hosts.
@ SteinbergWavelab5
Represents Steinberg Wavelab 5.
@ MagixSequoia
Represents Magix Sequoia.
@ CakewalkSonar8
Represents Cakewalk Sonar 8.
@ CakewalkByBandlab
Represents Cakewalk by Bandlab.
@ StudioOne
Represents PreSonus Studio One.
@ SteinbergNuendoGeneric
Represents Steinberg Nuendo.
@ MagixSamplitude
Represents Magix Samplitude.
@ AbletonLive9
Represents Ableton Live 9.
@ SteinbergNuendo3
Represents Steinberg Nuendo 3.
@ MergingPyramix
Represents Merging Pyramix.
@ Reaper
Represents Cockos Reaper.
@ SteinbergCubase8_5
Represents Steinberg Cubase 8.5.
@ AdobeAudition
Represents Adobe Audition.
@ AdobePremierePro
Represents Adobe Premiere Pro.
@ AppleInfoHelper
Represents Apple com.apple.audio.InfoHelper.
@ SteinbergWavelabGeneric
Represents Steinberg Wavelab.
@ SteinbergCubase8
Represents Steinberg Cubase 8.
@ SteinbergWavelab6
Represents Steinberg Wavelab 6.
@ TracktionGeneric
Represents Tracktion.
@ SteinbergCubaseGeneric
Represents Steinberg Cubase.
@ SteinbergCubase6
Represents Steinberg Cubase 6.
@ AppleMainStage
Represents Apple Main Stage.
@ AbletonLive7
Represents Ableton Live 7.
@ Tracktion3
Represents Tracktion 3.
@ AppleGarageBand
Represents Apple GarageBand.
@ SteinbergCubase5
Represents Steinberg Cubase 5.
@ AbletonLive10
Represents Ableton Live 10.
@ MuseReceptorGeneric
Represents Muse Receptor.
@ VBVSTScanner
Represents VB Audio VST Scanner.
@ UnknownHost
Represents an unknown host.
@ SteinbergNuendo5
Represents Steinberg Nuendo 5.
@ SteinbergCubase7
Represents Steinberg Cubase 7.
@ SteinbergCubase9
Represents Steinberg Cubase 9.
@ FinalCut
Represents Apple Final Cut Pro.
@ AppleLogic
Represents Apple Logic Pro.
@ AbletonLiveGeneric
Represents Ableton Live.
@ SteinbergCubase5Bridged
Represents Steinberg Cubase 5 Bridged.
@ SteinbergCubase9_5
Represents Steinberg Cubase 9.5.
@ DaVinciResolve
Represents DaVinci Resolve.
@ FruityLoops
Represents Fruity Loops.
@ SteinbergCubase4
Represents Steinberg Cubase 4.
@ SteinbergCubase10
Represents Steinberg Cubase 10.
@ SteinbergWavelab8
Represents Steinberg Wavelab 8.
@ TracktionWaveform
Represents Tracktion Waveform.
@ AUVal
Represents Apple AU validator.
@ SteinbergCubase10_5
Represents Steinberg Cubase 10.5.
@ CakewalkSonarGeneric
Represents Cakewalk Sonar.
@ Ardour
Represents Ardour.
@ BitwigStudio
Represents Bitwig Studio.
@ DigitalPerformer
Represents Digital Performer.
@ SteinbergNuendo4
Represents Steinberg Nuendo 4.
@ AbletonLive8
Represents Ableton Live 8.
@ AvidProTools
Represents Avid Pro Tools.
@ Renoise
Represents Renoise.
@ JUCEPluginHost
Represents the JUCE AudioPluginHost.
@ SteinbergTestHost
Represents Steinberg's VST3 Test Host.
@ WaveBurner
Represents Apple WaveBurner.
@ AbletonLive11
Represents Ableton Live 11.
@ AbletonLive6
Represents Ableton Live 6.
@ ViennaEnsemblePro
Represents Vienna Ensemble Pro.
@ pluginval
Represents pluginval.
@ Reason
Represents Reason.
@ AULab
Represents AU Lab.
@ Maschine
Represents Native Instruments Maschine.
@ SteinbergWavelab7
Represents Steinberg Wavelab 7.
Image getHostIcon(int size) const
Gets the host app's icon when Inter-App Audio is used on iOS.
const char * getHostDescription() const noexcept
Returns a human-readable description of the host.
void switchToHostApplication() const
Switches to the host application when Inter-App Audio is used on iOS.
bool isInterAppAudioConnected() const
Returns true if the plugin is connected with Inter-App Audio on iOS.
static bool isInAAXAudioSuite(AudioProcessor &)
Returns true if the AudioProcessor instance is an AAX plug-in running in AudioSuite.
static String getHostPath()
Returns the complete absolute path of the host application executable.
A special array for holding a list of strings.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...