Code Monkey home page Code Monkey logo

clap-lib's Introduction

clap

Low-level wrapper for CLAP plugin API in V.

The intention of this library is to stay as close to the C version as possible while offering a more idiomatic V interface.

The biggest departure from the original code is swapping the enums for a set of constants. This is due to the otherwise awkward usage of V enums when interacting with C code (e.g. casting required in match blocks).

Usage

Install the V package:

v install odiroot.clap

Use in your code with

import odiroot.clap

Examples

See here for example plugins.

Compatibility

Currently supporting all non-draft APIs.

Still missing:

  • factory/draft/plugin-invalidation.h
  • factory/draft/preset-discovery.h
  • ext/draft/ambisonic.h
  • ext/draft/audio-ports-activation.h
  • ext/draft/check-for-update.h
  • ext/draft/configurable-audio-ports.h
  • ext/draft/context-menu.h
  • ext/draft/cv.h
  • ext/draft/extensible-audio-ports.h
  • ext/draft/midi-mappings.h
  • ext/draft/param-indication.h
  • ext/draft/preset-load.h
  • ext/draft/remote-controls.h
  • ext/draft/resource-directory.h
  • ext/draft/state-context.h
  • ext/draft/surround.h
  • ext/draft/track-info.h
  • ext/draft/transport-control.h
  • ext/draft/triggers.h
  • ext/draft/tuning.h

clap-lib's People

Contributors

odiroot avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.