GuitarML / SmartGuitarAmp

Guitar plugin made with JUCE that uses neural networks to emulate a tube amplifier.
https://guitarml.com/
Apache License 2.0
1.24k stars 55 forks source link

Mac plugin #20

Closed rankify closed 3 years ago

rankify commented 3 years ago

Any mac vst version in the making?

GuitarML commented 3 years ago

@rankify Yes! Should be up on the website in the next week or two. Is there a preference among Mac users between AU or VST3 format? Or would it be helpful to do both.

rankify commented 3 years ago

AU is for Pro Tools, so both would be helpful

GuitarML commented 3 years ago

The Mac version is out! Easier to do than I thought.

rankify commented 3 years ago

You tested it? Garageband won't find it

GuitarML commented 3 years ago

I tested the AU in GarageBand, try that one and in the meantime I'll troubleshoot the VST3. Probably just my being unfamiliar with where things should go on Mac, sorry about that.

mishushakov commented 3 years ago

@rankify @GuitarML i'm certain GarageBand only supports AU

GuitarML commented 3 years ago

I'm still having issues loading the vst3 in Reaper on Mac, it seems to recognize that it's there, and I get a security prompt saying it doesn't recognize the download site. I click to allow it in the security settings, but it still doesn't show up in Reaper. Rebooted, tried putting the VST3 in some other locations, same result. The AU works fine though!

mishushakov commented 3 years ago

@GuitarML try the trick https://www.macworld.co.uk/how-to/mac-app-unidentified-developer-3669596

you'll need apple developer account to sign your code ($100/year)

i would gladly pay for the signed distribution so you can recoup the costs and even have some budget for the cool stuff

i've seen people all over internet complaining how this only works on Windows wanna mac version? f*ck you, pay me!

you're not a charity Keith, you don't owe us sh*t!

GuitarML commented 3 years ago

Haha yeah I probably won't pay for that, I don't think that's the issue anyway, you also have to verify the AU plugin.

It actually doesn't bother me if people complain (legitimately or otherwise) about the free software I put out. The amount I've learned by doing this is worth the effort. I'd rather hear what people have to say so I can learn from it. I appreciate the support though @mishushakov!

nleroy917 commented 3 years ago

Thanks for this! Just installed to try out. I ran into the incompatibility issue due to an "unverified developer". If you simply run this command in the terminal: xattr -rd com.apple.quarantine <path to .component> you can get it out of quarantine and Logic won't yell at you.

GuitarML commented 3 years ago

I didn’t know about the command line option, thanks for the tip!