
/* 
	dim1.pd

	creates a 1-dimensional package using
	the currently selected screenset;
	set the name, min, max, and boundary
	below, then load the template
*/

#define ACTIVE active
#define DIM_0_NAME dummy
#define DIM_0_MIN 0
#define DIM_0_MAX 0
/* 
	set boundary to 'limit', 'wrap', 
	'bounce', or 'expire' 
*/
#define DIM_0_BOUNDARY limit

