Browse Source

Handle default input event enum case.

Aaron Mavrinac 3 years ago
parent
commit
dfbb4d778b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bpm.c

+ 2 - 0
bpm.c

@@ -237,6 +237,8 @@ int32_t bpm_tapper_app(void* p) {
                 // Exit the plugin
                 processing = false;
                 break;
+            default:
+                break;
           }
         }
       }