From fc7a6ac7611ced3b23bfb5514064ba36c72624cb Mon Sep 17 00:00:00 2001 From: James H Ball Date: Tue, 27 Aug 2024 22:50:45 +0100 Subject: [PATCH] Change AU plugin type to work as an effect and instrument on Logic --- osci-render.jucer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osci-render.jucer b/osci-render.jucer index 87e2f809..06b4f09a 100644 --- a/osci-render.jucer +++ b/osci-render.jucer @@ -5,7 +5,7 @@ pluginManufacturer="jameshball" aaxIdentifier="sh.ball.oscirender" cppLanguageStandard="20" projectLineFeed=" " headerPath="./include" version="2.3.0" companyName="James H Ball" companyWebsite="https://osci-render.com" - companyEmail="james@ball.sh" defines="NOMINMAX=1" pluginAUMainType="'aumu'"> + companyEmail="james@ball.sh" defines="NOMINMAX=1" pluginAUMainType="'aumf'">