diff options
-rw-r--r-- | src/iemmatrix.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 025358d..6622441 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -80,7 +80,8 @@ typedef struct _matrix int current_row, current_col; /* this makes things easy for the mtx_row & mtx_col...*/ t_float f; - t_canvas *x_canvas; + t_canvas *x_canvas; /* needed for file-reading */ + t_outlet *x_outlet; /* just in case somebody wants an outlet */ } t_matrix; typedef struct _mtx_binscalar |