Developing with CLAP - the Clever Audio Plugin format - Part 2 (Compiling, Running, clap-info Tool)

Поділитися
Вставка
  • Опубліковано 8 сер 2022
  • This is the 2nd part of a series of videos about developing for and with CLAP, the new standard for audio plugins (instruments and effects).
    In this part we are going to compile our first CLAP plugin on Windows, Macos and Linux.
    Links:
    Playlist of my CLAP videos: • CLAP - Clever Audio Pl...
    clap-saw-demo: github.com/surge-synthesizer/...
    clap-info: github.com/free-audio/clap-info
    CLAP Homepage: cleveraudio.org
    Git: git-scm.com/downloads
    TortoiseGit: tortoisegit.org/

КОМЕНТАРІ • 9

  • @mossgraber
    @mossgraber  2 роки тому +3

    Thanks to a tip from a Bitwig user I could solve the Linux issue! It turns out it was "only" a corrupted plugin index due to a bug in the early Beta version. Deleting the cache and reindexing solved the issue and it is now working fine. If you have the same issue, solution is here: www.bitwig.com/support/technical_support/i-upgraded-my-vst-collection-now-something-is-strangemissing-why-30/

    • @baconpaul5772
      @baconpaul5772 2 роки тому

      Oh great! I was just dropping by to offer help but it seems you found it. Thanks for all your work documenting and highlighting CLAP!

    • @mossgraber
      @mossgraber  2 роки тому +1

      @@baconpaul5772 Thank you, Paul for this great example!

  • @thelanavishnuorchestra
    @thelanavishnuorchestra 6 місяців тому

    I started compiling while you were on the windows portion and ran into all those dev libraries I was missing and thought, oh crap, this is going to be awful, but then I looked in the cmake file and saw the list. OK, fine. Tracked them down. Then forwarded through to the linux portion and you had the same issue. So I didn't feel bad.
    I don't have the current Bitwig, so I tested it in Reaper and it worked fine. Thanks.
    As to your library problem in Bitwig, perhaps you just need to make a symlink from the existing library version to the one it complains is missing. There's a lot of symlinks in there already because of that same issue. sudo ln -s libraryname linkname.

  • @JC20XX
    @JC20XX 2 роки тому +1

    Woo 👏

  • @StefanSauer
    @StefanSauer Рік тому +1

    On linux should should be able to install the dev or devel packages from your distribution (especially common ones such as freetype should be available).

  • @realtonaldrum
    @realtonaldrum 2 роки тому

    I've heard that the new shit is to run CLAP Plugins on GPU to have no latency. - Is this the future?

    • @mossgraber
      @mossgraber  2 роки тому +1

      I guess you are referring to GPU audio which were interviewed on Sonic State (ua-cam.com/video/MhGDCNxZP9s/v-deo.html). It does not mean that CLAP somehow supports now GPU audio. It is the other way round. The GPU audio people plan to support the CLAP standard for their GPU solution.