Skip to content

joebartusek/gate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple non-trivial gate VST3 plugin with AUv3 version (wrapped)

MacOS only

directions:

~/Documents/Code/plugin
+-- gate
|   +-- debug
|   +-- gate (this repo)
+-- sdk
|   +-- CoreAudio
|   +-- vst3sdk
  • cd debug
  • cmake -GXcode -DCMAKE_BUILD_TYPE=Debug ../gate
  • xcodebuild

build will produce a gate.vst3 in ~/Library/Audio/Plug-Ins/VST3/, which is where a VST3-compatible host should be able to find it (try Element for a lightweight VST3 testing host). build will also produce an Audio Unit app extension in debug/bin/Debug/, where it will be automatically registered with pluginkit. counterintuitively compared to auv2, nothing needs to be moved into any library folder.

About

gate vst3/auv3 plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published