mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
RTAS: Remove RTAS functionality
This commit is contained in:
parent
c0d02fc75a
commit
b48dddcf4e
73 changed files with 117 additions and 2180 deletions
|
|
@ -272,10 +272,6 @@ static bool isGlobalPathValid (const File& relativeTo, const Identifier& key, co
|
|||
{
|
||||
fileToCheckFor = "pluginterfaces/vst2.x/aeffect.h";
|
||||
}
|
||||
else if (key == Ids::rtasPath)
|
||||
{
|
||||
fileToCheckFor = "AlturaPorts/TDMPlugIns/PlugInLibrary/EffectClasses/CEffectProcessMIDI.cpp";
|
||||
}
|
||||
else if (key == Ids::aaxPath)
|
||||
{
|
||||
fileToCheckFor = "Interfaces/AAX_Exports.cpp";
|
||||
|
|
@ -365,12 +361,6 @@ static String getFallbackPathForOS (const Identifier& key, DependencyPathOS os)
|
|||
{
|
||||
return {};
|
||||
}
|
||||
else if (key == Ids::rtasPath)
|
||||
{
|
||||
if (os == TargetOS::windows) return "C:\\SDKs\\PT_90_SDK";
|
||||
else if (os == TargetOS::osx) return "~/SDKs/PT_90_SDK";
|
||||
else return {}; // no RTAS on this OS!
|
||||
}
|
||||
else if (key == Ids::aaxPath)
|
||||
{
|
||||
if (os == TargetOS::windows) return "C:\\SDKs\\AAX";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue