Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

id.h 161B

12345678
  1. #pragma once
  2. #include "private/std.h"
  3. #include "private/macros.h"
  4. typedef uint32_t clap_id;
  5. static const CLAP_CONSTEXPR clap_id CLAP_INVALID_ID = UINT32_MAX;