Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

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

Open
JohannesLorenz opened this issue Nov 14, 2020 · 0 comments
Open

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

JohannesLorenz opened this issue Nov 14, 2020 · 0 comments

Comments

@JohannesLorenz
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant