arduino-audio-tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
LinearVolumeControl Class Reference

The simplest possible implementation of a VolumeControl: The input = output which describes a linear curve. You would use this implementation if you physically connect an audio pot! More...

#include <VolumeControl.h>

Inheritance diagram for LinearVolumeControl:
VolumeControl

Public Member Functions

 LinearVolumeControl (bool allowBoost=false)
 
virtual float getVolumeFactor (float volume)
 determines a multiplication factor (0.0 to 1.0) from an input value (0.0 to 1.0).
 

Protected Member Functions

virtual float limit (float in)
 limits the output to the range of 0 to 1.0
 

Protected Attributes

bool is_limited
 

Detailed Description

The simplest possible implementation of a VolumeControl: The input = output which describes a linear curve. You would use this implementation if you physically connect an audio pot!

Author
Phil Schatzmann

Member Function Documentation

◆ getVolumeFactor()

virtual float getVolumeFactor ( float  volume)
inlinevirtual

determines a multiplication factor (0.0 to 1.0) from an input value (0.0 to 1.0).

Implements VolumeControl.


The documentation for this class was generated from the following file: