Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

[BUG] VST3 not showing up in Ableton Live on MacOS #34

Open
jonahclarsen opened this issue Jan 20, 2023 · 4 comments
Open

[BUG] VST3 not showing up in Ableton Live on MacOS #34

jonahclarsen opened this issue Jan 20, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@jonahclarsen
Copy link

Describe the bug
After installing the .vst3 files to the appropriate directory, the effect doesn't appear in Ableton Live. The AU version works fine.

System Info

  • M2 Macbook Air, MacOS 13.1
  • Ableton Live 11.2.7
  • v1.1.0
@jonahclarsen jonahclarsen added the bug Something isn't working label Jan 20, 2023
@ypj95
Copy link

ypj95 commented Feb 14, 2023

Hi,

I might have a solution for you: You'll find the Plug-Ins when running Ableton through Rosetta 2.

I guess the plug-in is conflicting with the m1/m2 chip architecture?

Tested on:

  • m1 MacBook pro macOS 13.1
  • Ableton Live 11.2.5

@jonahclarsen
Copy link
Author

Hi,

I might have a solution for you: You'll find the Plug-Ins when running Ableton through Rosetta 2.

I guess the plug-in is conflicting with the m1/m2 chip architecture?

Tested on:

  • m1 MacBook pro macOS 13.1
  • Ableton Live 11.2.5

Ah, thank you for that - it's likely that the VST has only been compiled for Intel CPUs and not for Apple Silicon ones. Unfortunately I can't use Rosetta 2 because it makes my projects much slower. Thanks anyway though, hopefully the devs can compile it for both.

@tekkno-primitiv
Copy link

++! Please, compile vst3 for apple architecture

@talaviram
Copy link

talaviram commented Aug 7, 2023

Indeed, the provided binaries of the project are compiled as x86_64 only:

file ~/Library/Audio/Plug-Ins/VST3/DDSP\ Effect.vst3/Contents/MacOS/DDSP\ Effect /Users/user/Library/Audio/Plug-Ins/VST3/DDSP Effect.vst3/Contents/MacOS/DDSP Effect: Mach-O 64-bit bundle x86_64

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants