Audio System Design Tool - Chorus

CBMalloch

Member
the help for Chorus indicates that the object has a function "modify", even though the demo uses the function "voices". Arduino flags modify with

generalOpenEffectsBox: In function 'void loop()':
generalOpenEffectsBox:312: error: 'class AudioEffectChorus' has no member named 'modify'
chorus1.modify ( map ( potReadings [ 0 ], 0, 1023, 1, 5 ) );
^
 
Back
Top