Gin
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
SmoothingType Class Reference

How do you want you params smoothed? More...

#include <gin_processor.h>

Public Types

enum  Type { linear , eased }
 

Public Member Functions

 SmoothingType (float time_=0.1f, Type type_=linear)
 

Public Attributes

float time
 
Type type
 

Detailed Description

How do you want you params smoothed?

Member Enumeration Documentation

◆ Type

Enumerator
linear 
eased 

Constructor & Destructor Documentation

◆ SmoothingType()

SmoothingType::SmoothingType ( float  time_ = 0.1f,
Type  type_ = linear 
)

Member Data Documentation

◆ time

float SmoothingType::time

◆ type

Type SmoothingType::type

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