Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mapping ¶
type Mapping struct {
	Cc          int      `yaml:"cc"`
	HardwareMin int      `yaml:"hardwareMin"`
	HardwareMax int      `yaml:"hardwareMax"`
	VolumeMin   float32  `yaml:"volumeMin"`
	VolumeMax   float32  `yaml:"volumeMax"`
	Filename    []string `yaml:"-"`
	Special     []string `yaml:"-"`
	Device      []string `yaml:"-"`
}
    func (*Mapping) UnmarshalYAML ¶
 Click to show internal directories. 
   Click to hide internal directories.