libgig  4.0.0
gig::MidiRuleAlternator::pattern_t Struct Reference

#include <gig.h>

Public Member Functions

const uint8_t & operator[] (int i) const
 
uint8_t & operator[] (int i)
 

Public Attributes

String Name
 Name of the pattern. More...
 
int Size
 Number of steps in the pattern. More...
 

Detailed Description

Definition at line 919 of file gig.h.

Member Function Documentation

§ operator[]() [1/2]

const uint8_t& gig::MidiRuleAlternator::pattern_t::operator[] ( int  i) const
inline

Articulation to play

Definition at line 922 of file gig.h.

§ operator[]() [2/2]

uint8_t& gig::MidiRuleAlternator::pattern_t::operator[] ( int  i)
inline

Definition at line 925 of file gig.h.

Member Data Documentation

§ Name

String gig::MidiRuleAlternator::pattern_t::Name

Name of the pattern.

Definition at line 920 of file gig.h.

§ Size

int gig::MidiRuleAlternator::pattern_t::Size

Number of steps in the pattern.

Definition at line 921 of file gig.h.

Referenced by gig::MidiRuleAlternator::UpdateChunks().


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