Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 14:92fd44537679, committed 2017-02-13
- Comitter:
- ryood
- Date:
- Mon Feb 13 20:14:33 2017 +0000
- Parent:
- 13:f95a117cddb8
- Commit message:
- Initialize SequencePattern as 0
Changed in this revision
| SequencerDisplay.h | Show annotated file Show diff for this revision Revisions of this file | 
diff -r f95a117cddb8 -r 92fd44537679 SequencerDisplay.h
--- a/SequencerDisplay.h	Fri Nov 25 12:12:40 2016 +0000
+++ b/SequencerDisplay.h	Mon Feb 13 20:14:33 2017 +0000
@@ -21,6 +21,7 @@
         octave(0),
         bpm(120),
         waveShape(0),
+        sequencePattern(0),
         modNumber(0) {};
     
     void update(enum DisplayMode mode, int editingStep, int runningStep) {