EGArc(int arc_samples, int arc_delay);The constructor requires two arguments for sample rate and the number of initial delays on the arc.
int samples();These functions return the sample rate of the arc, and the initial delay on the arc. We can increase the sample rate of the arc using the following method
int delay();
void addSamples(int increments);There is no protected members in Class EGArc.