VibroSonics
v1.0.2-mozzi-implementation-309-gf5440e1
Arduino Library for Translating Audio into Vibrations
|
#include <Grain.h>
Public Member Functions | |
GrainNode (Grain *object) | |
Default constructor. | |
Public Attributes | |
Grain * | reference |
Reference containing grain data. | |
GrainNode * | next |
Pointer to the next grain in the list. | |
Struct for a node in the Grain List
|
inline |
Default constructor.
GrainNode* GrainNode::next |
Pointer to the next grain in the list.
Grain* GrainNode::reference |
Reference containing grain data.