aboutsummaryrefslogtreecommitdiff
path: root/d_global13.h
blob: f10077d8cd133328bf2453be168775d99b013fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
t_class *sigsend13_class;
t_class *sigthrow13_class;
t_class *sigreceive13_class;
t_class *sigcatch13_class;

typedef struct _sigsend13
{
    t_object x_obj;
    t_symbol *x_sym;
    int x_n;
    float *x_vec;
} t_sigsend13;


typedef struct _sigreceive13
{
    t_object x_obj;
    t_symbol *x_sym;
    t_float *x_wherefrom;
    int x_n;
} t_sigreceive13;


typedef struct _sigcatch13
{
    t_object x_obj;
    t_symbol *x_sym;
    int x_n;
    float *x_vec;
} t_sigcatch13;


typedef struct _sigthrow13
{
    t_object x_obj;
    t_symbol *x_sym;
    t_float *x_whereto;
    int x_n;
} t_sigthrow13;