Log InCreate An Account
  1. Plugins
  2. »
  3. Uhhyou
  4. »
  5. MembraneSynth
  6. »
  7. Timeline

MembraneSynth

Synthesizer Plugin by Uhhyou
MyKVRFAVORITE11WANT20

Latest Version Changes

View All
Windows Version
0.1.9.9
0.1.6
3 Apr 24
macOS Version
0.1.9.9
0.1.6
3 Apr 24
Linux Version
0.1.9.9
0.1.6
3 Apr 24
Windows Version
0.1.6
0.1.5
3 Mar 23
macOS Version
0.1.6
0.1.5
3 Mar 23
Linux Version
0.1.6
0.1.5
3 Mar 23
Windows Version
0.1.5
0.1.4
28 Jan 23
macOS Version
0.1.5
0.1.4
28 Jan 23
Linux Version
0.1.5
0.1.4
28 Jan 23
Windows Version
0.1.4
0.1.2
26 Jan 23

Comments & Discussion for Uhhyou MembraneSynth

Discussion
Discussion: Active
Mineralhillsworkshop
Mineralhillsworkshop
28 November 2022 at 9:43pm

Demo sounds amazing. Not working on a M1 Macbook pro. Says the VST3 is damaged.

THIS POST HAS BEEN REMOVED

ryukau
ryukau
29 November 2022 at 3:29am

Hi, Mineralhillsworkshop.

macOS quarantines random software downloaded from the internet, and you have to remove that "quarantined" flag. Try following steps below:

  1. Unzip 'MembraneSynth_0.1.0.zip'.
  2. Move 'MembraneSynth.vst3' to '/Users/$USERNAME/Library/Audio/Plug-ins/VST3'. (Replace '$USERNAME' to your macOS user name.).
  3. Open terminal.
  4. Enter following command. (Remove backtick ' and period. at the end.).
  • 'sudo xattr -rd com.apple.quarantine /Users/$USERNAME/Library/Audio/Plug-ins/VST3/MembraneSynth.vst3'.

If the above command doesn't work, try following one:

  • 'sudo xattr -rc /Users/$USERNAME/Library/Audio/Plug-ins/VST3/MembraneSynth.vst3'.

Install directory must be '/Users/$USERNAME/Library/Audio/Plug-ins/VST3'. I got report that plugin didn't work when installed to other directory.

If above steps doesn't work, then building from source code is the best bet while it's cumbersome to setup. Build instruction is available on the link below.

https://github.com/ryukau/VSTPlugins/blob/master/build_instruction.md#macos

In worst case scenario that all of the above don't work, then you can use a sample generator in following link. It runs on browser, and outputs one-shot samples as WAV file. Note that it doesn't work on Firefox for now.

https://ryukau.github.io/UhhyouWebSynthesizers/MaybeSnare/synth.html

---

A workaround is written in manual ("Installation" -> "macOS Specific" section).

https://ryukau.github.io/VSTPlugins/manual/MembraneSynth/MembraneSynth_en.html#macos-specific

I also found a forum post that describes how to remove quarantine from my plugins. 'desktop.ini' and 'Plugin.ico' are already removed in latest version.

https://www.kvraudio.com/forum/viewtopic.php?p=8456940&sid=f6f93ee72c0ba5f000236ca6b006546f#p8456940

---

This comment was posted again to add formatting.

ryukau
ryukau
19 December 2022 at 7:17am

On version 0.1.2, macOS package is separated from the one targetting other OS. It might solve the problem that plugins are not recognized by host application. 'xattr' commands mentioned in previous post is probably still required.

I also got a report that Live recognized the plugins when they are placed in "/Library/Audio/Plug-ins/VST3/", instead of "/Users/$USERNAME/Library/Audio/Plug-ins/VST3/".

The root cause was probably the signing issue. Previously, the binaries for other OS were moved into zip package after ad-hoc signing, and Gatekeeper likely considered those added files as the evidence of tampering.

Manual page is also updated:

Sorry for inconvenience.

Mineralhillsworkshop
Mineralhillsworkshop
19 December 2022 at 8:03am

Thank you so much for your detailed replies. Just seeing this all now. I managed to get it to work! Thanks.

Mineralhillsworkshop
Mineralhillsworkshop
19 December 2022 at 8:07am

Oh wow! This plugin is awesome! Thanks so much! Loving this.

Please log in to join the discussion