aboutsummaryrefslogtreecommitdiff
path: root/src/midi_sequencer.h
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-25 20:37:03 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-25 20:37:03 +0300
commitc5509c43b4010ecc3d4f8b464996b26756b645e6 (patch)
treef53e3f62b424b4f3052eece54d304039d8e1aada /src/midi_sequencer.h
parente3a353a6b84b47ad4204b110249bc74b16554985 (diff)
parente1bb226e1b8235a2aa80141fc07a305b8a5f1818 (diff)
downloadlibADLMIDI-c5509c43b4010ecc3d4f8b464996b26756b645e6.tar.gz
libADLMIDI-c5509c43b4010ecc3d4f8b464996b26756b645e6.tar.bz2
libADLMIDI-c5509c43b4010ecc3d4f8b464996b26756b645e6.zip
Merge branch 'master' into stable
Diffstat (limited to 'src/midi_sequencer.h')
-rw-r--r--src/midi_sequencer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/midi_sequencer.h b/src/midi_sequencer.h
index afbffed..c6069d7 100644
--- a/src/midi_sequencer.h
+++ b/src/midi_sequencer.h
@@ -111,7 +111,7 @@ typedef struct
RtDeviceSwitch rt_deviceSwitch;
/*! Get the channels offset for current MIDI device */
- typedef uint64_t (*RtCurrentDevice)(void *userdata, size_t track);
+ typedef size_t (*RtCurrentDevice)(void *userdata, size_t track);
/*! Get the channels offset for current MIDI device hook. Returms multiple to 16 value. */
RtCurrentDevice rt_currentDevice;