Custom sounds pick random sound
This commit is contained in:
		| @@ -138,6 +138,7 @@ public class ParamInfoTypes { | |||||||
|         paramInfos.add(new ParamInfoInteger("Number", "A whole number without decimals")); |         paramInfos.add(new ParamInfoInteger("Number", "A whole number without decimals")); | ||||||
|         paramInfos.add(new ParamInfoFloat("Number.0", "A number which can have decimal places")); |         paramInfos.add(new ParamInfoFloat("Number.0", "A number which can have decimal places")); | ||||||
|         paramInfos.add(new ParamInfoDouble("Number.0", "A number which can have decimal places")); |         paramInfos.add(new ParamInfoDouble("Number.0", "A number which can have decimal places")); | ||||||
|  |         paramInfos.add(getParamInfoSoundGroup()); | ||||||
|  |  | ||||||
|         return paramInfos; |         return paramInfos; | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user