fix README compile fail

This commit is contained in:
Jack Andersen 2016-05-02 20:40:17 -10:00
parent c076daf0c8
commit a60752997e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ int main(int argc, char* argv[])
/* Stopping a SoundMacro is accomplished by sending a
* MIDI-style 'KeyOff' message for the voice
*/
voice.keyOff();
voice->keyOff();
/* Play for 2 more seconds to allow the macro to gracefully fade-out */
passedFrames = 0;