aboutsummaryrefslogtreecommitdiff
path: root/src/midi_sequencer.hpp
diff options
context:
space:
mode:
authorVitaly Novichkov <Wohlstand@users.noreply.github.com>2018-07-31 04:01:11 +0300
committerGitHub <noreply@github.com>2018-07-31 04:01:11 +0300
commite76c56784fb072b9866aee816ad240127909da16 (patch)
tree3eee2c73c979e0dde7a87a72a9ad77bae5e2f00d /src/midi_sequencer.hpp
parentaf214cc7ebf2eed2788cea58cb658285adfe528b (diff)
parente098e4285af6d565d7b603279ec6e9770ce88436 (diff)
downloadlibADLMIDI-e76c56784fb072b9866aee816ad240127909da16.tar.gz
libADLMIDI-e76c56784fb072b9866aee816ad240127909da16.tar.bz2
libADLMIDI-e76c56784fb072b9866aee816ad240127909da16.zip
Merge pull request #148 from jpcima/fix-warnings
fix some warnings
Diffstat (limited to 'src/midi_sequencer.hpp')
-rw-r--r--src/midi_sequencer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/midi_sequencer.hpp b/src/midi_sequencer.hpp
index 2009892..a8cbfac 100644
--- a/src/midi_sequencer.hpp
+++ b/src/midi_sequencer.hpp
@@ -132,7 +132,7 @@ class BW_MidiSequencer
//! [Non-Standard] Loop End point with support of multi-loops
ST_LOOPSTACK_BREAK = 0xE6,//size == 0 <CUSTOM>
//! [Non-Standard] Callback Trigger
- ST_CALLBACK_TRIGGER = 0xE7,//size == 1 <CUSTOM>
+ ST_CALLBACK_TRIGGER = 0xE7//size == 1 <CUSTOM>
};
//! Main type of event
uint8_t type;