-
Notifications
You must be signed in to change notification settings - Fork 42
Schema Definition: com.lawo.emberplus.linein (Version 1)
This schema is intended to provide a standard way for an Ember+ provider to publish data for analog line inputs.
Initial schema definition.
The identifier of this schema is com.lawo.emberplus.linein.v<VERSIONMAJOR>.<VERSIONMINOR>
The current major version is: 1
The current minor version is: 0
A consumer implementing this schema may expect that future versions of this schema are backwards compatible to the one it implements if the major version number is unchanged and the minor version number is greater than the one it implements. Changes to the major version number must be considered breaking changes.
This schema defines the layout of an Ember+ node, defining the parameters it must contain as direct children.
An Ember+ node that implements this schema MUST contain the following parameters:
-
Name:
Gain
Type: INTEGER
Access: Read Only or Read / Write
The actual preamp gain without any offsets caused by other factors. If the integral value given here is not a dB representation, theFormula
attribute must be specified and contain the formula required to transform the integral value into dB. For easier use by clients it is strongly advised to also specify theMinimum
andMaximum
attributes.