Add smexoscope

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
Nikolai Rodionov 2025-06-08 13:36:19 +02:00
parent 2f3c442a5d
commit 8d572c6d1f
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B

View File

@ -5,6 +5,11 @@ cask 'smexoscope' do
name 'sMexoscope'
homepage 'https://audiodev.blog/smexoscope'
container type: :zip
audio_unit_plugin "s(M)exoscope.component"
vst3_plugin "s(M)exoscope.vst3"
artifact "s(M)exoscope.component", target: "/Library/Audio/Plug-Ins/Components/s(M)exoscope.component"
artifact "s(M)exoscope.vst", target: "/Library/Audio/Plug-Ins/VST/s(M)exoscope.vst"
uninstall delete: [
"/Library/Audio/Plug-Ins/Components/s(M)exoscope.component",
"/Library/Audio/Plug-Ins/VST/s(M)exoscope.vst",
]
end