X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Ffaderport8%2Ffaderport8.cc;h=d6928f6bb48d5e51597c8e65f9b94cefe05de2d5;hb=f9d7a3720dccb469721e1c2301bc7b1cf4965be4;hp=d439fb937892b2364fca895c37020122384018a0;hpb=34ae70a6214a74165b4ca4a52f7da2683f61be55;p=ardour.git diff --git a/libs/surfaces/faderport8/faderport8.cc b/libs/surfaces/faderport8/faderport8.cc index d439fb9378..d6928f6bb4 100644 --- a/libs/surfaces/faderport8/faderport8.cc +++ b/libs/surfaces/faderport8/faderport8.cc @@ -605,7 +605,7 @@ FaderPort8::note_on_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) debug_2byte_msg ("ON", tb->note_number, tb->velocity); /* fader touch */ -#ifdef FaderPort16 +#ifdef FADERPORT16 static const uint8_t touch_id_uppper = 0x77; #else static const uint8_t touch_id_uppper = 0x6f; @@ -649,7 +649,7 @@ FaderPort8::note_off_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb) { debug_2byte_msg ("OF", tb->note_number, tb->velocity); -#ifdef FaderPort16 +#ifdef FADERPORT16 static const uint8_t touch_id_uppper = 0x77; #else static const uint8_t touch_id_uppper = 0x6f;