From d145fa6f792d6c44da2feec90507adb94e40323e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 31 Jul 2011 03:59:16 +0000 Subject: got everything building using the template Makefile svn path=/trunk/externals/unauthorized/; revision=15173 --- probalizer/probalizer.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 probalizer/probalizer.h (limited to 'probalizer/probalizer.h') diff --git a/probalizer/probalizer.h b/probalizer/probalizer.h deleted file mode 100644 index 51c9711..0000000 --- a/probalizer/probalizer.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Copyright (c) 2002 Yves Degoyon -* For information on usage and redistribution, and for a DISCLAIMER OF ALL -* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ - -/* probalizer : outputs integer values according to a drawn probability curve -*/ - -#ifndef __G_PROBALIZER_H -#define __G_PROBALIZER_H - -typedef struct _probalizer -{ - t_object x_obj; - t_glist *x_glist; - t_int x_height; /* height of the probalizer */ - t_int x_width; /* width of the probalizer */ - t_int x_nvalues; /* number of values */ - t_int x_noccurrences; /* max number of occurrences in a serial */ - t_int *x_probs; /* probability of each event */ - t_int *x_ovalues; /* number of outputs of each event */ - int x_selected; /* stores selected state */ - int x_save; /* saving contents flag */ - t_outlet *x_endoutlet; /* outlet to signal the end of the serial */ -} t_probalizer; - -#endif -- cgit v1.2.1