Hi All, I'm looking at csLADSPA and wanted to know what are the valid types for UniqueID and for the lower and upper bounds of Port definitions. I was taking a look at the code and it seems UniqueID is converted to an int using atoi so I assume it must be an int. Does this need to be positive number > 0? As for port definitions, they get scanned in with atoi as well into integers, though looking at ladspa.h it seems like those values can be floats. So for csLADSPA it seems they need to be int's. Is this correct, and are there any range limitations? Thanks, steven