Skip to content
/ ClapPluginCppTemplate Public template

A starting point for developing clap plugins with c++

License

Notifications You must be signed in to change notification settings

witte/ClapPluginCppTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClapPluginCppTemplate

A basic template with as few lines of code as possible for someone starting out building a clap plugin in c++. To get the infamous gain plugin ready to be used in a host:

git clone https://github.com/witte/ClapPluginCppTemplate.git
cd ClapPluginCppTemplate
cmake -S . -B build
cmake --build build     # plugin will be at './build/ClapPluginCppTemplate.clap'

  • if the clap SDK and the clap c++ helpers are available through cmake's find_package anywhere in your machine they will be used, otherwise they will be downloaded and setup automatically.
  • macOS only for now
  • contributions are welcome!

License

MIT

About

A starting point for developing clap plugins with c++

Resources

License

Stars

Watchers

Forks