ams-lv2 icon indicating copy to clipboard operation
ams-lv2 copied to clipboard

"timeScale" ports have out-of-bounds default values

Open JohannesLorenz opened this issue 4 years ago • 0 comments

Example:

	[
	  	a lv2:InputPort, lv2:ControlPort ;
		lv2:index 9 ; 
		lv2:symbol "timeScale" ;
		lv2:name "Time Scale" ;
		lv2:default 0.1 ;
		lv2:minimum 1 ;
		lv2:maximum 10 ;
		pg:group <http://github.com/blablack/ams-lv2/dynamicwaves2_4#master_controls> ;
	] ,

Here, 0.1 is not in [1,10]. Is that really wanted? My host rejected this plugin for that reason.

JohannesLorenz avatar Nov 14 '20 11:11 JohannesLorenz