aboutsummaryrefslogtreecommitdiff
path: root/nusmuk-utils/pbank.h
blob: 7bd1f445a223bcef597a15135b1f53a301cd554a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14



typedef struct shared
{
	t_symbol *s_sym; /* shared memory name */
	t_atom **s_data; /* memory pointer */
	int s_rows;	/* memory dimension */
	int s_columns;	/* memory dimension */
	int s_refcount;	/* number of objects pointing to "s_data" */
	struct shared *s_next;
} t_shared;