LMMS
Loading...
Searching...
No Matches
fixedpoint.h
Go to the documentation of this file.
1#pragma once
2
3#include "private/std.h"
4#include "private/macros.h"
5
10
11// This will never change
12static const CLAP_CONSTEXPR int64_t CLAP_BEATTIME_FACTOR = 1LL << 31;
13static const CLAP_CONSTEXPR int64_t CLAP_SECTIME_FACTOR = 1LL << 31;
14
15typedef int64_t clap_beattime;
16typedef int64_t clap_sectime;
static const CLAP_CONSTEXPR int64_t CLAP_BEATTIME_FACTOR
Definition fixedpoint.h:12
int64_t clap_sectime
Definition fixedpoint.h:16
static const CLAP_CONSTEXPR int64_t CLAP_SECTIME_FACTOR
Definition fixedpoint.h:13
int64_t clap_beattime
Definition fixedpoint.h:15
#define CLAP_CONSTEXPR
Definition macros.h:32