StrangeLoopsAudio / gRainbow

A synthesizer that uses pitch detection to choose candidates for granular synthesis or sampling.
GNU General Public License v3.0
191 stars 5 forks source link

Crashes Ableton 11 on Mac M2Pro #56

Closed groundloop71 closed 1 year ago

groundloop71 commented 1 year ago

Both the vst and au versions crash Ableton 11 on Mac M2 Pro Osx Ventura 13.4. The GUI seems to work but no sound from both the plugin and Ableton. I had to force quit Ableton. I had to codesign everything otherwise Ableton said the plugins were damaged and the standalone won't run. I used these lines in terminal: sudo xattr -rd com.apple.quarantine sudo codesign -fs - if this can be of any help. Thanks in advance for eventual help/solutions

bboettcher3 commented 1 year ago

Consolidating into #58 , closing!

bboettcher3 commented 1 year ago

@groundloop71 Just released a code signed version that should fix this (v0.3.1), let me know if it persists!

groundloop71 commented 1 year ago

@bboettcher3 it seems it works :) Thank you.