mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
PluginHostType: Added Adobe Audition on macOS
This commit is contained in:
parent
1ab54a9438
commit
3c48207d15
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ PluginHostType::HostType PluginHostType::getHostType()
|
|||
if (hostPath.containsIgnoreCase ("Live 9")) return AbletonLive9;
|
||||
if (hostPath.containsIgnoreCase ("Live 10")) return AbletonLive10;
|
||||
if (hostFilename.containsIgnoreCase ("Live")) return AbletonLiveGeneric;
|
||||
if (hostFilename.containsIgnoreCase ("Audition")) return AdobeAudition;
|
||||
if (hostFilename.containsIgnoreCase ("Adobe Premiere")) return AdobePremierePro;
|
||||
if (hostFilename.containsIgnoreCase ("GarageBand")) return AppleGarageBand;
|
||||
if (hostFilename.containsIgnoreCase ("Logic")) return AppleLogic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue