VibroSonics  v1.0.2-mozzi-implementation-309-gf5440e1
Arduino Library for Translating Audio into Vibrations
Loading...
Searching...
No Matches
Grain.h File Reference
#include <AudioLab.h>
Include dependency graph for Grain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FreqEnv
 
struct  AmpEnv
 
class  Grain
 
struct  GrainNode
 
class  GrainList
 

Enumerations

enum  grainState {
  READY , ATTACK , DECAY , SUSTAIN ,
  RELEASE
}
 

Detailed Description

Contains the declaration of the Grain class.

Enumeration Type Documentation

◆ grainState

enum grainState

@type grainState

Enum for managing the state of the current grain

Enumerator
READY 
ATTACK 
DECAY 
SUSTAIN 
RELEASE