OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
ossia_object.hpp
1
#pragma once
2
#include <ossia-max/src/device.hpp>
3
4
namespace
ossia
5
{
6
namespace
max_binding
7
{
8
9
class
ossia_object :
public
device
10
{
11
public
:
12
static
void
* create(t_symbol*,
long
, t_atom*);
13
static
void
destroy(ossia_object*);
14
static
t_max_err
15
notify(ossia_object* x, t_symbol* s, t_symbol* msg,
void
* sender,
void
* data);
16
17
t_symbol* m_log_level{};
18
};
19
20
}
// max namespace
21
}
// ossia namespace
ossia
Definition
git_info.h:7
src
ossia-max
src
ossia_object.hpp
Generated on Mon Mar 31 2025 23:58:28 for OSSIA by
1.9.8