We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe4cc5 commit f3c453bCopy full SHA for f3c453b
src/ml_arp.cpp
@@ -288,3 +288,10 @@ uint32_t Arp_GetPos(void)
288
return arp_pos;
289
}
290
291
+/* please implement the following functions in your application */
292
+__attribute__((weak)) void Arp_Cb_NoteOn(uint8_t ch, uint8_t note, float vel) {};
293
+__attribute__((weak)) void Arp_Cb_NoteOff(uint8_t ch, uint8_t note) {};
294
+__attribute__((weak)) void Arp_Status_ValueChangedInt(const char *msg, int value) {};
295
+__attribute__((weak)) void Arp_Status_LogMessage(const char *msg) {};
296
+__attribute__((weak)) void Arp_Status_ValueChangedFloat(const char *msg, float value) {};
297
+__attribute__((weak)) void Arp_Cb_Step(uint8_t step) {};
0 commit comments