OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
equals.hpp
1
#pragma once
2
3
#include "ext.h"
4
#include "ext_obex.h"
5
#ifdef WIN_VERSION
6
#include <float.h>
7
#endif
8
#include <algorithm>
9
10
namespace
ossia
11
{
12
namespace
max_binding
13
{
17
struct
equals
18
{
19
t_object
x_ob
;
20
void
*
x_outlet
{};
21
void
*
x_inlet
{};
22
double
x_operand
{};
23
long
x_tolerance
{};
25
long
x_single_precision
{};
26
27
// prototypes
28
static
void
free(
equals
* x);
29
static
void
assist(
equals
* x,
void
* b,
long
m,
long
a,
char
* s);
30
static
void
in_float(
equals
* x,
double
f);
31
};
32
33
extern
"C"
{
34
void
* ossia_equals_new(t_symbol* s,
long
argc, t_atom* argv);
35
}
36
37
}
// namespace max
38
}
// namespace ossia
ossia
Definition
git_info.h:7
ossia::max_binding::equals
Definition
equals.hpp:18
ossia::max_binding::equals::x_outlet
void * x_outlet
float/list for sampled values
Definition
equals.hpp:20
ossia::max_binding::equals::x_inlet
void * x_inlet
for setting the operand
Definition
equals.hpp:21
ossia::max_binding::equals::x_ob
t_object x_ob
header
Definition
equals.hpp:19
ossia::max_binding::equals::x_tolerance
long x_tolerance
Definition
equals.hpp:23
ossia::max_binding::equals::x_operand
double x_operand
the number against which to test input
Definition
equals.hpp:22
ossia::max_binding::equals::x_single_precision
long x_single_precision
operate on 32-bit floats rather than 64-bit doubles
Definition
equals.hpp:25
src
ossia-max
src
equals.hpp
Generated on Mon Mar 31 2025 23:58:28 for OSSIA by
1.9.8